MCQ_std
MCQ_std
10. Which type of light is commonly used for capturing digital images?
A) Ultraviolet light
B) X-rays
C) Visible light
D) Gamma rays
Answer: C
11. A grayscale image uses how many bits per pixel in a standard 256-level representation?
A) 1
B) 4
C) 8
D) 16
Answer: C
MCQs on Filters
36. Which edge detection method uses zero-crossings of the second derivative?
A) Canny
B) Laplacian
C) Sobel
D) Prewitt
Answer: B
37. What does the Canny edge detector achieve using Gaussian smoothing?
A) Removes noise while preserving edges
B) Equalizes image contrast
C) Enhances low-frequency components
D) Performs image segmentation
Answer: A
48. Which operation involves replacing a pixel's value with the average of its neighbors?
A) Convolution
B) Low-pass filtering
C) Median filtering
D) Edge detection
Answer: B
49. Which issue can arise when applying large masks in neighborhood processing?
A) Increased image resolution
B) Loss of information near the edges
C) Enhanced image sharpness
D) Faster computation times
Answer: B