First Midterm Flashcards

1
Q

“Describe the smallest unit of an image displayed on a screen.”

A

“The smallest unit of an image displayed on a screen is a Pixel.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

“Identify a file format that supports transparency.”

A

PNG is a file format that supports transparency.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

“Define a primary characteristic of vector graphics.”

A

Vector graphics are made of paths defined by mathematical equations and if you resize them they don’t lose their quality “

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

“Where is the RGB color model used in computer graphics?”

A

“The RGB color model is commonly used for digital displays in computer graphics.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

“Explain the purpose of anti-aliasing in computer graphics.”

A

“Anti-aliasing aims to reduce jagged edges on curved lines in computer graphics.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

“True or False: Vector graphics can be resized without losing quality.”

A

“True.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

“True or False: A higher resolution results in a lower level of detail in an image.”

A

“False.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

“True or False: The Z-buffer is used to determine the depth of objects in 3D space during rendering.”

A

“True.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

“What is the difference between a raster image and a vector image?”

A

“Raster images are made of pixels and can lose quality when resized, while vector images are made of paths defined by mathematical equations and are resolution-independent.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

“Explain the significance of frame rate in animation.”

A

“Frame rate refers to the number of frames displayed per second (FPS) in an animation. A higher frame rate results in smoother motion, while a lower frame rate may cause choppy or stuttered motion.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

“Define a shader in the context of computer graphics.”

A

“A shader is a program used to calculate the effects of light, texture, and color on a 3D object or surface during the rendering process.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

“Explain the function of shaders in rendering.”

A

“Shaders are responsible for determining how a surface interacts with light and its final appearance during the rendering process.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

“Describe how anti-aliasing improves visual quality in graphics.”

A

“Anti-aliasing works by blending the colors of the pixels at the edges of lines or curves, making transitions smoother and more natural-looking, which enhances the visual quality of graphics, especially in games, animations, and digital art.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

“Define lossy image compression and provide an example.”

A

“Lossy image compression reduces file size by discarding some image data, leading to a loss in quality. An example of lossy compression format is JPEG.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

“Define lossless image compression and provide an example.”

A

“Lossless image compression retains all image data, ensuring no loss of quality. An example of lossless compression formats are PNG and GIF.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

“Explain the significance of aspect ratio in digital images and videos.”

A

The aspect ratio is the ratio of the width to the height of an image or video. It is important because it ensures that images or videos maintain proper proportions when displayed on different screens or devices, preventing stretching or distortion.”

17
Q

“Define the components of the RGB color model.”

A

“The RGB color model consists of three primary components: Red (the red color channel), Green (the green color channel), and Blue (the blue color channel).”

18
Q

“What formats can be used to compress images for web use?”

A

“JPEG and WebP are commonly used formats for compressing images for smaller file sizes.”

19
Q

“What is the benefit of using PNG format for certain images?”

A

The PNG format is beneficial for images with transparency, allowing for better integration with various backgrounds.

The image won’t become blurry or distorted, making PNGs ideal for sharp logos and graphs containing lots of figures.”

20
Q

“How can quality settings affect image optimization?”

A

“Adjusting quality settings helps to balance between file size and visual quality, ensuring that images are optimized without significant loss of appearance.”

21
Q
A