
Python Programming Quiz

Quiz
•
Information Technology (IT)
•
University
•
Medium
Abhishek Swami
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the primary purpose of a loop counter?
To store data
To terminate a loop immediately
To keep track of the number of iterations
To generate random values
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following code? count = 0 while count < 3: print(count, end=" ") count += 1
1 2 3
0 1 2
0 1 2 3
Infinite loop
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following best describes a flag variable in loops?
A variable that breaks the loop
A constant value
A boolean variable used to control loop execution
A variable that prints the output
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of this code using a flag? found = False numbers = [1, 3, 5, 7, 9] for num in numbers: if num == 5: found = True print(found)
True
False
5
None
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is an example of a sentinel-controlled loop?
Loop with a flag variable
Loop that stops when a special value is entered
Loop with a counter only
Infinite loop
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of this sentinel loop? while True: n = int(input("Enter a number (-1 to stop): ")) if n == -1: break print(n)
3 6 -1
3 6
-1
No output
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which is the correct syntax of Python’s ternary operator?
if condition: x else y
x if condition else y
condition ? x : y
x else y if condition
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python Challenge

Quiz
•
University
20 questions
2F-3 | Python Quiz | 14/11/2024

Quiz
•
University
20 questions
Desenvolvimento sis 2tri

Quiz
•
12th Grade - University
15 questions
Web Application - PHP Repetition

Quiz
•
University
17 questions
Kiểm Tra Môn Tin Học 10

Quiz
•
10th Grade - University
25 questions
Code.org lesson 3 and 4 quiz

Quiz
•
7th Grade - University
20 questions
Flutter Quiz#1

Quiz
•
University
20 questions
C & Python Programming Quiz

Quiz
•
University
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 Information Technology (IT)
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University