Homework on Information in Bits and Bytes (i.e. How does the Computer Store Information in Bits and Bytes)?

8 points total:

2.5 points for Exercise #1 (0.5 point for each conversion).

2.5 points for Exercise #2 (1.25 point for each conversion).

1 point for #3 for the 5 characters determined.

1 point each for #4 and #5 for reporting your findings after the experiments.

 

 

1: By using powers of 2 instead of 10 to encode integers, the computer uses a binary number system to encode an integer in bits of 0’s and 1’s (instead of 10 different digits in the decimal system).

 

2: Character are encoded in 8 bits (i.e. 1 byte) as numbers using the ASCII character set encoding that maps a character into a number in the range of 0 to 255.

 

 

3:  Observation: the size of a pure text file (.txt file) in bytes is close to the number of characters in the file since each character in a plain text file is encoded in 1 byte of memory.

 

4:  Observation: the size of a picture in the 24-bit BMP file format in bytes is about 3 times the number of pixels since the color of each pixel is encoded in terms of 24 bits, i.e. 3 bytes.

 

Notes:

·       KB:     About 1 thousand bytes                      (210=1024 bytes)

·       MB:     About 1 million bytes             (220=1,048,576 bytes)

·       GB:     About 1 billion bytes                          (230=1,073,741,824 bytes)

·       TB:      About 1 tera bytes                              (240 bytes)