Select all data types in Python programming language
datatypes

Quiz
•
Computers
•
10th - 12th Grade
•
Hard
Nagaraju Oruganti
Used 1+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
integer
float
long
boolen
string
Answer explanation
Datatype are similar to parts of speech in a language. As we cannot create a sentence without them, we cannot create a program without datatypes.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select a class to find datatype of a value
find
type
dtype
what
Answer explanation
a = 1 # interger
type(a) --> integer
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select all example of integer datatype
1
1.3
0
-1
True
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select all examples of boolean datatype
True
False
Yes
No
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Define a list?
List is a variable that stores a collection of values.
Example: [0, 1.2, 5, True, 'apple']
List is a variable that have only value.
Example: 5
Answer explanation
List is a variable where we store multiple values. The values can be of any datatype including a list (nested lists).
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select all valid examples of list
[1, 2, 3, True]
[1, 2, 3]
[True, True, False, False]
['it', 'is', 'sunny', 'outside']
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select a class to load a library in python
load
import
get
fetch
Answer explanation
We use class `import` to load a library in the program.
In the numpy example, we loaded libraries `numpy` and `matplotlib.pyplot` as
import numpy
import matplotlib.pyplot as plt
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Intermediate Python

Quiz
•
9th - 11th Grade
15 questions
Python Lists

Quiz
•
10th - 12th Grade
10 questions
Python List

Quiz
•
11th Grade
15 questions
Python Lists

Quiz
•
8th - 12th Grade
11 questions
#124 Unit 2 Lesson 6 Variables

Quiz
•
11th Grade
9 questions
OCR GCSE CS - 2.1 ERL sorts and searches

Quiz
•
10th - 11th Grade
12 questions
Sequencing, Selection and Iteration

Quiz
•
8th - 10th Grade
15 questions
2D Arrays

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
20 questions
Distance, Midpoint, and Slope

Quiz
•
10th Grade
20 questions
Figurative Language Review

Quiz
•
10th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade