McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Electronics and Communication Engineerin...
→
Computer Graphics
→
Outcode / Region Code used in Line Clipp...
Q.
Outcode / Region Code used in Line Clipping is of size ____ bits.
A.
4
B.
3
C.
2
D.
1
Answer» A. 4
1.3k
0
Do you find this helpful?
17
View all MCQs in
Computer Graphics
Discussion
No comments yet
Login to comment
Related MCQs
Is 0011 valid region code / outcode used in Line Clipping algorithm?
Following are coordinates of clipping window : Lower Left Corner (10,10) and Upper Right Corner (1,1). A line has end coordinates as (50,5) and (150,50). The given line segment is ___________. Use Cohen – Sutherland Outcode Algorithm.
Following are coordinates of clipping window : Lower Left Corner (20,20) and Upper Right Corner (200,200). A line has end coordinates as (5,50) and (75,90). The given line segment is ___________. Use Cohen – Sutherland Outcode Algorithm.
Following are coordinates of clipping window : Lower Left Corner (20,20) and Upper Right Corner (200,200). A line has end coordinates as (25,50) and (175,190). The given line segment is ___________. Use Cohen – Sutherland Outcode Algorithm.
A clipping window has coordinates as A(50,10), B(80,10), C(80,40), D(50,40). A line segment has end coordinates (40,15) and (75,45). What will be the end points of clipped line? Use Cohen – Sutherland Outcode Algorithm.
A clipping window has coordinates as A (50, 10), B (80, 10), C (80, 40), D (50, 40). A line segment has end coordinates (70, 20) and (1, 10). What will be the end points of clipped line? Use Cohen – Sutherland Outcode Algorithm.
Following are coordinates of clipping window : Lower Left Corner (20,20) and Upper Right Corner (200,200). A line has end coordinates as (5,50) and (15,150). The given line segment is ___________. Use Cohen – Sutherland Outcode Algorithm.
Following are coordinates of clipping window : Lower Left Corner (20,20) and Upper Right Corner (200,200). A line has end coordinates as (0,10) and (250,15). The given line segment is ___________. Use Cohen – Sutherland Outcode Algorithm.
A rectangular clipping window whose lower left corner is at (-3,1) and upper right corner is at (2,6). If line segment has end coordinates (-4,2) and (-1,7). What will the end coordinates of clipped line (use Cohen – Sutherland Outcode Algorithm)
Why the Cohen-Sutherland Line-Clipping Algorithm involves much more calculations than the other line clipping algorithms?