Data handling 28/06/23

Data handling 28/06/23

11th Grade

28 Qs

quiz-placeholder

Similar activities

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

python string

python string

9th - 12th Grade

27 Qs

Python

Python

11th Grade

26 Qs

Python for Beginners

Python for Beginners

8th - 12th Grade

25 Qs

Python Flow Control

Python Flow Control

9th - 12th Grade

26 Qs

Python Interaction

Python Interaction

10th - 12th Grade

31 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Data handling 28/06/23

Data handling 28/06/23

Assessment

Quiz

Computers

11th Grade

Medium

Created by

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?