Home »
Computer Graphics
MCQ | Random Scan and Raster Scan in Computer Graphics
Multiple choice questions and answers (MCQ) based on the random scan and raster scan in computer graphics with 4 choices, correct answer and explanation.
Submitted by IncludeHelp, on April 11, 2021
Question 1: What are Random scan and Raster scan techniques?
- Techniques to display an image on the screen
- Line Drawing Techniques
- Polygon Drawing Techniques
- None of the above
Answer: a. Techniques to display an image on the screen
Explanation:
The Random scan and rater scan are the display techniques using which (any one) an image is displayed on the screen.
Question 2: Which among the following is best suited for a smooth line drawing on the screen?
- Random Scan Display Algorithm
- Raster Scan Display Algorithm
- Both a. and b.
- None of the above
Answer: a. Random Scan Display Algorithm
Explanation:
The Random scan display algorithm is best suited for line drawing because it uses an electron beam which operates like a pencil to create a line on the screen.
Question 3: Which among the following is best suited for a realistic shaded image drawing on the screen?
- Random Scan Display Algorithm
- Raster Scan Display Algorithm
- Both a. and b.
- None of the above
Answer: b. Raster Scan Display Algorithm
Explanation:
The Raster scan display algorithm is best suited for realistic shaded drawing because it is works upon the intensity of the pixels. Hence, the value of every pixel is assigned from the starting pixel to the ending one. Hence, a shaded realistic image can be best drawn using this technique.
Question 4: Which of the following options is correct in accordance with the Random Scan Display Algorithm?
- It is best suited for line drawing algorithm.
- It has a high resolution.
- It has an electron beam which strikes only that part of the screen where the drawing is needed.
- All of the above
Answer: d. All of the above
Explanation:
All the given options are correct in accordance to the random scan display technique in a Cathode Ray tube.
Question 5: Which among the following are the types of scanning or travelling of beam in a raster scan display technique?
- Interlaced Scanning
- Non- Interlaced Scanning
- Spiral Scanning
- All of the Above
Answer: c. Spiral Scanning
Explanation:
There is no scanning technique such as spiral scanning in the rater scan display technique.
Question 6: In ___ a beam of an electron is moved across the screen. It moves from top to bottom considering one row at a time.
- Raster Scan Display
- Random Scan Display
- Both A and B
- None of the above mentioned
Answer: a. Raster Scan Display
Explanation:
In Raster Scan Display a beam of an electron is moved across the screen. It moves from top to bottom considering one row at a time.
Question 7: A beam of electron moves through each row, its intensity is alternatively turned ___ which helps to create a pattern of spots that are illuminated.
- On and off
- Power interrupt
- Up and down
- All of the above mentioned
Answer: a. On and off
Explanation:
A beam of electron moves through each row, its intensity is alternatively turned On and Off which helps to create a pattern of spots that are illuminated.
Question 8: Which of the following is a better option for drawing a smooth line on the screen?
- Raster Scan Display
- Random Scan Display
- Both A and B
- None of the above mentioned
Answer: b. Random Scan Display
Explanation:
Since it uses an electron beam which acts like a pencil to build a line on the panel, Random scan display is ideally adapted for line drawing.
Question 9: A 900 rotation can be done using the raster scan technique for transformation ___
- Using coping every row of a block into a column in a new frame buffer location
- Using drawing a line
- Using refresh a frame buffer
- None of the above mentioned
Answer: a. Using coping every row of a block into a column in a new frame buffer location
Explanation:
A 900 rotation can be done using the raster scan technique for transformation using coping every row of a block into a column in a new frame buffer location.
Question 10: In ___ a beam of the electron is directed only to the screen areas where any picture has to be displayed or drawn on the screen.
- Video Display
- Raster Scan Display
- Random Scan Display
- All of the above mentioned
Answer: c. Random Scan Display
Explanation:
In Random Scan Display a beam of the electron is directed only to the screen areas where any picture has to be displayed or drawn on the screen.
Question 11: The resolution of random scan is higher than raster scan.
- True
- False
Answer: a. True
Explanation:
The resolution of random scan is higher as compare to raster scan.
Question 12: Raster scan systems generally use ___ to display an image.
- Frame buffer
- Display controller
- Display file program
- None of the These
Answer: a. Frame buffer
Explanation:
In a raster scan system, an electron beam sweeps through the panel, one row at a time, from top to bottom. In his process a frame buffer uses.
Question 13: With reference to Random Scan Display, which of the following options is correct?
- It has an electron beam that directed only to the screen areas where any picture has to be displayed.
- It has a good pixel amount.
- It's ideal for line drawing.
- All of the above mentioned.
Answer: d. All of the above mentioned.
Explanation:
In the Random Scan Display technique, it has an electron beam that directed only to the screen areas where any picture has to be displayed. Random Scan Display has a good pixel amount and also an ideal method for line drawing.
Question 14: Which one of the following does not fit for Random Scan and Raster Scan?
- Polygon Drawing Techniques
- Line Drawing Techniques
- Techniques to display an image on the screen
- Only A
Answer: a. Polygon Drawing Techniques
Explanation:
Random scan and rater scan are two display methods that can be used to display image on the screen.
Question 15: With reference to Random Scan Display the beam of electron moves to the left top corner of the screen to move to another frame. This motion is referred to as ___
- Vertical retrace
- Horizontal retrace
- Scan line
- All of the above mentioned
Answer: a. Vertical retrace
Explanation:
With reference to Random Scan Display, the beam of electron moves to the left top corner of the screen to move to another frame. This motion is referred to as Vertical retrace.
More...
- MCQ | Introduction to Computer Graphics
- 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 | 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