Open In App

UGC-NET | UGC NET CS 2015 Jun – III | Question 16

Which of the following is not a basic primitive of the Graphics Kernel System (GKS)?
(A) POLYLINE
(B) POLYDRAW
(C) FILL AREA
(D) POLYMARKER

Answer: (B)
Explanation: The basic primitive of the Graphics Kernel System (GKS):

  • TEXT : It will draw string of character.
  • CELL ARRAY: It will display a image composed of variety of colours.
  • POLYLINE: It will draw a sequence of connected line segments.
  • FILL AREA : It will specify a particular area.
  • POLYMARKER: It will mark the point with alike symbol.
  • There is nothing like POLYDRAW in basic primitive of the Graphics Kernel System (GKS).
    So, option (B) is correct.
    Quiz of this Question

    Article Tags :