The Cohen-Sutherland algorithm divides the region into _____ number of spaces. a. 6 b.7 c. 8 d. 9
Option D is correct, Explanation - In computer graphics, the Cohen–Sutherland algorithm is an algorithm used for line clipping. The algorithm divides a two-dimensional space into 9 regions and then efficiently determines the lines and portions of lines that are visible in the central region of interest (the viewport).