Function range(3) is equivalent to "
Control Statements in Python

Quiz
•
Computers
•
11th Grade
•
Medium
Archana Pataskar
Used 172+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 12 pts
range(1,3)
range(0,3)
range(0,3,1)
range(1,3,0)
2.
MULTIPLE CHOICE QUESTION
30 sec • 12 pts
Consider the following loop given below :
for i in range(5):
print(i)
How many times will this loop run ?
5
0
infinite
Error
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following code?
for word in "Jump Statement":
if word == "u":
break
print (word, end='')
Jump Statement
Jump
J
Ju
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Predict the output of following code
for word in "Jump Statement":
if word == "e":
continue
print (word, end='')
Jump Statement
Jump Statmnt
Jump
Statmnt
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following jump statement is used to terminate the loop?
continue
goto
pass
break
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following function is used in python for loop to specify the initial, final and increment values?
range
format
input
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The condition in the statement should be in the form of
Arithmetic r relational expression
Arithmetic or Logical expression
Relational or Logical expression
Arithmetic
Create a free account and access millions of resources
Similar Resources on Quizizz
19 questions
Python Loops Review

Quiz
•
9th - 12th Grade
20 questions
Python Unit 3 Comprehension Check (3,4,5,6)

Quiz
•
9th - 12th Grade
20 questions
Python Programming Quiz

Quiz
•
9th Grade - University
16 questions
If-Else Loops: Python Programming

Quiz
•
11th Grade
20 questions
AQA GCSE Computer Science Paper 1

Quiz
•
9th - 11th Grade
23 questions
GCSE Python Programming Basics

Quiz
•
11th Grade
15 questions
Python Fundamentals Quiz

Quiz
•
11th Grade
18 questions
FOR and WHILE loop in Python

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade