
Ch-8 Iterative statements in Python
Authored by Ramya S
Computers
8th Grade
Used 718+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Mention the other name for Iterative statements.
Loops
Algorithm
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Name the two types of loops.
For,While
While,if
For,if
if,if else
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Choose the output.
for i in range (10,13):
print (i*i)
100
121
144
100
121
144
169
100
121
100
169
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Name the two membership operators in python.
in, in not
in, not in
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Check the output.
Print(10 in [1,2,3,4,10,12])
true
false
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Check the output
i=10
print(i in range(100,200))
True
False
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Check the output.
i=0
while i<=5:
print(i)
i=i+1
1
2
3
4
1
2
3
4
5
1
3
5
1
2
3
5
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?