Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Test Kualifikasi Grafika Komputer

Total questions: 70

Worksheet time: 35mins

Name
Class
Date
1.

Which of the following statements define Computer Graphics?

a)

It refers to designing plans

b)

It means designing computers

c)

It refers to designing images

d)

None of the mentioned

2.

Among the given scientists/inventor who is known as the father of Computer Graphics?

a)

Nikola Tesla

b)

Ivan Sutherland

c)

Ada Lovelace

d)

Marie Curie

3.

Which of the following are the features of Computer Graphics?

a)

Creation and deletion of images by computer only

b)

Deletion and manipulation of graphical images by computer

c)

Creation and manipulation of graphics by computer

d)

Creation of artificial images by computer only

4.

Which of the following is a Computer Graphics type?

a)

Raster and Vector

b)

Raster and Scalar

c)

Scalar only

d)

All of the above

5.

Which of the following plane is used for 2D transformations?

a)

Three-dimensional plane

b)

Two-dimensional plane

c)

One-dimensional plane

d)

Four-dimensional Plane

6.

Which of the following is a Computer Graphics Curve?

a)

Bezier Curves

b)

Implicit Curves

c)


Explicit Curves

d)

All of the above

7.

Who is the first user of computer graphics?

a)

William Fetter

b)

Ivan Edward Sutherland

c)

Ada Lovelace

d)

Nicholas Williams

8.

Which of the following is the purpose for using clipping in computer graphics?

a)

copying

b)

zooming

c)

adding graphics

d)

removing objects and lines

9.

In a graphical system, an array of pixels in the picture are stored in which of the following locations?

a)

Frame buffer

b)

Processor

c)

Memory

d)

All of the mentioned

10.

Curves in computer graphics is primarily used for which of the following function?

a)

To draw different types of objects onto the screen

b)

Zooming out a picture

c)

Copying a picture

d)

Zooming in a picture

11.

__________ types of translation are present in computer graphics.

a)

5

b)

3

c)

4

d)

6

12.

Bitmap is a collection of ____________ that describes an image.

a)

pixels

b)

algorithms

c)

bits

d)

colors

13.

Which of the following devices provides positional information to the graphics system?

a)

Pointing devices

b)

Both Input devices and Pointing devices

c)

Output devices

d)

Input devices

14.

Which of the following is defined as the number of pixels stored in the frame buffer of a graphics system?

a)

Resalution

b)

Resolution

c)

Depth

d)

None of the mentioned

15.

Which of the following is a primary output device of a graphics system?

a)

Printer

b)

Scanner

c)

Video monitor

d)

Neither Scanner nor Video monitor

16.

Which of the following is used in graphics workstations as input devices to accept voice commands?

a)

Speech recognizers

b)

Touch panels

c)

None of the mentioned

d)

All of the mentioned

17.

What is the use of voice system input?

a)

To enter data

b)

To initiate graphics operation and also to enter data

c)

To initiate graphics operation

d)

None of the mentioned

18.

Which of the following is defined as the process of elimination of parts of a scene outside a window or a viewport?

a)

editing

b)

cutting

c)

plucking

d)

clipping

19.

Which of the following is known as the window opened on the raster graphics screen in which the image will be displayed?

a)

Interface window

b)

World window

c)

World co-ordinate system

d)

Screen co-ordinate system

20.

Which of the following operations can be used to zoom in or out around any axis on a three-dimensional object from its original position?

a)

Rotation

b)

Shearing

c)

Scaling

d)

Translation

21.

Among the following process, which process is known as the elimination of parts of a scene outside a window or a viewport?

a)

editing

b)

plucking

c)

cutting

d)

clipping

22.

Which statement is true?

a)

Viewing transformation is the process of mapping a world window in World Coordinates to the Viewport.

b)

Viewing transformation is the process of mapping a world window in Viewport to the World Coordinate.

c)

Viewing transformation is the process of mapping a world window in Viewport Coordinate to the World Coordinate.

d)

None of the mentioned

23.

Which of the following is defined as the drawing of number of copies of the same image in rows and columns across the interface window so that they cover the entire window?

a)

Zooming

b)

Panning

c)

Tiling

d)

Roaming

24.

How many axes do 3D graphics consist of?

a)

Two axes

b)

Three axes

c)

Five axes

d)

One axis

25.

Which of the following is the most commonly used boundary representation for a 3-dimensional graphics object?

a)

Volume polygon

b)

System polygon

c)

Data polygon

d)

Surface polygon

26.

Which of the following is the process of digitizing a given picture definition into a set of pixel-intensity for storage in the frame buffer?

a)

Scan conversion

b)

True color system

c)

Encoding

d)

Rasterization

27.

Which of the following is commonly known as frame buffer on a black and white system with one bit per pixel?

a)

Bitmap

b)

Pix map

c)

Multi map

d)

All of the mentioned

28.

Which of the following algorithm is a faster method for calculating pixel positions?

a)

Parallel line algorithm

b)

Mid-point algorithm

c)

DDA line algorithm

d)

Bresenham’s line algorithm

29.

If the boundary is specified in a single color, and if the algorithm proceeds pixel by pixel until the boundary color is encountered is known as ____

a)

Parallel curve algorithm

b)

Flood-fill algorithm

c)

Scan-line fill algorithm

d)

Boundary-fill algorithm

30.

Which of the following defines a pixel mask?

a)

A string containing 1 and 0

b)

A string containing 0 and 0

c)

A string containing only 0’s

d)

A string containing only 1's

31.

What does an aspect ratio mean?

a)

Ratio of vertical points to horizontal points

b)

Ratio of vertical points to horizontal points and horizontal points to vertical points

c)

Number of pixels

d)

Ratio of horizontal points to vertical points

32.

Which of the following is a correct abbreviation of DDA algorithm?

a)

Data differential analyzer

b)

Direct differential analyzer

c)

Digital difference analyzer

d)

Digital differential analyzer

33.

The Cohen-Sutherland algorithm divides the region into how many spaces?

a)

9

b)

8

c)

7

d)

6

34.

Beside Cohen Sutherland algorithm, there is another algorithm that act similar with it, it is ________

a)

Liang-Sutherland

b)

Liang-Barsky

c)

Bressenham-Ivan

d)

None of all the mentioned

35.

Which of the following clipping process handles the clipping of strings?

a)

Text Clipping

b)

Exterior Clipping

c)

Curve Clipping

d)

Shape Clipping

36.

A translation is applied to an object by

a)

Repositioning it along with straight line path

b)

Repositioning it along with circular path

c)

Only b

d)

All of the mentioned

37.

We translate a two-dimensional point by adding

a)

Translation distances

b)

Translation difference

c)

X and Y

d)

All of the mentioned

38.

The translation distances (dx, dy) is called as

a)

Translation vector

b)

Shift vector

c)

Both a and b

d)

Neither a nor b

39.

In 2D-translation, a point (x, y) can move to the new position (x’, y’) by using the equation

a)

x’=x+dx and y’=y+dx

b)

x’=x+dx and y’=y+dy

c)

X’=x+dy and Y’=y+dx

d)

X’=x-dx and y’=y-dy

40.

The two-dimensional translation equation in the matrix form is

a)

P’=P+T

b)

P’=P-T

c)

P’=P*T

d)

P’=p

41.

_________ is a rigid body transformation that moves objects without deformation.

a)

Rotation

b)

Scaling

c)

Translation

d)

All of the mentioned

42.

To change the position of a circle or ellipse we translate

a)

Center coordinates

b)

Center coordinates and redraw the figure in new location

c)

Outline coordinates

d)

All of the mentioned

43.

The basic geometric transformations are

a)

Translation

b)

Rotation

c)

Scaling

d)

All of the mentioned

44.

To generate a rotation , we must specify

a)

Rotation angle ϴ

b)

Distances dx and dy

c)

Rotation distance

d)

All of the mentioned

45.

Positive values for the rotation angle ϴ defines

a)

Counterclockwise rotations about the end points

b)

Counterclockwise translation about the pivot point

c)

Counterclockwise rotations about the pivot point

d)

Negative direction

46.

The transformation that is used to alter the size of an object is

a)

Scaling

b)

Rotation

c)

Translation

d)

Reflection

47.

If the scaling factors values sx and sy < 1 then

a)

It reduces the size of object

b)

It increases the size of object

c)

It stunts the shape of an object

d)

None

48.

If the scaling factors values sx and sy are assigned to unequal values then

a)

Uniform rotation is produced

b)

Uniform scaling is produced

c)

Differential scaling is produced

d)

Scaling cannot be done

49.

If the value of sx=1 and sy=1 then

a)

Reduce the size of object

b)

Distort the picture

c)

Produce an enlargement

d)

No change in the size of an object

50.

If point are expressed in homogeneous coordinates then the pair of (x, y) is represented as

a)

(x’, y’, z’)

b)

(x, y, z)

c)

(x’, y’, w’)

d)

(x’, y’, w)

51.

What is the use of homogeneous coordinates and matrix representation?

a)

To treat all 3 transformations in a consistent way

b)

To scale

c)

To scale

d)

To shear the object

52.

We can combine the multiplicative and translational terms for 2D into a single matrix representation by expanding

a)

2 by 2 matrix into 4*4 matrix

b)

2 by 2 matrix into 3*3

c)

3 by 3 matrix into 2 by 2

d)

Only c

53.

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

a)

Sampling

b)

Aliasing

c)

Inquiry function

d)

Anti-aliasing

54.

Which of the following equation is correct for the new Z co-ordinate if an object undergoes 3D rotation around x axis?

a)

Znew = Yold x sinθ – Zold x cosθ

b)

Znew = Yold x sinθ + Zold x cosθ

c)

Znew = Yold x cosθ – Zold x sinθ

d)

Znew = Yold x cosθ + Zold x sinθ

55.

Which of the following equation is correct for the new X co-ordinate if an object undergoes 3D rotation around y axis?

a)

Xnew = Zold x cosθ – Xold x sinθ

b)

Xnew = Zold x cosθ + Xold x sinθ

c)

Xnew = Zold x sinθ – Xold x cosθ

d)

Xnew = Zold x sinθ + Xold x cosθ

56.

Which of the following equation is correct for the new X co-ordinate if an object undergoes 3D rotation around z axis?

a)

Xnew = Xold x cosθ – Yold x sinθ

b)

Xnew = Xold x cosθ + Yold x sinθ

c)

Xnew = Xold x sinθ – Yold x cosθ

d)

Xnew = Xold x sinθ + Yold x cosθ

57.

What will be the final coordinates after rotation of the point P(5, 5, 5) at 90° about Z-axis?

a)

(5, -5, -5)

b)

(-5, -5, -5)

c)

(-5, 5, 5)

d)

(5, -5, 5)

58.

What will be the final coordinates after rotation of the point P(2, 3, 7) at 90° about X-axis?



a)

(2, -7, -3)

b)

(-2, -7, -3)

c)

(-2, 7, 3)

d)

(2, -7, 3)

59.

Which of the following transformation is a rotation where angle of rotation is 180°?

a)

Rotation

b)

Shearing

c)

Reflection

d)

Translation

60.

Given a 3D shape with coordinates A(6, 4, -2), B(5, -3, 6), C(2, 1, -5) and D(-2, 4, 7), what will be the new coordinates if the shape undergoes 3D reflection relative to XZ plane?

a)

A(-6, -4, -2), B(-5, -3, -6), C(-2, -1, -5), D(-2, -4, -7)

b)

A(6, 4, 2), B(5, 3, 6), C(2, 1, 5), D(2, 4, 7)

c)

A(6, 4, 2), B(-5, 3, -6), C(-2, -1, 5), D(2, 4, -7)

d)

A(6, -4, -2), B(5, 3, 6), C(2, -1, -5), D(-2, -4, 7)

61.

The planar geometric projections can be divided into how many categories?

a)

2

b)

3

c)

4

d)

5

62.

The Parallel Projection can be divided into how many categories?

a)

6

b)

8

c)

2

d)

5

63.

Which of the following orthographic parallel projection is called as a plan view?

a)

Front

b)

Side

c)

Rear

d)

Top

64.

n which of the following projection, the object size differs when look from different distances?

a)

Parallel Projection

b)

Cavalier Projection

c)

Perspective projection

d)

Cabinet Projection

65.

Perspective projection can be divided into how many categories?

a)

3

b)

4

c)

5

d)

6

66.

In perspective projection, which of the following is the point where all lines will appear to meet?

a)

Projectors

b)

Projection Plane

c)

Point of Projection

d)

Vanishing Point

67.

Which of the following type of perspective projection is used in drawings of railway lines?

a)

One-point

b)

Two-point

c)

Three-point

d)

Perspective projection is not used to draw railway lines

68.

What is the primary use of clipping in computer graphics?

a)

adding graphics

b)

removing objects and lines

c)

zooming

d)

copying

69.

In line clipping, the portion of line which is _____________ of window is cut and the portion that is _____________ the window is kept.

a)

outside, inside

b)

inside, outside

c)

exact copy, different

d)

different, an exact copy

70.

The arrangement of bit code in Cohen Sutherland algorithm is

a)

Above, Below, Left, Right

b)

Top, down, Right, Left

c)

Left, Right, Below, Above

d)

Above, Below, Right, Left