Bit map
The computer assigns each pixel an address
One builds up the image by “addressing” the individual pixels
In the simplest scenario, there is one bit determining the state of each bit (black or white)
Building an image in this fashion is called “bit mapping”
.bmp files are Microsoft’s version of bit map files