NEW
Font size
Worksheets1_Programming Concepts Quiz
Total questions: 10
Worksheet time: 5mins
What does sequencing mean in programming?
Repeating actions
Arranging steps in the correct order
Finding mistakes in a program
Choosing different paths
Which activity best shows sequencing?
Hammering a nail again and again
If it rains, take an umbrella
Mixing flour, adding eggs, then baking
Fixing a spelling mistake in code
What is a selection used for in programming?
To repeat instructions
To arrange steps
To choose actions based on a condition
To stop a program
Which of the following is an example of selection?
Cutting a sandwich into pieces
Writing steps in order
If the light is red, stop; otherwise, go
Typing code with errors
What is the main purpose of a loop?
To correct grammar mistakes
To choose between two options
To repeat an action multiple times
To arrange steps correctly
Brushing your teeth every morning follows which concept?
Selection
Loop
Syntax error
Sequencing
What is a programming error?
A correct output
A computer instruction
A mistake that causes wrong results or stops the program
A repeated instruction
A typing mistake or missing punctuation in code is called a:
Logic error
Runtime error
Syntax error
Loop error
A program runs but gives an incorrect result. This is a:
Syntax error
Runtime error
Logic error
Selection error
When a program suddenly stops or crashes while running, it is a:
Logic error
Syntax error
Runtime error
Sequencing error
