Questions are collected from https://bcapoint.com
Which of the following feature of a virtual reality defines the amount and quality of stimuli and sensations?
Imagination
Immersion
Interaction
Morphing
If a polygon is to be scaled using a scaling factor, what should done?
scaling the center
scaling each end points
scaling each intermediate points of the edges of the polygon
translating to origin and again replacing it to original position
In back face detecion method, if the value of D < O, then..
plane is towards the observer
plane is at the origin
plane is away from the observer
plane is in between origin and the observer
How many bits per pixel is used to define 256 level of colors?
3
6
8
24
If a pint (2, 5) is reflected on the line x=3, what will the resulting point?
(2,8)
(4,5)
(5, 2)
(2,1)
If a point (3,4) is translated to a new (8,-3), what was the translation factor tx and ty?
tx=1 1 ,t’F1
tx.5, 1
tx=5,ty=-1
tx=5, ty=-7
Which of the following type of the virtual reality is used in a PC video game?
Non-immersive
Immersive
Semi-immersive
Mixed
In md-point circle drawing algorithm, if P<O, what will be the expression for the value of next decision parameter?
p-p+2X+l
p-p+2y+1
p=p+2x+2Y+1
p•p+2x-2Y+1
ln Sutherland Hodgeman polygon clipping algorithm, if first vertex is outside and second vertex is inside the which of the are added to the output list?
First vertex only
Intersection point only
First vertex and the intersection point
Intersection point and the second vertex
If the first bit of the region code of a point is 1, then where does this lie with respect to the clipping window?
Right
Left
Top
Bottom