Error Finding

Quiz
•
Computers
•
12th Grade
•
Hard
Demon Dog
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the error in the following Python code?
print("Hello, world!)
a) Missing colon
b) Missing quotation mark
c) Missing parentheses
d) No error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the error in the following Python code?
if x = 5:
print("x is 5")
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the error in the following Python code?
for i in range(5)
print(i)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the error in the following Python code?
while True:
print("Infinite loop")
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the error in the following Python code?
def my_function:
print("Hello")
no error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the error in the following Python code?
x = 10
y = 5
if x > y:
print("x is greater than y")
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the error in the following Python code?
for i in range(5):
print(i)
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Revision Tour

Quiz
•
12th Grade
11 questions
Python Boolean

Quiz
•
11th - 12th Grade
14 questions
IoT Chapter 2 Review

Quiz
•
9th - 12th Grade
15 questions
Python Inbuilt functions

Quiz
•
12th Grade
15 questions
Unit 8 CS Python Test

Quiz
•
12th Grade
7 questions
Python-list,tuple,Dictionary

Quiz
•
11th - 12th Grade
10 questions
AP CSA Unit 1 & 2 Review

Quiz
•
9th - 12th Grade
10 questions
Python Strings

Quiz
•
12th Grade
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 Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade