upscale just stretches the pixels and lowest the image resolution
higher resolution = higher quality and higher file size
a bitmap image is a collection of pixels that represent an image.
In a black and white image, each pixel is represented by 1 bit:
A 0 will represent a black area.
A 1 will represent a white area.
The image will be represented by a binary string. Use the value of each bit to colour each pixel in the right colour.
The binary string starts at the top-left of the image, and represents the first row, followed by the second row, and continues until the end of the image.
all images are stored as binary
What are the two main character sets
American Standard Code for Information Interchange
Unicode
A MAC address is made up of 48 bits which are shown as 6 groups of 2 hexadecimal digits.