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 Programming Quiz

Quiz
•
9th Grade - University
17 questions
Python Revision

Quiz
•
10th Grade - University
20 questions
AQA GCSE Computer Science Paper 1

Quiz
•
9th - 11th Grade
16 questions
Python U2M3 Test

Quiz
•
9th - 12th Grade
21 questions
Python Concepts Quiz

Quiz
•
11th Grade
20 questions
LETS PLAY QUIZ - PYTHON CBSE CLASS XII

Quiz
•
11th - 12th Grade
20 questions
Programming 1 Test Review (End of Quarter)

Quiz
•
11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University