Python Training Module Quiz

Python Training Module Quiz

KG - University

6 Qs

quiz-placeholder

Similar activities

Quiz for python django(Hero)

Quiz for python django(Hero)

University

6 Qs

7 класс Программирование алгоритмов на языке Python

7 класс Программирование алгоритмов на языке Python

1st Grade

10 Qs

Canvas Professional Development Quiz

Canvas Professional Development Quiz

Professional Development

10 Qs

6 сынып информатика 3-тоқсан қорытынды тест

6 сынып информатика 3-тоқсан қорытынды тест

6th Grade

10 Qs

Binary File Handling Python

Binary File Handling Python

12th Grade

10 Qs

Python-Partie4

Python-Partie4

1st Grade

10 Qs

แบบทดสอบก่อนเรียน เรื่อง ภาษา Python

แบบทดสอบก่อนเรียน เรื่อง ภาษา Python

9th Grade

8 Qs

oop_r2

oop_r2

University

11 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