Data handling 28/06/23

Data handling 28/06/23

11th Grade

28 Qs

quiz-placeholder

Similar activities

Credit Cards/Reports

Credit Cards/Reports

11th - 12th Grade

28 Qs

ETech Quiz reviewer week 1

ETech Quiz reviewer week 1

11th Grade

24 Qs

Computer Spec - 10X4

Computer Spec - 10X4

9th - 11th Grade

25 Qs

Input Devices

Input Devices

11th Grade

25 Qs

INFORMATIKA KELAS IX

INFORMATIKA KELAS IX

9th - 12th Grade

25 Qs

Ôn tập học kì 1 tin 11

Ôn tập học kì 1 tin 11

11th Grade

25 Qs

BTEC Creative Digital Media - Unit 01 - Test 02

BTEC Creative Digital Media - Unit 01 - Test 02

10th - 11th Grade

25 Qs

Desain Media Interaktif

Desain Media Interaktif

10th - 12th Grade

25 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

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?