Images are broadly categorized based on how they store visual information:
Rasterized images (Option i):
Composed of a grid of pixels (bitmap).
Each pixel has color information.
Examples: JPEG, PNG, BMP.
Best for photos or complex visuals.
Vectorized images (Option ii):
Composed of paths defined by mathematical formulas.
Scalable without quality loss.
Examples: SVG, EPS, AI.
Best for logos, icons, and illustrations.
Sectorized images (Option iii):
Not a standard category in computer graphics.
Thus, image files are categorized into Rasterized and Vectorized, making Option A (i, ii) correct.
[Reference:, DASCA Data Scientist Knowledge Framework (DSKF) – Data Types & Multimedia Data Management., ]
Submit