python programming Flashcards
1
Q
what is sign for addition
A
+
2
Q
what is sign for subtraction
A
-
3
Q
what is sign for multiplication
A
*
4
Q
what is sign for division
A
/
5
Q
what is a variable
A
saved data that can change
6
Q
what is a while loop more efficient
A
uses less lines and quicker for the computer to read
7
Q
what is a input
A
piece of data you put in
8
Q
what is output
A
piece of data that is printed on the screen
9
Q
what is process
A
data that is read by the system
10
Q
what is real/float
A
decimal number
11
Q
what is a integer
A
number
12
Q
what is Boolean
A
true or false
13
Q
what is string
A
text
14
Q
what is character
A
letters
15
Q
what is indefinite iteration
A
something that might happen