Which type of graphics file format keeps track of each individual point in the image? (Points: 5)

Bitmap
Detailed image
Pointilated
Vector

is it "Vector"

no, vector are described by a direction and a length.

What you want is a bitmap. Each pixel is recorded, with its color and transparency.

Yes, the correct answer is "Vector". A vector graphics file format keeps track of each individual point in the image by storing mathematical equations that describe the shapes and paths. This allows the image to be scaled without loss of quality, as the shapes are defined by equations rather than fixed pixels.