
CODE BREAKER

Quiz
•
Other
•
University
•
Easy
Akhila H
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which among the following statements may result in an error?
Assume that the statements are executed in the order in which it is written.
a.list1=[5,10,15,20,25]
b. print(len(list1))
c. print(list1[4])
d. print(list1[5])
e. print(list1[4:5])
f. list1[2]=12
g. print(list1)
h. list1=list1+[8,9]
d
a
h
g
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Predict the output of the below code snippet.
my_list=[0]*5
for index in range(1,5):
my_list[index]=(index-1)*10
print(my_list)
[0, 0, 0, 0, 0]
[10,20,30,40,50]
[0, 0, 10, 20, 30]
[0,10,20,30,40,50]
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which among the following statements will cause execution to stop as a result of an error?
Assume that the statements are executed in the order in which it is written.
a.tuple1=(5,10,15,20,25)
b. print(len(tuple1))
c.tuple1[2]=100
d. print(tuple1[5])
e. tuple1=tuple1+(8,9,"h")
a & e
b & c
e &b
c & d
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Predict the output of the code given below.
num1=100
num2=0
try:
result=num1/num2
print(result)
except ZeroDivisionError:
print("Zero Division Error Occurred")
100
Zero Division Error Occurred
0
no output
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Find the error form the following
a. n=int(input())
b. l=len(n)
c. new=(l%10)+n
a
b
c
no error
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Find the error from the following:
a. num=int(input())
b. 1list=[]
c. for i in range(1,num+1):
d .if num%i==0:
e.print("Factor")
d
a
c
b
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following code snippet?
my_dict={'a':1, 'b':2, 'c':3}
print(my_dict['d'])
None
KeyError
0
{}
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Front Office - Night Audit

Quiz
•
University - Professi...
10 questions
EVALUACIÓN MEDICAMENTOS LASA Y MEDICAMENTOS DE ALTO RIESGO

Quiz
•
University
12 questions
Access Code

Quiz
•
University - Professi...
10 questions
Python 06-Mar-2024

Quiz
•
University
15 questions
control system

Quiz
•
University
13 questions
Cuestionario de Bioinformática

Quiz
•
University
15 questions
Basic Dental Knowledge

Quiz
•
University
10 questions
PYTHON set4

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Other
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

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

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

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

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University