Computer Graphics 1
Computer Graphics 1
Click to Here
तम्हला नोकरीच्या संदर्भ मध्ये काही update माहहती आमच्या या चॅनेल वर र्ेटलं
join Click To Here
तम्हाला जर नोकरी साठी तुम्हाला लागणारे daily current affair | notes | ebooks
Join Click to Here
Subject:-Computer Graphics
Objective type questions Unit-I Graphics Primitives and Scan Conversion
1) In computer graphics, pictures or graphics objects are presented as a collection of discrete picture
element called______.
A. dots
B. pixels
C. co-ordinates
D. points
ANSWER: B
3.) ______is the smallest piece of the display screen which we can control.
A. dots
B. point
C. spot
D. pixel
ANSWER: D
9) The process representing continuous picture or graphics objects as a collection of descrete pixels is
called____.
A. scan conversion
B. rasterization
C. scanning
D. graphical representation
ANSWER: A
15) The software components of conceptual framework for interactive graphics is/are_____.
A. application modelB. application program
C. graphics system
D. all of above
ANSWER: D
16) The Hardware components of conceptual framework for interactive graphics is/are________.
A. input devices
B. output devices
C. a and b
D. none of these
ANSWER: C
20) An____________ gun at the rear of the CRT produces a beam of electrons.
A. electronic
B. electron
C. element
D. emergency
ANSWER: B
22) The techique(s) used for producing image on the CRT is/are__________ .
A. vector scan
B. raster scan
C. Both a and b
D. none of these
ANSWER: C
25) In vector scan display, the phosphor is to be refreshed at least ________ times per second to avoid
flicker.
A. 10
B. 20
C. 30
D. 40
ANSWER: C
26) An____________ gun at the rear of the CRT produces a beam of electrons.
A. electronic
B. electron
C. element
D. emergency
ANSWER: B
28) The techique(s) used for producing image on the CRT is/are__________.
A. vector scan
B. raster scan
C. Both a and b
D. none of these
ANSWER: C
30) In vector scan display, buffer memory used is also called _________.
A. refresh memory
B. refresh bufferC. buffer display
D. refresh circuit
ANSWER: B
31) In vector scan display, the phosphor is to be refreshed at least ________ times per second to avoid
flicker.
A. 10
B. 20
C. 30
D. 40
ANSWER: C
32) In raster scan display,the display image is stored in the form of _________ in the refresh buffer.
A. 1s
B. 0s
C. 1s and 0s
D. none of these
ANSWER: C
33) In raster scan CRT, the beam is swept back and forth from _______ across the screen.
A. left to right
B. right to left
C. up to down
D. down to up
ANSWER: A
34) In raster Scan CRT, when a beam is moved from the left to the right,it s ____ and it is _____ when it is
moved from the right to the left.
A. ON,OFF
B. OFF,ON
C. ON,ON
D. OFF,OFF
ANSWER: A
35) In raster scan display, the screen image repeatedly scanned, this process is called _______.
A. buffering of screen
B. refreshig of screen
C. rendering of screen
D. heghlighting screen
ANSWER: B
36) On a black and white system with one bit per pixel , the frame buffer is called a__________.
A. bitmap
B. pixmap
C. bitpixmap
D. pixbitmap
ANSWER: A
37) The cost of vector scan display is___________ cost of raster scan dispay.
A. equal to
B. less than
C. more than
D. none of these
ANSWER: C
41)The process of digitizing a picture definition given in an application program into a set of pixel-intensity
Values is called ____________.
A. animation
B. sampling
C. rasterization
D. scan-conversion
ANSWER: D
43)A pixel of black_white image or graphics object takes _________ space in memory.
A. 1 bit
B. 2 bits
C. 1 nibble
D. 1 byte
ANSWER: C
46) The path the electron beam takes at the end of each refresh cycle is called______.
A. horizontal retrace
B. vertical retrace
C. diagonal retrace
D. left to right retrace
ANSWER: B
47) The path the electron beam takes when returning to the left side of the CRTscreen is called_____.
A. horizontal retrace
B. vertical retrace
C. diagonal retrace
D. top to bottom retrace
ANSWER: A
51) Which facility is provided by computer graphics to change the shape colour or other properties of
objects begin viewed.
A. Motion dynamics
B. Update dynamics
C. A & B
D. None of these
ANSWER: B
ANSWER: D
special area of the memory is dedicated to graphics only in raster scan display called_________ .
A. Frame buffer
B. video controller
C. display controler
D. Monitor
ANSWER: A
To store black and white images ,black pixels are represented by________ in the frame buffer and white
pixels by_______.
A. Zero and one
B. One and Zero
C. Both a & b
D. None of these
ANSWER: B
What is the initial value for the decision parameter in midpoint circle algorithm.
A. 5/4-r
B. 4/5-r
C. r-5/4
D. r-4/5
ANSWER: A
In Bresenham's line generation algorithm, the initial value of the decision parameter as p0 = __________,
where slope MOD (m) < 1
A. 2Δy – Δx
B. 2Δy – 2Δx
C. Δx – Δy
D. none of the above
ANSWER: A
If a line whose end point is (10, 12) and start point is (20, 20), then slope m =?
A. 1.2
B. 0.8
C. -0.4
D. none of the above
ANSWER: B
The DDA algorithm is a faster method for calculating pixel positions than the direct use of Eq. y = m.x + b.
A. TRUE
B. FALSE
ANSWER: A
In Bresenham's Mid-point Circle Algorithm, the initial value of the decision parameter is p0 = 5/4 – r.
A. TRUE
B. FALSE
ANSWER: A
The method which used either delta x or delta y, whichever is larger, is chosen as one raster unit to draw
the line .the algorithm is called?
A. Bresenham`s Line Algorithm
B. Generalized Bresenham`s Algorithm
C. DDA Line Algorithm
D. Midpoint Line Algorithm
ANSWER: C
There are two standard methods of mathematically representing a circle centered at the origin. They are?
A. Polynomial Method, and Bresenham`s
B. Trigonometric Method and Bresenham`s
C. DDA, and Bresenham`s
D. Polynomial Method, and Trigonometric Method
ANSWER: D
(2,4) is a point on a circle that has center at the origin. Which of the following points are also on circle ?
A. (2,-4),(-2,4)
B. (4,-2)
C. (-4,2)
D. All of above
ANSWER: D
D. None of these
ANSWER: B
A line connecting the points (1,1) and (5,3) is to be drawn, using DDA algorithm. Find the value of x and y
increments?
A. x-increments = 1; y-increments =1
B. x-increments = 0.5; y-increments =1
C. x-increments = 1; y-increments =0.5
D. None of above
ANSWER: C
Line produced by moving pen is __ at the end points than the line produced by the pixel replication?
A. Thin
B. Straight
C. Thicker
D. both A and B
ANSWER: C
In DDA line drawing algorithm, dx or dy, whichever is________, is chosen as one raster unit.
A. 1
B. 0
C. smaller
D. larger
ANSWER: D
Sign function makes the DDA line drawing algorithm work in _____ quadrants.
A. I and II
B. B I and III
C. II and III
D. all
ANSWER:D
DDA line drawing algorithm for calculating pixel positions is __________ the direct use of equation y =
mx + b.
A. slower than
B. faster than
C. of equal speed to that of
D. none of these
ANSWER: B
In Bresenham’s line algorithm, if the distances d1 < d2 then decision parameter Pk is______
A. Positive
B. Equal
C. Negative
D. Option a or c
ANSWER: C
The maximum number of points that can be displayed without overlap on a CRT
A. Aspect Ratio
B. Resolution
C. Brightness
D. Pixel
ANSWER: B
_____________is the number of points per centimeter that can be plotted horizontally and vertically.
A. Aspect Ratio
B. Pixel Depth
C. Resolution
D. Dot Pitch
ANSWER: C
__________is the ratio of horizontal points to vertical points necessary to produce equal length
lines in both direction.
A. Dot Pitch
B. Resolution
C. Aspect Ratio
D. Height-Width Ratio
ANSWER: C
An RGB color system with 24 bits os storage per pixel is known as________________.
A. Color CRT
B. True-color system
C. RGB monitor
D. Color- Depth
ANSWER: B
Digitizing a picture definition into a set of intensity values is known as .............A. Digitization
B. Scan conversion
C. Refreshing
D. Scanning
ANSWER: B