Python Training Module Quiz

Python Training Module Quiz

KG - University

6 Qs

quiz-placeholder

Similar activities

Python Quiz: Choosing Test Data - GCSE CS

Python Quiz: Choosing Test Data - GCSE CS

11th Grade

8 Qs

Random functions

Random functions

12th Grade

10 Qs

Slip Test

Slip Test

12th Grade

10 Qs

Lesson 39 Test-5

Lesson 39 Test-5

5th - 8th Grade

10 Qs

File Handling

File Handling

12th Grade

10 Qs

PYTHON(LIBRARIES)

PYTHON(LIBRARIES)

12th Grade

10 Qs

Python Random

Python Random

12th Grade

10 Qs

9 сынып python

9 сынып python

1st Grade

10 Qs

Python Training Module Quiz

Python Training Module Quiz

Assessment

Quiz

Professional Development, Science, Computers

KG - University

Hard

Created by

Michael Inyang

Used 3+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

One of the following is a container in Python?

List

DeQue

Dictionary

Set

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

During file operations in Python, the function open() takes how many parameters?

one: file name only

Two: File method and file name.

Three: File destination, file name and file method.

Two: Filename with extension and file mode.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python Date time module has how many main classes?

3

5

6

7

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

One of the following is not a class in the Python time module?

date

time

timezones

timedelta

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

one of the following is not a random module function?

random.choice()

random.randint()

random.shuffle()

random.extend()

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

math.pi is a Python math function?

True

False

maybe

depending on the operation