Given below are certain output primitives and their associated attributes.…
2014
Given below are certain output primitives and their associated attributes. Match each primitive with its corresponding attributes :
List – I (Primitive) | List – II (Attributes) |
a. Line | i. Type, Size, Color |
b. Fill Area | ii. Color, Size, Font |
c. Text | iii. Style, Color, Pattern |
d. Marker | iv. Type, Width, Color |
Codes :
- A.
a-i, b-ii, c-iii, d-iv
- B.
a-ii, b-i, c-iii, d-iv
- C.
a-iv, b-iii, c-ii, d-i
- D.
a-iii, b-i, c-iv, d-ii
Attempted by 167 students.
Show answer & explanation
Correct answer: C
Correct matching: Line → Type, Width, Color; Fill Area → Style, Color, Pattern; Text → Color, Size, Font; Marker → Type, Size, Color.
Line: Type, Width, Color — lines require a stroke type (solid/dashed), a line width, and a color.
Fill Area: Style, Color, Pattern — filled areas are defined by fill style or pattern and a fill color.
Text: Color, Size, Font — text objects are described by font choice, font size, and text color.
Marker: Type, Size, Color — markers have a marker type/symbol, a display size, and a color.