Looping Unit Test

Looping Unit Test

KG

15 Qs

quiz-placeholder

Similar activities

CV System and Shock - A Christmas Quiz

CV System and Shock - A Christmas Quiz

University

10 Qs

Latihan Soal OSMJT 4

Latihan Soal OSMJT 4

KG - University

20 Qs

Hard game

Hard game

8th Grade

20 Qs

English plus 2 unit 4

English plus 2 unit 4

KG - University

13 Qs

PRE TEST BIMTEK RSPP

PRE TEST BIMTEK RSPP

KG - University

20 Qs

CHRISTMAS QUIZ STAFF

CHRISTMAS QUIZ STAFF

KG

17 Qs

แบบทดสอบก่อน/หลังเรียน The future of shopping

แบบทดสอบก่อน/หลังเรียน The future of shopping

KG - University

13 Qs

6th Grade STAAR Review Day 12

6th Grade STAAR Review Day 12

6th Grade

12 Qs

Looping Unit Test

Looping Unit Test

Assessment

Quiz

others

KG

Medium

Created by

Tim Collier

Used 2+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following loops would print the following numbers.

for i in range(5) :

print(i)

for i in range(1, 5, 1) : print(i)

for i in range(6) :

print(i)

for i in range(0, 5, 1) : print(i)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following for loops would print the following numbers? 3 5 7 9

for i in range(3, 10, 2): print(i)

for i in range(3, 9, 2): print(i)

for i in range(9) :

print(i)

for i in range(3, 9) : print(i)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the value of num when this loop completes?

2

8

12

20

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following for loops will give the same values for i as the loop below?

for i in range(11, 0):

for i in range(10, 0, -1):

for i in range(0, 10):

for i in range(0, 11, 1):


5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Three of the for loops below will provide identical values for i. Which for loop will provide values that do not others?

for i in range(0, 5):

for i in range(5):

for i in range(0, 5, 1):

for i in range(5, 0, 1):

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this program print?

It's still a nice day

It's still a nice day

It's still a nice day

It's still a nice day

It's still a nice day

It's still a nice day

It's still a nice day

It's still a nice day

It's still a nice day

It's still a nice day

It's still a nice day

It's still a nice day

It's still a nice day

It's still a nice day

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following while loops would continue to loop as long as num has values between the range of 3 exclusive?

Media Image
Media Image
Media Image
Media Image

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?