python programming Flashcards
what is sign for addition
+
what is sign for subtraction
-
what is sign for multiplication
*
what is sign for division
/
what is a variable
saved data that can change
what is a while loop more efficient
uses less lines and quicker for the computer to read
what is a input
piece of data you put in
what is output
piece of data that is printed on the screen
what is process
data that is read by the system
what is real/float
decimal number
what is a integer
number
what is Boolean
true or false
what is string
text
what is character
letters
what is indefinite iteration
something that might happen
what is iteration
loop
what is user defined
when its authorised by user
what is program defined
authorised by program
what does while do
if the user gives a wrong answer the program will ask the user to enter it again
what does this mean !=
not equal to
what does this mean >
more than
what does this mean
less than
does # make any difference to code
no
what does == mean
equal to
what does <= mean
less than or equal to
what does => mean
more than or equal to