First Midterm Flashcards
“Describe the smallest unit of an image displayed on a screen.”
“The smallest unit of an image displayed on a screen is a Pixel.”
“Identify a file format that supports transparency.”
“PNG is a file format that supports transparency.”
“Define a primary characteristic of vector graphics.”
“Vector graphics are made of paths defined by mathematical equations and if you resize them they don’t lose their quality “
“The RGB color model is commonly used for digital displays in computer graphics.”
“Explain the purpose of anti-aliasing in computer graphics.”
“Anti-aliasing aims to reduce jagged edges on curved lines in computer graphics.”
“True or False: Vector graphics can be resized without losing quality.”
“True.”
“True or False: A higher resolution results in a lower level of detail in an image.”
“False.”
“True or False: The Z-buffer is used to determine the depth of objects in 3D space during rendering.”
“True.”
“What is the difference between a raster image and a vector image?”
“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.”
“Explain the significance of frame rate in animation.”
“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.”
“Define a shader in the context of computer graphics.”
“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.”
“Explain the function of shaders in rendering.”
“Shaders are responsible for determining how a surface interacts with light and its final appearance during the rendering process.”
“Describe how anti-aliasing improves visual quality in graphics.”
“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.”
“Define lossy image compression and provide an example.”
“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.”
“Define lossless image compression and provide an example.”
“Lossless image compression retains all image data, ensuring no loss of quality. An example of lossless compression formats are PNG and GIF.”