Google News
logo
Computer Graphics - Quiz(MCQ)
The Cohen-Sutherland algorithm divides the two-dimensional space in how many regions?
A)
3
B)
5
C)
9
D)
17

Correct Answer :   9


Explanation : If the line is neither a visible case nor an invisible case, then it will be considered to be the clipped case.

The Cohen-Sutherland algorithm will divide the 2D space into nine regions.

All nine regions are assigned codes. Each code is of 4 bits. If both endpoints of the line have end bits zero, then the line is considered to be visible.

Advertisement