ONE 6th FORM Iteration

ONE 6th FORM Iteration

11th Grade

25 Qs

quiz-placeholder

Similar activities

Programming Basics

Programming Basics

9th - 12th Grade

21 Qs

Unit 5 - For Loops

Unit 5 - For Loops

9th - 12th Grade

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python new

Python new

3rd Grade - University

26 Qs

Chapter 7-8 Review

Chapter 7-8 Review

11th Grade

20 Qs

Programming 1 Test Review (End of Quarter)

Programming 1 Test Review (End of Quarter)

11th Grade

20 Qs

Control Statements in Python

Control Statements in Python

11th Grade

20 Qs

Unit 5 Quiz - Loops & Lists (code.org)

Unit 5 Quiz - Loops & Lists (code.org)

10th - 12th Grade

20 Qs

ONE 6th FORM Iteration

ONE 6th FORM Iteration

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Lorna Jarrett

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a Count-Controlled loop?

for loop

while loop

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A count controlled loop will..

Repeat code until a condition is met

Repeat code a specific amount of times

Repeat code a random amount of times

None of the above

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will this code do?

Print Numbers 1-11

Print Numbers 1-10

Print Numbers 2-10

Print Error

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What sort of loop is this?

Count Controlled

Condition Controlled

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these operators means EQUAL TO?

'='

'=>'

'<='

'=='

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will be the output of this code?

1,2,3,4,5,6,7,8,9,10,11,12

0,2,4,6,8,10

2,4,6,8,10,12

2,4,6,8,10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these will allow me to count from 0-20 in steps of 5?

for x in range(0,20):

print(x)

while x = (0,20,5):

print(x)

for x in range(0,21,5):

print(x)

for x in range(0,21,5):

print(y)

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?