
Python Quiz

Quiz
•
Computers
•
12th Grade
•
Easy
A Saaqib
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The order of precedence in the Python language is:
A) Exponential
B) Parentheses
C) Division
D) Multiplication
E) Subtraction
F) Addition
a. B,A,D,C,F,E
b. A,B,D,C,F,E
c. A,B,C,D,E,F
d. B,A,D,C,E,F
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The value of the Python expression given below would be:
4+2**5//10
77
0
3
7
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
s='{0}, {1}, and {2}’
s.format(‘hi’, ‘great’, ‘day’)
‘hi, great, and day’
‘hi great and day’
‘hi, great, day’
Error
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which arithmetic operators can we NOT use with strings?
–
+
*
All of the above
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Is this code valid in Python?(in Interpreter Mode)
>>> m=6,7,8,9
>>> m
No, many values will unpack
Yes, (6,7,8,9) will be printed
Yes, 6 will be printed
Yes, [6,7,8,9] will be printed
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The output of this Python code would be:
>>> x={1:”X”,2:”Y”,3:”Z”}
>>> del x
the del method does not exist for dictionary
the del would delete the values present in dictionary
the del would delete the entire dictionary
the del would delete all the keys in dictionary
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following forces an expression to be converted into specific type?
Implicit type casting
Mutable type casting
Immutable type casting
Explicit type casting
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
La sintassi CSS

Quiz
•
9th Grade - Professio...
20 questions
MonSec Final Quiz

Quiz
•
9th - 12th Grade
20 questions
Bài 3

Quiz
•
12th Grade
15 questions
PTS Informatika / IFTK - X

Quiz
•
12th Grade
15 questions
File Formats

Quiz
•
9th - 12th Grade
15 questions
JavaScript Basics

Quiz
•
12th Grade - University
20 questions
Topologi Jaringan

Quiz
•
10th - 12th Grade
20 questions
Animate Test Review

Quiz
•
9th Grade - 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