0
0
Intro to Computingfundamentals~5 mins

Computer vision basics in Intro to Computing - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is computer vision?
Computer vision is a field of computer science that teaches computers to see, understand, and interpret images and videos like humans do.
Click to reveal answer
beginner
Name three common tasks in computer vision.
Common tasks include image classification (telling what is in an image), object detection (finding objects and their locations), and image segmentation (dividing an image into meaningful parts).
Click to reveal answer
beginner
What is an image represented as in computer vision?
An image is represented as a grid of pixels, where each pixel has color values, often in red, green, and blue (RGB) channels.
Click to reveal answer
intermediate
Why do we use convolutional neural networks (CNNs) in computer vision?
CNNs are used because they can automatically find important patterns like edges and shapes in images, helping the computer understand visual data better.
Click to reveal answer
beginner
What is the difference between image classification and object detection?
Image classification tells what is in the whole image (like 'cat' or 'dog'), while object detection finds where each object is in the image and labels them.
Click to reveal answer
What does a pixel in an image represent?
AA small dot with color information
BA sound wave
CA text character
DA network connection
Which task involves finding the location of objects in an image?
AImage classification
BData cleaning
CObject detection
DImage enhancement
What type of neural network is most commonly used for image tasks?
AConvolutional Neural Network (CNN)
BRecurrent Neural Network (RNN)
CFeedforward Neural Network
DTransformer Network
What does image segmentation do?
AConverts images to text
BDivides an image into meaningful parts
CCompresses image size
DRemoves noise from images
Which color channels are commonly used to represent images?
ABlack, White, Gray
BYellow, Cyan, Magenta
CAlpha, Beta, Gamma
DRed, Green, Blue
Explain in your own words what computer vision is and why it is useful.
Think about how computers can 'see' and help us with pictures or videos.
You got /3 concepts.
    Describe the difference between image classification and object detection with simple examples.
    Imagine telling what is in a photo versus pointing out where things are.
    You got /3 concepts.