Hello there!
It is Bitmap.
Hope This Helps You!
Good Luck :)
Answer:
answer C. 00 38 44 etc.
Explanation:
Divide the bitmap in horizontal strips of 4 pixels (let's call them nibbles).
Use the following table to map each nibble to a hexadecimal number where 0 =white, 1=black:
0000 = 0
0001 = 1
0010 = 2
0011 = 3
0100 = 4
0101 = 5
0110 = 6
0111 = 7
1000 = 8
1001 = 9
1010 = A
1011 = B
1100 = C
1101 = D
1110 = E
1111 = F
All tables are composed of horizontal rows and vertical columns, with small rectangles called cells in the places where rows and columns intersect. In Access, rows and columns are referred to as records and fields. A field is a way of organizing information by type.
The standard IP convention used in today's network is IPv4. Taking for example one basic IP address we have 192.168.1.1 - The ff IP has 4 octets. An octet is a group of 8 bits on the sample, we have 4 Octets making up 32 a standard 32 bit address.
This depends on the number of pixels are in each picture. hope this helps.