wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

COMPUTER GRAPHICS- TEST 1

Total questions: 25

Worksheet time: 9mins

Name
Class
Date
1.

1)      The distortion of information due to low-frequency sampling is known as _____

a)

Sampling

b)

Aliasing   

c)

Inquiry function      

d)

Anti-aliasing

2.

   Expansion of line DDA algorithm is _________

a)

Digital difference analyser  

b)

Direct differential analyser

c)

Digital differential analyser

d)

Data differential analyser

3.

What does Pixels stand for?

a)

Picture Extend

b)

Picture Elevation

c)

Picture Element

d)

None of these

4.

   To maintain uniformity between all 2D transformations, all transformations are converted into __________ matrix form.

a)

2X2 matrix into 4X4 matrix   

b)

2X2 matrix into 3X3 matrix

c)

3X3 matrix into 2X2 matrix   

d)

None of these

5.

Resolution is usually expressed in

a)

.Twips

b)

. Inches

c)

. Points

d)

. Pixels

6.

The colour mode where all the colours used in image is defined as a combination of Red, green and blue colours is

a)

CMYK

b)

ANPA

c)

HSB

d)

RGB

7.

1. In which condition your successive x and y values are increment by 1 in DDA algorithm

a)

a. m < 1

b)

b. m ≥ 1

c)

c. m = 1

d)

d. m > 1

8.

2. In DDA algorithm if your slope value is greater than 1 then what formula is applied for xi+1 and yi+1

a)

a. xi+1 = xi + 1/m and yi+1 = yi + 1

b)

b. xi+1 = xi + 1 and yi+1 = yi + 1

c)

c. xi+1 = xi + m and yi+1 = yi + 1/m

d)

d. xi+1 = xi + 1 and yi+1 = yi + m

9.

3. In Bresenham's line drawing algorithm, your current decision parameter i.e pk ≥ 0. How you calculate the next decision parameter.

a)

a. pk+1 = pk - 2∆y + 2∆x

b)

b. pk+1 = pk + 2∆y - 2∆x

c)

c. pk+1 = 2∆y - 2∆x

d)

pk+1 = pk + 2∆y + 2∆x

10.

4. In Bresenham's Line drawing algorithm which case your successive x and y values will increase continuously.

a)

a. pk < 0

b)

b. pk ≤ 0

c)

c. pk ≥ 0

d)

d. pk = 0

11.

5. The standard straight line equation is

a)

a. y = (y2 - y1) / (x2 - x1)

b)

b. y = y + x - (1/m)

c)

c. y = ∆y / ∆x

d)

d. y = mx + c

12.

6. Types of computer graphics are

a)

a. Vector and raster

b)

b. Scalar and raster

c)

c. Vector and Scalar

d)

d. None of these

13.

Expansion of line DDA algorithm is

a)

Digital difference analyzer

b)

Direct differential analyzer

c)

Digital differential analyzer

d)

Data differential analyzer

14.

Which algorithm is a faster method for calculating pixel positions?

a)

Bresenham’s line algorithm

b)

Parallel line algorithm

c)

Mid-point algorithm

d)

DDA line algorithm

15.

An accurate and efficient raster line-generating algorithm is

a)

DDA algorithm

b)

Mid-point algorithm

c)

Parallel line algorithm

d)

Bresenham’s line algorithm

16.

The resolution of an image refers to the quality of the image.

a)

TRUE

b)

FALSE

17.
Resolution is...
a)
The number of pixels in an image.
b)
The size of an image.
c)
The scalability of an image.  
d)
The shape of an image.
18.
A pixel is
a)
a sprite
b)
the colors in an image
c)
the smallest point on a digital image
d)
a collection of colors
19.

_______is memory (to save each pixel’s color & position for full image demonstration)

a)

CPU

b)

GPU

c)

Monitor

d)

Frame buffer

20.

Transformations can be applied on _______________.

a)

Objects

b)

Co-ordinates

c)

Both Objects and Co-ordinates

d)

None of the options

21.

I want to move an object from one point of the screen to another point. I should apply (a)   transformation.

22.

The point that remains fixed during a rotational transformation is ____________.

a)

Lower left corner of an object

b)

Origin of the Co-ordinate system

c)

All points of the object

d)

None of the above

23.

I want a rectangle to become a square shape. I can achieve it by using _______________ transformation.

a)

Scaling

b)

Mirror Reflection

c)

Rotation

d)

translation

24.

If we translate a point (10,15) by 4 and 6 respectively, the resultant point will be _________.

a)

(10,15)

b)

(16,19)

c)

(14,19)

d)

(40,90)

25.

I have a rectangle defined by upper left corner (10,12) and lower right corner (20,18). If I apply a scaling of sx=3 and sy=2 on the rectangle, the new value of lower right corner will be ________.

a)

(23,20)

b)

(30,24)

c)

(60,54)

d)

(13,14)