Python Module 1

Python Module 1

University - Professional Development

13 Qs

quiz-placeholder

Similar activities

X-Quiz #4

X-Quiz #4

Professional Development

10 Qs

Python Quiz 1 : Python Basics

Python Quiz 1 : Python Basics

University

10 Qs

Python expressions

Python expressions

University

13 Qs

Java Static

Java Static

University

10 Qs

Java Control Flow statements

Java Control Flow statements

University

10 Qs

Coding and Debugging

Coding and Debugging

University

15 Qs

Milking Minds 2 17-01-24

Milking Minds 2 17-01-24

University

15 Qs

Python Pre-Cal Quiz

Python Pre-Cal Quiz

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?