UGC NET CS 2015 June Paper-3
March 27, 2024
Question 7556 – UGC NET CS 2015 June Paper-3
March 27, 2024
UGC NET CS 2015 June Paper-3
March 27, 2024
Question 7556 – UGC NET CS 2015 June Paper-3
March 27, 2024

UGC NET CS 2015 June Paper-3

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
Question 16 Explanation: 
Graphics Kernel System (GKS): ​ GKS provides a set of drawing
features for two-dimensional vector graphics suitable for charting and similar duties. The calls are designed to be portable across different programming languages, graphics devices and hardware, so that applications written to use GKS will be readily portable to many platforms and devices.
The five main primitives in GKs are :
● Polyline: ​ which draws a sequence of connected line segments.
● Fill Area: which displays a specified area.
● Cell array: which displays an image composed of a variety of colours or grey scales.
● Polymarker: which marks a sequence of points with the same symbol.
● Text: which draws a string of characters
Correct Answer: B
Question 16 Explanation: 
Graphics Kernel System (GKS): ​ GKS provides a set of drawing
features for two-dimensional vector graphics suitable for charting and similar duties. The calls are designed to be portable across different programming languages, graphics devices and hardware, so that applications written to use GKS will be readily portable to many platforms and devices.
The five main primitives in GKs are :
● Polyline: ​ which draws a sequence of connected line segments.
● Fill Area: which displays a specified area.
● Cell array: which displays an image composed of a variety of colours or grey scales.
● Polymarker: which marks a sequence of points with the same symbol.
● Text: which draws a string of characters

Leave a Reply

Your email address will not be published. Required fields are marked *