Search Header Logo

Python Module 1

Computers

University - Professional Development

Used 38+ times

Python Module 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you create a variable with the numeric value 5?

x = 5

Both the answers are correct

x = int(5)

None

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Is python compiled language ?

Yes

No

No Idea

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of :

a = 4.5

b = 2

print( a//b )

2.0

2.5

2.25

Error

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will be the output of above program

OLDDY

NEWDY

Error

None

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will be the output of above program

40

42

38

36

6.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Which of the following are true of Python dictionaries:

Dictionaries are accessed by key.

Dictionaries can be nested to any depth.

All the keys in a dictionary must be of the same type.

A dictionary can contain any object type except another dictionary.

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What command is used to insert 6 in a list "L" at 3rd position?

L.insert(3,6)

L.add(3,6)

L.insert(2,6)

L.append(2,6)

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?