Programming Concepts Quiz

Programming Concepts Quiz

5th Grade

25 Qs

quiz-placeholder

Similar activities

Code.org Coding

Code.org Coding

5th - 7th Grade

29 Qs

Grade 5 - Scratch - Homework - W 22-23

Grade 5 - Scratch - Homework - W 22-23

5th Grade

20 Qs

Programming in Scratch

Programming in Scratch

5th Grade

20 Qs

Đề 4

Đề 4

5th Grade

20 Qs

Scratch

Scratch

3rd Grade - Professional Development

21 Qs

Coding Karel 2

Coding Karel 2

KG - University

20 Qs

Scratch Coding grade 4 and above_18April20

Scratch Coding grade 4 and above_18April20

4th - 12th Grade

24 Qs

Scratch G5 1

Scratch G5 1

5th Grade

30 Qs

Programming Concepts Quiz

Programming Concepts Quiz

Assessment

Quiz

Computers

5th Grade

Medium

Created by

ENOCK KAKEETO

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a loop in programming?

A mistake in code

A way to repeat instructions

A special type of variable

A way to stop a program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop will repeat until a condition is met?

FOR loop

WHILE loop

REPEAT UNTIL loop

STOP loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times does this loop run? REPEAT 4 times Print "Hello" END REPEAT

2

3

4

5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop runs forever unless stopped manually?

FOR loop

REPEAT UNTIL loop

Infinite loop

ELSE loop

5.

OPEN ENDED QUESTION

3 mins • 1 pt

True or False: A loop helps make a program more efficient by reducing repeated code.

Evaluate responses using AI:

OFF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does an IF THEN ELSE statement do in programming?

Stops the program

Checks a condition and chooses an action

Repeats the same instruction

Stores a number

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this code output? IF temperature > 30 Print "It is hot!" ELSE Print "It is cool!"

It always prints "It is hot!"

It always prints "It is cool!"

It depends on the temperature value

It prints both messages

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?