Created by Lucas Atherton
over 9 years ago
|
||
Question | Answer |
What is a programming language? | An artificial language used to program a computer. |
What is a statement? | A keyword in a programming language. |
What does the statement 'print' do? | The 'print' statement outputs a message on the screen. |
What does the statement 'while' do? | The 'while' statement implements a loop. |
What do the statements 'if' and 'else' do? | The statements 'if' and 'else' implement selection. |
Want to create your own Flashcards for free with GoConqr? Learn more.