What element specifies the color and location of each pixel?

A. bitmap
B. vector
C. wireframe
D. primitive

A. bitmap

A. Bitmap

The element that specifies the color and location of each pixel is A. bitmap.

To understand why bitmap is the correct answer, let's break down each option:

A. Bitmap: A bitmap is an array of pixels, with each pixel containing information about its color and location. Bitmaps are used to represent images in computer graphics, and they specify the color and location of each pixel explicitly.

B. Vector: Vectors use mathematical formulas to define the shapes, colors, and positions of objects in an image. Unlike bitmaps, which store information about each individual pixel, vectors use geometric primitives such as points, lines, and curves to represent graphics. While vectors can specify color, they do not explicitly specify the color and location of each pixel.

C. Wireframe: A wireframe is a simplified representation of a 3D object, usually consisting of lines and curves that outline its structure. Wireframes do not specify color information for individual pixels but rather provide a visual guide to the object's form, shape, and structure.

D. Primitive: "Primitive" is a general term used in computer graphics to refer to basic geometric shapes such as points, lines, and polygons. While primitives can be used to construct more complex graphics, they do not inherently specify pixel-level color and location information.

Therefore, bitmap is the correct answer as it directly specifies the color and location of each pixel in an image.