NANDHOO
.
Learning Paths
Dashboard
Sign In
Home
Dashboard
Computer Graphics
Filling Algorithms
Quiz
Chapter Quiz: Filling Algorithms
Filling Algorithms
Complete this assessment with 100% score to master this chapter.
01
Which algorithm starts at an interior point and colors until it hits a specific border color?
Flood Fill
Boundary Fill
Scanline
Z-buffer
02
What is the 'Paint Bucket' tool in programs like Photoshop most likely using?
DDA
Flood Fill
Bresenham
Ray Tracing
03
Why can recursive fill algorithms sometimes cause a 'Stack Overflow'?
Because they use too much disk space
The recursion depth for large areas exceeds the system memory limit
Because the monitor is too small
The color is too bright
04
Which algorithm is typically more efficient for filling large, complex polygons?
Flood Fill
Boundary Fill
Scanline Fill
Random Fill
05
In an 8-connected fill, how many neighbors does each pixel check?
2
4
8
16
Submit Answers
Back to Lesson
Next Chapter