Which of the following graphic primitives are considered as the basic building…

2015

Which of the following graphic primitives are considered as the basic building blocks of computer graphics?

(a) Points    (b) Lines    (c) Polylines    (d) Polygons

Codes :

  1. A.

    (a) only

  2. B.

    (a) and (b)

  3. C.

    (a), (b) and (c)

  4. D.

    (a), (b), (c) and (d)

Attempted by 353 students.

Show answer & explanation

Correct answer: B

Correct answer: Points and Lines.

Explanation: Points represent discrete locations (vertices). Lines connect two points to form edges. These two primitives are the fundamental elements used to construct more complex graphics.

  • Polylines are sequences of connected line segments and therefore are composed from lines (and points).

  • Polygons are closed polylines (often filled) and are built from lines and points.

Conclusion: Points and lines are the basic building blocks; polylines and polygons are higher-level constructs derived from those primitives.

Explore the full course: Nta Ugc Net Paper 2

Loading lesson…