
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
20 questions
Python Quiz - 21/10/2024

Quiz
•
University
20 questions
Pemrograman Blokly

Quiz
•
9th Grade - University
20 questions
PPL 223 ( QUIZ 2) Syntax and Semantics

Quiz
•
University
25 questions
SAS Dasar Program Keahlian RPL Kelas X

Quiz
•
10th Grade - University
15 questions
Bài 28

Quiz
•
10th Grade - University
15 questions
Python for loop/lists

Quiz
•
9th Grade - University
20 questions
Pretest Alpro Dasar

Quiz
•
University
15 questions
Bases de Python

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Information Technology (IT)
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University