Python Loops 2

Python Loops 2

University

30 Qs

quiz-placeholder

Similar activities

python loop 7th

python loop 7th

7th Grade - University

25 Qs

Python

Python

KG - Professional Development

35 Qs

Java Programming

Java Programming

University

30 Qs

Assignment 2(CIVIL)

Assignment 2(CIVIL)

University

25 Qs

R Quiz

R Quiz

University

26 Qs

Python Program Error Identification Quiz

Python Program Error Identification Quiz

9th Grade - University

27 Qs

Calibración en Python

Calibración en Python

University - Professional Development

27 Qs

String

String

10th Grade - University

30 Qs

Python Loops 2

Python Loops 2

Assessment

Quiz

Computers

University

Hard

Created by

Elaine Cortez

Used 15+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The equivalent of the above for loop using the while syntax would be

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The program above prints each number between 1 and 10

as many times as the number itself

10 times

11 times

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The program above prints each number between 1 and 10

as many times as the number itself

10 times

11 times

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in 100 :

print ( i )

Syntax error

prints numbers 0 to 100

prints numbers 1 to 100

prints numbers 0 to 99

prints numbers 1 to 99

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A while loop equivalent of the for loop above is

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image
What will print to the screen in this code?
18
-25
-10
-15

7.

MULTIPLE CHOICE QUESTION

45 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
Testing a program to make sure it works

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?