placeholder image to represent content

Data Science with Python

Quiz by Sheikh Fahim Faysal Sowrav

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
15 questions
Show answers
  • Q1

    Which operator will give you Quotient?

    **

    //

    %

    /

    20s
  • Q2

    lAsT_na_Me

    it is an acceptable variable name.

    true
    false
    True or False
    20s
  • 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 ))

    true
    false
    True or False
    30s
  • Q5

    What is the output of this code?

    print( 7%(5 // 2) )

    Users enter free text
    Type an Answer
    20s
  • 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.

    true
    false
    True or False
    15s
  • Q8

    Matplotlib is a -

    Data visualization Library

    Statistical Analysis Software

    Data Warehouse

    Machine Learning Library

    20s
  • Q9

    Python is not Object Oriented

    false
    true
    True or False
    15s
  • Q10

    What kind of data "Tuple" is?

    Sequence Type

    Dictionary

    Boolean Type

    Numeric Type

    20s
  • Q11

    Lists are Mutable.

    true
    false
    True or False
    20s
  • Q12

    Which one is Unordered and Mutable?

    Set

    Tuple

    String

    Float

    20s
  • Q13

    what is the result of the code?

    print("Faysal" == "Sowrav")

    false
    true
    True or False
    20s
  • 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 order
    Jumble
    20s

Teachers give this quiz to your class