
Data Types in Python

Quiz
•
Computers
•
10th - 11th Grade
•
Hard
Sandeep Arora
Used 16+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which if the values below is an integer data type?
1
1.0
1/2
"1"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a String?
A data type that contains whole numbers. eg: 3, 45, 124
Numbers with decimal point. eg: 0.5, 2.45, 56.04
Group of characters between quotation marks. eg: "dog"
Data type that can only be True or False.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an Integer?
A data type that contains whole numbers. eg: 3, 45, 124
Numbers with decimal point. eg: 0.5, 2.45, 56.04
Group of characters between quotation marks. eg: "dog"
Data type that can only be True or False.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement is correct?
List is immutable && Tuple is mutable
List is mutable && Tuple is immutable
Both are Mutable
Both are Immutable
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose a list with name arr, contains 5 elements. You can get the 2nd element from the list using:
arr[-2]
arr[2]
arr[-1]
arr[1]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is correct with respect to above Python code?
d={"a":3,"b":7}
a dictionary d is created.
a and b are the keys of dictionary d.
3 and 7 are the values of dictionary d
All of the above.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the result of above Python code?
dict={"Joey":1,"Rachel":2}
dict.update({"Phoebe":2})
print(dict)
{"Joey":1,"Rachel":2,"Phoebe":2}
{"Joey":1,"Rachel":2}
{"Joey":1,"Phoebe":2}
Error
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
GCSE OCR Python Paper 2 Basics

Quiz
•
11th Grade
17 questions
Python

Quiz
•
6th - 10th Grade
17 questions
AP CSP CPT Practice Quiz

Quiz
•
8th - 12th Grade
14 questions
Python Tuples Quiz

Quiz
•
11th Grade
20 questions
Lists - Built in Functions

Quiz
•
11th Grade
16 questions
Searching and Sorting Algorithms

Quiz
•
9th - 10th Grade
15 questions
Creating and Altering Data Structure

Quiz
•
9th - 12th Grade
20 questions
مراجعة عامة على المنهج – الجزء الأول

Quiz
•
10th Grade
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
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade