CG MCQ2 Ans

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

1. Which format is used to store digital audio in multimedia application?

A) GIF B) WAV
C) JPEG D) BMP

2. The maximum number of points that can be displayed without overlap on a CRT
is referred as.

A) aspect ratio B) resolution


c) refresh rate d) access rate

3. The …………………….. is a most basic graphical element & is completely defined


by a pair of user coordinates (x , y).

A) resolution B) Plane
C) Frame buffer D) Pixel

4. Interactive computer graphics uses various kind of input devices such as

A) Mouse B) Graphic tablet

C) Joystick D) All of these

5. The application area of computer graphics are

A) Political B) Education and textbook

C) CAD and entertainment D) All of these

6. CAD means

A) Car aided design B) Computer art design

C) Computer aided design D) None of these

7. The center of display screen is computed as

A) X max ,y max B) Xmax/2,ymax/2

C) Xmax/3,ymax/3 D) None of these

8. ………………….. ink is used in laser printer.

A) Wet B) Dry

C) Both a & b D) None of these

9. The LCD projector is the output device that is connected to the

A) Monitor B)LCD
B) C) CPU D)None of these
10. Touch screen display is an

A) Input device B) Output device

C) Both a & b D) Neither input nor output

11. In the voice recognition system, the voice is converted into

a. Machine code b. Byte code


b. c. Electrical signal d. None of these

12. A joystick and Light pen is a

a. Graphics input device b. Graphics output device

c. Both a & b d. None of these

13. The mouse’s motion typically translates into

a. Motion of a pointer on a display b. Motion of a pointer on a CPU


c. Both a & b d. None of these

14. The smallest addressable screen element is known as ……………..

a. Pixel b. Plane c. resolution d. None of these

15. The condition for which two lines are perpendicular is ………………

16. The angel between x+2y=5 and 3x-y=1 is:

a. tan-1 (7) b. tan-1 (-7)

c. tan-1 (6) d. tan-1 (-6)

17. To promote accurate and schematic representation of geographical and other measured data such as
weather maps, contour maps is done through:

a. Cryptography b. Cartography

c.Steganography d. graphics

18. Physical pixels are the actual dots displayed on:

a. An Output device b. An Input device

c. Both input and output d. none of these


19. What is the name of device that allows a person to hear sounds from the computer?

a. Speaker b. Mouse

c. Walkman d. Printer

20. Computer graphics has proved viable for all of the following applications
A. Automobile design B. Residential (house) design
C. Flight simulation D. all of the above

21. The dominant output device in the early days of computer graphics was the
A. CRT B. Plasma panel
C. Direct view storage tube d. LCD

22. A frame buffer


A. Stores intensity values for (usually) all screen points
B. Specifies the location and dimensions of the graphics window
C. Stores some image, usually the most recent complete image, so the
screen contents can be updated or otherwise modified
D. stores intensity and color values for all pixels of the screen

23. Suppose the DDA algorithm is to be used to draw a line segment between (20,40)
and (50,90). What happens at each step?
A. X is incremented B. Y is incremented
C. X is decremented D. Y is decremented

24. The primary advantage of the Bresenham line drawing algorithm is


A. The next point to be plotted is either horizontally adjacent to or
diagonally adjacent to the point most recently
plotted
B. calculated points need not to be round off
C. The steps in the point plotting loop execute very quickly
D. The line can be partitioned easily for parallel processing

25. The Bresenham line drawing algorithm (pick the richest answer) for M<1
A. Changes the x coordinate by one at each step
B. Changes the y coordinate by one at each step
C. Changes the x coordinate or the y coordinate or both by one at each step

26. Suppose time t is required to determine the location, in the frame buffer, of the first "pixel"
of a Bresenham line. How much time is required to determine the location, in the frame buffer, of the
second "pixel?"
A. less than t
B. t
C. more than t

27. Display file stores


1. Vector commands 2. Intensity of pixel
3. color of pixel 4. none

28. Using Shadow mask algorithm ………………colors can be generated, IF ‘n’ is bits per pixel
a. 1 b. 4 c. 28 d. 2n

You might also like