Zusammenfassung der Ressource
Frage 1
Frage
What is a programming language?
Frage 2
Frage
What is machine code?
Antworten
-
A programming language that a computer understands
-
The serial number of a computer
-
The make and model of a computer
Frage 3
Antworten
-
A video that is watched on a computer
-
A series of step-by-step instructions that tell a computer how to solve a task
-
A flowchart written on a computer
Frage 4
Frage
What is a statement?
Frage 5
Frage
What is an instruction?
Frage 6
Frage
What does the statement 'print' do?
Antworten
-
Output a hard copy of a program to a printer
-
Output a message on the screen
-
Print a hard copy of a flowchart to a printer
Frage 7
Frage
What does the statement 'while' do?
Frage 8
Frage
What does the statement 'def' do?
Frage 9
Frage
What do the statements 'if' and 'else' do?
Frage 10
Frage
How many statements are there in this line of code: print("If I am 17, I can drive a car")?