Ch-8 Iterative statements in Python

Quiz
•
Computers
•
8th Grade
•
Medium
Ramya S
Used 690+ times
FREE Resource
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
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Python - For Loop

Quiz
•
8th Grade
15 questions
Python : Codeathon Competition

Quiz
•
5th - 8th Grade
12 questions
9.1.6 - Starter Quiz

Quiz
•
8th - 9th Grade
11 questions
Control Structures - Selection in Python

Quiz
•
8th Grade - University
12 questions
Control Systems

Quiz
•
6th - 9th Grade
11 questions
Python Basics Quiz

Quiz
•
8th Grade
15 questions
python

Quiz
•
8th Grade
15 questions
Python Casting and Input

Quiz
•
8th - 11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade