Iteration Assessment

Iteration Assessment

9th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Code.org Unit 5 - Loops

Code.org Unit 5 - Loops

9th - 12th Grade

10 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

Computer Science 2: Control Structures

Computer Science 2: Control Structures

8th - 12th Grade

11 Qs

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 Qs

Programming terminology

Programming terminology

9th Grade

15 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

FOR Loops Python

FOR Loops Python

9th - 12th Grade

12 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

Iteration Assessment

Iteration Assessment

Assessment

Quiz

Computers

9th - 10th Grade

Hard

Created by

M Hussain

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In programming, what is iteration?

The repetition of steps within a program

The order in which instructions are carried out

A decision point in a program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is iteration important?

It determines the order in which instructions are carried out

It allows code to be simplified by removing duplicated steps

It allows multiple paths through a program

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is iteration known as?

Looping

Crashing

Repeating

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which two statements are used to implement iteration?

IF..ELSE and WHILE

DO and WHILE

FOR and WHILE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In programming, what is a statement?

A statement is a block of code

A statement is a repeated instruction

A statement is a single instruction

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of loop iterates until instructed otherwise?

A condition-controlled loop

A count-controlled loop

A repeat-once loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code and identify the variables.


x=0

while x<4:

x=x+1

print ('x is ',+ x)

2 variables

1 variable

4 variables

3 variables

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?