1/10
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Requirement
Description of the software functinality to be developed
Model
The representation of all entities and relations amond entities for each requirement
Model
The representation of all the entities and relations among the entities for each requirement
Algorithm
The process that allows the user to solve a problem through a finite number of simple steps
Software program
Sequence of statements through which a computer executes an elaboration
History of Python
Conceived by Guido Van Rossum in 1989 and released in 1991
An open source language
IDLE
Shell/ interpreter/ console: Used in the interactive mode
Editor: Used in the script mode
Multiplication
*
Division vs integer division
/ or //
Modulus
% (Divides two integers and returns the remainder of the division)
Exponent
**