wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AI and Python - The 'Eyes' of Computers

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Explain the concept of computer vision as described in the passage.

a)

Computer vision is a field of artificial intelligence that enables computers to interpret and make decisions based on visual data.

b)

Computer vision is a method of data encryption used to secure visual information.

c)

Computer vision is a technique used in computer graphics to create realistic images.

d)

Computer vision is a process of converting text data into visual formats.

2.

What are some applications of computer vision mentioned in the passage?

a)

Image recognition and classification

b)

Autonomous vehicles

c)

Medical image analysis

d)

All of the above

3.

What is the role of Convolutional Neural Networks (CNNs) in computer vision?

a)

To perform data encryption

b)

To enhance audio signals

c)

To process and analyze visual data

d)

To manage network traffic

4.

Which of the following is a type of deep learning model used in computer vision?

a)

Recurrent Neural Networks (RNNs)

b)

Convolutional Neural Networks (CNNs)

c)

Generative Adversarial Networks (GANs)

d)

Long Short-Term Memory (LSTM)

5.

What are digital images usually referred to as?

a)

Vector images

b)

Bitmap images

c)

JPEG images

d)

PNG images

6.

Explain how a rainbow is formed based on the concept of light waves.

a)

A rainbow is formed when light waves are absorbed by water droplets.

b)

A rainbow is formed when light waves are reflected off the surface of water droplets.

c)

A rainbow is formed when light waves are refracted, reflected, and dispersed in water droplets.

d)

A rainbow is formed when light waves are scattered by dust particles in the air.

7.

According to the following RGB values, answer what colour will be produced from each set of values. R (Red) 255, G (Green) 255, B (Blue) 255

a)

A) White

b)

B) Black

c)

C) Red

d)

D) Blue

8.

According to the following RGB values, answer what colour will be produced from each set of values. R (Red) 100, G (Green) 100, B (Blue) 100

a)

A) White

b)

B) Grey

c)

C) Black

d)

D) Blue

9.

According to the following RGB values, answer what colour will be produced from each set of values. R (Red) 255, G (Green) 255, B (Blue) 0

a)

A) Yellow

b)

B) Green

c)

C) Red

d)

D) Blue

10.

According to the following RGB values, answer what colour will be produced from each set of values. R (Red) 0, G (Green) 150, B (Blue) 150

a)

Cyan

b)

Magenta

c)

Yellow

d)

Blue

11.

According to the following RGB values, answer what colour will be produced from each set of values. R (Red) 130, G (Green) 0, B (Blue) 130

a)

A) Purple

b)

B) Cyan

c)

C) Magenta

d)

D) Red

12.

A two-dimensional array is:

a)

A single list of elements

b)

A list of lists, where each list is of the same size

c)

A list of elements with different data types

d)

A single element with two dimensions

13.

Which of the following is an example of a two-dimensional array?

a)

A single list of numbers

b)

A table with rows and columns

c)

A single number

d)

A paragraph of text

14.

How does a two-dimensional array store data?

a)

In a single row

b)

In a single column

c)

In rows and columns

d)

In a circular pattern

15.

What is the starting index for rows and columns in a two-dimensional array as shown in the image?

a)

0

b)

1

c)

2

d)

3