What is a programming language?
 A language used by humans to communicate with each other | ||
 A set of rules and instructions used to instruct a computer | ||
 A system for translating text from one human language to another | ||
 A style of written communication for storytelling |
What is programming?
 A way to communicate with people | ||
 A way to instruct the computer to perform tasks | ||
 A form of entertainment |
Formal languages (such as programming) have strict syntax rules
 Correct | ||
 Wrong |
>>> 3 + 16 19
In the above python interpreter, what is the input and output?
Input: | |
Output: |
What is one benefit of learning Python as your first programming language?
 It is very difficult to learn | ||
 It is easy to learn | ||
 It cannot be used for other programming languages |
In the below Python Interpreter
Write 3 minus 3 and click Enter.
Then write 3 - 3), press Enter again.
Then write 3 or 3, press Enter again.
Then write 3 - 3, press Enter again.
ⓘ
In the below Python Interpreter
Write 34 + 23 and click Enter.
Then write 3!, press Enter again.
Then write 3 * 2 * 1, press Enter again.
ⓘ
In the below Python Interpreter
Write 4 + 0 and click Enter.
Then write 12 + 12, press Enter again.
Then write 5 + 6, press Enter again.
ⓘ
In the below Python Interpreter write 2 + 2 and click Enter.
ⓘ
In the below Python Interpreter
Write one minus one and click Enter.
Then write 1 - 1, press Enter again.
Then write 34, press Enter again.
ⓘ