Home »
Computer Graphics
MCQ | Introduction to Computer Graphics
Multiple choice questions and answers (MCQ) based on the Introduction to Computer Graphics with 4 choices, correct answer and explanation.
Submitted by Monika Sharma, on June 12, 2020
Question 1: What is the range of the pixels in a Grayscale images?
- 0 - 1
- 0 - 255
- 0 - 210
- None of the above
Answer: b. 0 - 255
Explanation:
The pixel value of the grayscale image defines the brightness of the pixel. Here, the pixel value is stored as a byte value, i.e. an 8-bit value. Hence, the value of every pixel in a grayscale image ranges from 0 to 255.
Question 2: The RGB image is known as the true color image. What does RGB stand for?
- Real grey Black Image
- Red greyed Background Image
- Red Green Blue image
- None of the above
Answer: c. Red Green Blue Image
Explanation:
The RGB Image which is also known as the true color image or the tri-color image stands for Red- Green- Blue image. This is because an RGB image can be viewed as three different color images: Red Green and Blue.
Question 3: What is the pixel range for an RGB image?
Or
What is the minimum and maximum possible value for each of the pixels of an RGB image?
- 0 - 23
- 0 - 224
- 0 - 1
- None of the above
Answer: d. None of the above
Explanation:
The RGB image has three different values for each color band, and the range of each color is 0 to 255. Hence, an RGB image is stored in a 3-dimensional array where each dimension represents one of the colors, with a value lying between 0 - 255.
Question 4: Which of the following options is not correct according to the definition of Computer Graphics?
- Computer Graphics is used for animation purposes.
- Computer graphics can be used to provide better user interface.
- Computer graphics can improve the sound quality of a video
- None of the above
Answer: c. Computer graphics can improve the sound quality of a video
Explanation:
Computer graphics has nothing to do with the audio of any device. Its sole purpose is to deal with the imaging and animations part.
Question 5: "The term GRAPHICS in computer graphics is made up of graphs and pics."
Based on the above statement, determine whether the following condition is true or false.
"Computer games development does not include computer graphics as there are no graphs and pics in it."
- True
- False
Answer: b. False
Explanation:
The game development does include a lot of graphics work for all the animations and interfaces.
Question 6: GUI stands for,
- Graphical Usable Interface
- Graphical User Interface
- Graph Users Interface
- Graphic User Interface
Answer: b. Graphical User Interface
Explanation:
GUI is known as Graphical user interface as its acts as interface between the user and the system in the form of graphical data.
Question 7: PPI stands for,
- Pixel per inch
- Photos per instruction
- Pixels per image
- None of the above
Answer: a. Pixel per inch
Explanation:
PPI stands for number of pixels that are present per inch in image.
More...
- MCQ | Cathode Ray Tube (CRT) in Computer Graphics
- MCQ | Line Filling Algorithms in Computer Graphics
- MCQ | Graphics Hardware and Display Devices in Computer Graphics
- MCQ | Random Scan and Raster Scan in Computer Graphics
- MCQ | Scan Conversion in Computer Graphics
- MCQ | Line Drawing Algorithms in Computer Graphics
- MCQ | Circle Drawing and Ellipse Drawing Algorithms in Computer Graphics
- MCQ | Types of Transformations (Translation, Rotation and Scaling) in Computer Graphics
- MCQ | Bresenham's Algorithm in Computer Graphics
- MCQ | Window to Viewport Transformation in Computer Graphics