NEW
Font size
WorksheetsAI and Python - The 'Eyes' of Computers
Total questions: 15
Worksheet time: 8mins
Explain the concept of computer vision as described in the passage.
Computer vision is a field of artificial intelligence that enables computers to interpret and make decisions based on visual data.
Computer vision is a method of data encryption used to secure visual information.
Computer vision is a technique used in computer graphics to create realistic images.
Computer vision is a process of converting text data into visual formats.
What are some applications of computer vision mentioned in the passage?
Image recognition and classification
Autonomous vehicles
Medical image analysis
All of the above
What is the role of Convolutional Neural Networks (CNNs) in computer vision?
To perform data encryption
To enhance audio signals
To process and analyze visual data
To manage network traffic
Which of the following is a type of deep learning model used in computer vision?
Recurrent Neural Networks (RNNs)
Convolutional Neural Networks (CNNs)
Generative Adversarial Networks (GANs)
Long Short-Term Memory (LSTM)
What are digital images usually referred to as?
Vector images
Bitmap images
JPEG images
PNG images
Explain how a rainbow is formed based on the concept of light waves.
A rainbow is formed when light waves are absorbed by water droplets.
A rainbow is formed when light waves are reflected off the surface of water droplets.
A rainbow is formed when light waves are refracted, reflected, and dispersed in water droplets.
A rainbow is formed when light waves are scattered by dust particles in the air.
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) White
B) Black
C) Red
D) Blue
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) White
B) Grey
C) Black
D) Blue
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) Yellow
B) Green
C) Red
D) Blue
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
Cyan
Magenta
Yellow
Blue
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) Purple
B) Cyan
C) Magenta
D) Red
A two-dimensional array is:
A single list of elements
A list of lists, where each list is of the same size
A list of elements with different data types
A single element with two dimensions
Which of the following is an example of a two-dimensional array?
A single list of numbers
A table with rows and columns
A single number
A paragraph of text
How does a two-dimensional array store data?
In a single row
In a single column
In rows and columns
In a circular pattern
What is the starting index for rows and columns in a two-dimensional array as shown in the image?
0
1
2
3
