Data Handling in Python

Quiz
•
Computers
•
11th Grade
•
Hard

SANGAMI M S
Used 107+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Choose the numeric data types Python Provides.
Integer , Strings
Signed Integers, Boolean, Floating Point numbers, Complex Numbers
Integers, Complex Numbers
Strings, Boolean
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Boolean Data types are considered as integers because True is considered as 1 and False as 0
yes
no
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do Python represent a Complex number with real part (3) and imaginary part ( -2.5)
3+2.5i
3-2.5i
3+2.5j
3-2.5j
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is the output of the following code?
r=2.5+3.9j
print(r.imag)
5.
MULTIPLE SELECT QUESTION
1 min • 1 pt
______ data types store values of more than one data type
List
Tuple
Float
Dictionary
6.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Choose the mutable data types.
List
Dictionaries
Integer
String
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
a)Built-in function ____ returns the type of an object.
b)Built-in function ______ returns the address of an object.
c)Built-in function ____ displays value of an object.
type( ) , val( ) , print( )
type( ) , id( ) , print( )
print( ) , type( ) , input( )
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Y7 - CY2 - Knowledge Test

Quiz
•
9th - 12th Grade
8 questions
Control Flow and Booleans Quiz

Quiz
•
11th Grade
11 questions
Programming basics

Quiz
•
10th - 11th Grade
13 questions
python для новичков

Quiz
•
4th - 11th Grade
6 questions
Sains Komputer Tingkatan 4 - 2.3.1 Membina jadual

Quiz
•
1st Grade - Professio...
5 questions
Python-Demo

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

Quiz
•
11th Grade
11 questions
Programming Quiz 1

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade