Q&A – Repetition & Indefinite Loops (Primary 4 – 4CT.01)

Q&A – Repetition & Indefinite Loops (Primary 4 – 4CT.01)

4th Grade

10 Qs

quiz-placeholder

Similar activities

Pseudocode - Iteration

Pseudocode - Iteration

7th - 11th Grade

10 Qs

Wiz 3 Assessment Python

Wiz 3 Assessment Python

6th - 8th Grade

10 Qs

Loops

Loops

KG - 4th Grade

15 Qs

Loops in Python !

Loops in Python !

11th Grade

15 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Computer Science Fundamentals with VEXcode VR Course Unit 3

Computer Science Fundamentals with VEXcode VR Course Unit 3

6th Grade

8 Qs

G4- Repetition review

G4- Repetition review

4th Grade

12 Qs

VexCode Vr - Pen Tool Quiz

VexCode Vr - Pen Tool Quiz

1st - 5th Grade

10 Qs

Q&A – Repetition & Indefinite Loops (Primary 4 – 4CT.01)

Q&A – Repetition & Indefinite Loops (Primary 4 – 4CT.01)

Assessment

Quiz

Computers

4th Grade

Hard

Created by

Shervon Yak

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A loop is used in algorithms to repeat steps.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop runs forever until the program is stopped?

Repeat 5 times

While number < 10

Forever loop

Repeat until score = 100

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trace the Algorithm: Repeat 3 times OUTPUT "Hello" What will the output be?

Hello Hello Hello

Hello Hello

Hello

Hello Hello Hello

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many outputs in total?

4 outputs (2 × each message).

2 outputs (1 × each message).

6 outputs (3 × each message).

8 outputs (4 × each message).

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Q5. Correct the Algorithm The program below should say “Clap” 5 times, but it only prints once: OUTPUT "Clap" How should we correct it?

Repeat 5 times OUTPUT "Clap"

OUTPUT "Clap" 5 times

Repeat OUTPUT "Clap" 5 times

OUTPUT "Clap" x 5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An indefinite loop stops automatically after 10 steps.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an indefinite loop?

Repeat 4 times → Jump

Forever → Spin

Repeat until ball touches wall → Move forward

Repeat 10 times → Print “Star”

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?