Data handling 28/06/23

Quiz
•
Computers
•
11th Grade
•
Medium
vishnupriya vishnupriya
Used 7+ times
FREE Resource
28 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following sequence of statements
a=35
m=a
Following the execution of these statements python has created how many objects and how many references?
Two integer objects, two references
One integer object, two references
One integer object, one references
Two integer objects, one reference
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which python built in function returns the unique number assigned to an object?
identity()
id()
refnum()
ref()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The operator used to check if both the operands reference the same object memory is the _______ operator
in
is
id
==
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
For two objects x and y, the expression x is y will yield a True, if and only if
id(x)==id(y)
len(x)==len(y)
x==y
all of these
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of the following is not a an immutable type in Python?
String
Tuples
Set
Dictionary
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Python operator always yields the result of __________ datatype
integer
floating point
complex
all of these
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of the expression 100/25?
4
4.0
2.5
none of these
Create a free account and access millions of resources
Similar Resources on Wayground
23 questions
CSAwesome Unit 1 Vocabulary

Quiz
•
10th - 12th Grade
23 questions
Python 2

Quiz
•
9th Grade - University
25 questions
GCSE Computer Science: Programming (Python)

Quiz
•
9th - 12th Grade
25 questions
Python Basics Quiz 12 by RK

Quiz
•
11th Grade
30 questions
String

Quiz
•
10th Grade - University
25 questions
PLTW CSE Quiz - Activities 1.1.1 thru 1.1.3

Quiz
•
9th - 12th Grade
27 questions
python string

Quiz
•
9th - 12th Grade
25 questions
python 3-5 unit 10gr

Quiz
•
10th Grade - University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade