Python Programming Quiz

Python Programming Quiz

University

25 Qs

quiz-placeholder

Similar activities

Pyhton Debugging Questions

Pyhton Debugging Questions

University

25 Qs

Quiz 1 | Information Security | Kali Linux Commands

Quiz 1 | Information Security | Kali Linux Commands

University

20 Qs

Introducción a Linux

Introducción a Linux

University

20 Qs

Understanding Linux File Permissions

Understanding Linux File Permissions

10th Grade - University

20 Qs

Unit-8 (QB64) Year-6

Unit-8 (QB64) Year-6

6th Grade - University

22 Qs

MS2024 Pre-Quiz #5

MS2024 Pre-Quiz #5

University

20 Qs

Mock-Up Academy Programming Online Test

Mock-Up Academy Programming Online Test

6th Grade - University

20 Qs

Pretest Alpro Dasar

Pretest Alpro Dasar

University

20 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?