Search Header Logo

Data Handling

Authored by Ganesh Todkar

Computers

11th Grade

Used 3+ times

Data Handling
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Consider the following sequence of statement

a=40

b=a

Following the execution of these statements, python has created how many objects and how many references?

Two integer objects, two references

One integer objects, two references

One integer objects, one reference

Two integer objects, one reference

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

What is the output of the following Python code snippet?

x = 10

y = x

print(y)

10

20

0

Error

3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Consider the following Python code:

num1 = 5

num2 = num1

num1 = 10

What is the value of num2?

5

10

15

0

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Which one of the following is not an immutable type?

String

Dictionary

Set

Tuple

5.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

What is the value of expression 98//13+3?

6

3

10

6.0

6.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

In a python statement X=Y+10*Z , the underlined part is-

Operator

Operand

Statement

Expression

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

What is the result of the expression 25%4?

1

5

6

4

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Computers