Python Module 1

Python Module 1

University - Professional Development

13 Qs

quiz-placeholder

Similar activities

Python quiz

Python quiz

University - Professional Development

10 Qs

C - Pointers

C - Pointers

University

10 Qs

Basic Python

Basic Python

Professional Development

10 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Basics Of C Programming

Basics Of C Programming

University

10 Qs

Python

Python

University - Professional Development

10 Qs

Coding and Debugging

Coding and Debugging

University

15 Qs

Basics of C

Basics of C

University

10 Qs

Python Module 1

Python Module 1

Assessment

Quiz

Computers

University - Professional Development

Hard

Used 37+ times

FREE Resource

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)

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?