wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

1_Programming Concepts Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does sequencing mean in programming?

a)

Repeating actions

b)

Arranging steps in the correct order

c)

Finding mistakes in a program

d)

Choosing different paths

2.

Which activity best shows sequencing?

a)

Hammering a nail again and again

b)

If it rains, take an umbrella

c)

Mixing flour, adding eggs, then baking

d)

Fixing a spelling mistake in code

3.

What is a selection used for in programming?

a)

To repeat instructions

b)

To arrange steps

c)

To choose actions based on a condition

d)

To stop a program

4.

Which of the following is an example of selection?

a)

Cutting a sandwich into pieces

b)

Writing steps in order

c)

If the light is red, stop; otherwise, go

d)

Typing code with errors

5.

What is the main purpose of a loop?

a)

To correct grammar mistakes

b)

To choose between two options

c)

To repeat an action multiple times

d)

To arrange steps correctly

6.

Brushing your teeth every morning follows which concept?

a)

Selection

b)

Loop

c)

Syntax error

d)

Sequencing

7.

What is a programming error?

a)

A correct output

b)

A computer instruction

c)

A mistake that causes wrong results or stops the program

d)

A repeated instruction

8.

A typing mistake or missing punctuation in code is called a:

a)

Logic error

b)

Runtime error

c)

Syntax error

d)

Loop error

9.

A program runs but gives an incorrect result. This is a:

a)

Syntax error

b)

Runtime error

c)

Logic error

d)

Selection error

10.

When a program suddenly stops or crashes while running, it is a:

a)

Logic error

b)

Syntax error

c)

Runtime error

d)

Sequencing error