KS3 Computing -- Iteration: FOR or WHILE?

KS3 Computing -- Iteration: FOR or WHILE?

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Programming Basics

Programming Basics

9th - 10th Grade

10 Qs

coding

coding

1st - 7th Grade

10 Qs

Basics of Coding SC 1

Basics of Coding SC 1

7th - 9th Grade

15 Qs

Programming Vocabulary

Programming Vocabulary

6th - 8th Grade

15 Qs

Edison robot

Edison robot

6th - 7th Grade

15 Qs

9.1.6 - Starter Quiz

9.1.6 - Starter Quiz

8th - 9th Grade

12 Qs

KS4 Python While Loops and For Loops

KS4 Python While Loops and For Loops

9th - 11th Grade

13 Qs

Intro to Scratch 2

Intro to Scratch 2

KG - University

12 Qs

KS3 Computing -- Iteration: FOR or WHILE?

KS3 Computing -- Iteration: FOR or WHILE?

Assessment

Quiz

Computers

7th - 9th Grade

Hard

Created by

Jon Bridgeman

Used 35+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Leo wants to write a program that will print out any times-table (up to 10 places) at the users request. Should he use:

A FOR loop

A WHILE loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Leah is writing a program that will ask the user to enter 10 numbers, and will then print the total. Should she use:

A FOR loop

A WHILE loop

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Maryam is writing a multi-choice quiz program. She wants to make sure that the user can only enter A, B or C for each question and that any other answer is rejected until an acceptable response is entered. She knows she will need a loop, but which one?

a FOR loop

a WHILE loop

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Aran has written an average program (shown here) Which of the following statements about his program are accurate? (select as many as appropriate)

The program will not work & contains syntax errors

The program is inefficient

The program could be improved with the use of a WHILE loop

The program could be improved with the use of a FOR loop

The program is efficient

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Zoe is writing a program that will join letters together to form a single word. The user can enter as many letters as they want until the user quits by entering a * character. The program contains some errors. Are the errors in lines..

2,3,6,9 ?

3,6,7,8 ?

2,4,6,8 ?

3,6,7,9 ?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A FOR loop is...

A COUNT controlled loop

A CONDITION controlled loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A WHILE loop is...

A COUNT controlled loop

A CONDITION controlled loop

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?