The Cohen-Sutherland algorithm divides the region into how many spaces? a) 9 b) 8 c) 7 d) 6
Option A 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).