Python Module 1

Python Module 1

University - Professional Development

13 Qs

quiz-placeholder

Similar activities

Programming in C

Programming in C

University

10 Qs

INTRODUCCION A LA PROGRAMACION

INTRODUCCION A LA PROGRAMACION

6th Grade - University

10 Qs

GIT COURSE

GIT COURSE

University

13 Qs

แบบทดสอบบทที่3

แบบทดสอบบทที่3

Professional Development

10 Qs

basic computer design

basic computer design

University

10 Qs

Python List

Python List

4th Grade - University

15 Qs

Machine Learning (Introduction)

Machine Learning (Introduction)

University

10 Qs

1.1.1 The structure and function of the processor

1.1.1 The structure and function of the processor

11th Grade - University

15 Qs

Python Module 1

Python Module 1

Assessment

Quiz

Computers

University - Professional Development

Practice Problem

Hard

Used 37+ times

FREE Resource

AI

Enhance your content in a minute

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

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

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?