KS3 Computing -- Iteration: FOR or WHILE?

KS3 Computing -- Iteration: FOR or WHILE?

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Code Express Vocab

Code Express Vocab

6th - 8th Grade

10 Qs

Loops (Python)

Loops (Python)

8th Grade

12 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

Code.org Express Course Quiz 2

Code.org Express Course Quiz 2

6th - 8th Grade

15 Qs

Robotics II_NXT

Robotics II_NXT

8th - 12th Grade

15 Qs

Computer Science

Computer Science

3rd - 12th Grade

12 Qs

Code Combat JavaScript Quiz

Code Combat JavaScript Quiz

4th - 8th Grade

13 Qs

AP CSP Loops Practice

AP CSP Loops Practice

9th - 12th Grade

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?