Python libraries: Random, PIL, Wave

Python libraries: Random, PIL, Wave

12th Grade

14 Qs

quiz-placeholder

Similar activities

Table,Image formatting

Table,Image formatting

5th Grade - University

15 Qs

Exploring Python's PIL Library

Exploring Python's PIL Library

12th Grade

10 Qs

Laravel Entry Assessment

Laravel Entry Assessment

12th Grade

14 Qs

Pemanfaatan Google Drive untuk Siswa

Pemanfaatan Google Drive untuk Siswa

11th Grade - University

15 Qs

Recap Handout 3 & 4

Recap Handout 3 & 4

6th Grade - University

15 Qs

systems software

systems software

7th Grade - University

17 Qs

Digital Image Processing Quiz

Digital Image Processing Quiz

12th Grade

15 Qs

File Management, Operating Systems and More

File Management, Operating Systems and More

9th - 12th Grade

18 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?