Data Science with Python
Quiz by Sheikh Fahim Faysal Sowrav
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
Which operator will give you Quotient?
**
//
%
/
20s - Q2
lAsT_na_Me
it is an acceptable variable name.
truefalseTrue or False20s - Q3
Which variable name is acceptable?
num_1
num(1)
1NUM
num-1
num 1
20s - Q4
What is the output of this code?
print(not (2 < 1 and 3 > 6 ))
truefalseTrue or False30s - Q5
What is the output of this code?
print( 7%(5 // 2) )
Users enter free textType an Answer20s - Q6
What is Python?
Software
A Big snake in Computer
Programing Language
Delicious food
10s - Q7
The ultimate goal of data science is to make informed decisions or predictions.
truefalseTrue or False15s - Q8
Matplotlib is a -
Data visualization Library
Statistical Analysis Software
Data Warehouse
Machine Learning Library
20s - Q9
Python is not Object Oriented
falsetrueTrue or False15s - Q10
What kind of data "Tuple" is?
Sequence Type
Dictionary
Boolean Type
Numeric Type
20s - Q11
Lists are Mutable.
truefalseTrue or False20s - Q12
Which one is Unordered and Mutable?
Set
Tuple
String
Float
20s - Q13
what is the result of the code?
print("Faysal" == "Sowrav")
falsetrueTrue or False20s - Q14
Which option is output by this code?
print((4 + 8) / 2)
6
8.0
6.0
8
20s - Q15
Make a valid variable name with the letters by putting them one by one
Users re-arrange answers into correct orderJumble20s