Python Training Module Quiz

Python Training Module Quiz

KG - University

6 Qs

quiz-placeholder

Similar activities

9 сынып Python программалау тілінде алгоритмдерді программалау

9 сынып Python программалау тілінде алгоритмдерді программалау

1st Grade

10 Qs

Administrasi Sistem Jaringan

Administrasi Sistem Jaringan

1st - 10th Grade

10 Qs

Quiz CodeIgniter 4

Quiz CodeIgniter 4

University

10 Qs

Quiz on Basics of C

Quiz on Basics of C

University

10 Qs

Nutrition and nutrients

Nutrition and nutrients

4th - 5th Grade

10 Qs

PYTHON_CHAPTER 6

PYTHON_CHAPTER 6

University

10 Qs

Internet

Internet

7th - 10th Grade

10 Qs

Micro:bit assessment 1

Micro:bit assessment 1

7th - 8th Grade

10 Qs

Python Training Module Quiz

Python Training Module Quiz

Assessment

Quiz

Professional Development, Science, Computers

KG - University

Practice Problem

Hard

Created by

Michael Inyang

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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