Python Programming Quiz

Python Programming Quiz

University

25 Qs

quiz-placeholder

Similar activities

G9-Introduction to Python Programming

G9-Introduction to Python Programming

9th Grade - University

25 Qs

2F-1 | Python Quiz | 14/10/2024

2F-1 | Python Quiz | 14/10/2024

University

20 Qs

Unit-8 (QB64) Year-6

Unit-8 (QB64) Year-6

6th Grade - University

22 Qs

Python

Python

University

20 Qs

C-Volution (Intermediate)

C-Volution (Intermediate)

University

20 Qs

Fundamentals of programming Quiz

Fundamentals of programming Quiz

University

25 Qs

Basic HTML

Basic HTML

University

20 Qs

Computer Science

Computer Science

University

30 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Phạm DN)

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following code output?

Pythonawesome is fun

Python is awesome

Pythonawesome is fun

Python is awesome

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions opens a file for reading and writing without truncating the file?

open('file.txt', 'w')

open('file.txt', 'r+')

open('file.txt', 'a')

open('file.txt', 'wb')

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following code print?

1 3

2 4

1 2

3 4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the result of the following code?

10

15

20

5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

{'a': 1, 'b': 2, 'c': 3}

{'b': 2, 'c': 3}

{'a': 1, 'c': 3}

{'a': 1, 'b': 2}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the result of this code?

HellO WOrld

Hello World

HellO WOrld

HellO WOrlD

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following code output?

60

30

10

50

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?