
Phyton Basic Quiz

Quiz
•
Computers
•
11th Grade
•
Easy
Nitika Chanana
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
var1 = 1
var2 = 2
var3 = "3"
print(var1 + var2 + var3)
6
33
123
Error. Mixing operators between numbers and strings are not supported
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
p, q, r = 10, 20 ,30
print(p, q, r)
10
20
10 20 30
Error: invalid syntax
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
valueOne = 5 ** 2
valueTwo = 5 ** 3
print(valueOne)
print(valueTwo)
10
15
25
125
55
555
Error: invalid syntax
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
for i in range(10, 15, 1):
print( i, end=', ')
10 11 12 13 14 15
10, 11, 12, 13, 14,
10, 11, 12, 13, 14,15,
10 11 12 13 14
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
var = "James" * 2 * 3
print(var)
JamesJamesJamesJamesJamesJames
JamesJamesJamesJamesJames
JamesJames
Error: invalid syntax
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following
x = 36 / 4 * (3 + 2) * 4 + 2
print(x)
182
37
117
The Program executed with errors
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
def calculate (num1, num2=4):
res = num1 * num2
print(res)
calculate(5, 6)
20
30
24
The program executed with errors
Create a free account and access millions of resources
Similar Resources on Wayground
7 questions
OCR Computer Science 2.3 Testing

Quiz
•
8th - 11th Grade
10 questions
Python Input/Output

Quiz
•
9th - 12th Grade
15 questions
if-else-if and Logical Operators

Quiz
•
9th - 12th Grade
10 questions
KS3 GCSE Computer Science (Programming / Python)

Quiz
•
7th - 11th Grade
10 questions
Python Boolean and If

Quiz
•
9th - 12th Grade
13 questions
Python Level 1 Quiz

Quiz
•
10th - 11th Grade
12 questions
Python Programming Basics

Quiz
•
7th - 11th Grade
12 questions
Programming - Output

Quiz
•
KG - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade