Python Training Module Quiz

Python Training Module Quiz

KG - University

6 Qs

quiz-placeholder

Similar activities

Information Processing - File Organization/Access

Information Processing - File Organization/Access

10th - 11th Grade

10 Qs

Lesson 33 - Collection module

Lesson 33 - Collection module

5th - 8th Grade

10 Qs

Lesson 35 - Math module and installation of external module

Lesson 35 - Math module and installation of external module

5th - 8th Grade

10 Qs

Python Random

Python Random

12th Grade

10 Qs

OWA Part 1

OWA Part 1

Professional Development

8 Qs

J277 - 2.2 - Random Number Generation

J277 - 2.2 - Random Number Generation

10th Grade - University

8 Qs

6 класс тест повторение 3 четверти

6 класс тест повторение 3 четверти

1st Grade

10 Qs

Тест повторения 3 четверти

Тест повторения 3 четверти

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