Python libraries: Random, PIL, Wave

Python libraries: Random, PIL, Wave

12th Grade

14 Qs

quiz-placeholder

Similar activities

AP CK CyberSecurity Unit 5

AP CK CyberSecurity Unit 5

12th Grade

10 Qs

Basis Data

Basis Data

9th - 12th Grade

15 Qs

MS Word

MS Word

12th Grade - University

10 Qs

Week 3-Database Quiz 1

Week 3-Database Quiz 1

9th - 12th Grade

14 Qs

Asesmen Awal

Asesmen Awal

10th Grade - University

13 Qs

Intro to Word Processing

Intro to Word Processing

9th Grade - University

15 Qs

SCRATCH Programming recap

SCRATCH Programming recap

10th Grade - University

19 Qs

Mastering Microsoft OneDrive Basics

Mastering Microsoft OneDrive Basics

12th Grade - University

10 Qs

Python libraries: Random, PIL, Wave

Python libraries: Random, PIL, Wave

Assessment

Quiz

Information Technology (IT)

12th Grade

Easy

Created by

Ерасыл Тлеудин

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the function random() return?

A random float number between 0 and 1

A random element from a list

A list of unique elements

A random integer between 0 and 10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function would you use to select a random item from a list?

randint(a, b)

sample(population, k)

shuffle(x)

choice(seq)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the RGB code for the color Green?

(255, 255, 0)

(0, 0, 255)

(0, 255, 0)

(255, 0, 0)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to create a new image in PIL?

Image.open()

Image.save()

Image.create()

Image.new()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the function wave.open() do?

Writes frames to a WAV file

Reads frames from a WAV file

Creates a new WAV file

Opens a WAV file

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function would you use to shuffle a list in Python?

randomize(x)

shuffle(x)

sort(x)

mix(x)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the ImageDraw module in PIL?

To manipulate image colors

To open image files

To draw on images

To save images

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?