| Hint | Answer | % Correct |
|---|---|---|
| Ask user for some data, called an I | Input | 92%
|
| Data type to store a whole number, I | Integer | 91%
|
| Data type to store characters, S | String | 90%
|
| Data type to store a real/decimal number, F | Float | 89%
|
| Store data in a V | Variable | 77%
|
| Display information on the screen, O | Output | 76%
|
| Perform a operation on numbers with + | addition | 73%
|
| Perform a operation on numbers with * | multiplication | 73%
|
| Perform a operation on numbers with / | division | 72%
|
| P__________ language | programming | 68%
|
| Selection in python uses else if by typing | elif | 66%
|
| Selection ends with, E | else | 63%
|
| Selection starts with | if | 63%
|
| Python is a H_ _ _ L_ _ _ _ | high level | 35%
|
| because in this you can't save or E_ _ _ | edit | 32%
|
| To write python programs we use I_ _ _ | IDLE | 27%
|
| Never type in the S_ _ _ _ | Shell | 23%
|