Monday, October 1, 2007

bits and bites

Below is the binary code for each letter of the alphabet. Note that each letter is eight bits, or one byte, of information.

A01000001 N 01001110
B 01000010 O 01001111
C 01000011 P 01010000
D 01000100 Q 01010001
E 01000101 R 01010010
F 01000110
G 01000111 T 01010100
H 01001000 U 01010101
I 01001001 V 01010110
J 01001010 W 01010111K 01001011 X 01011000
L 01001100 Y 01011001
M 01001101 Z 01011010S 01010011

Blank Space 00100000

1.
How many bytes in a Terabyte (TB)?
1099511627776


2.
How many Kilobytes (KBs) in a 100MB file?


100000
3.
How many bits are used in the word “computer”?

64

4.
Write your first name in binary.

C 01000011 H A01000001 R 01010010 I 01001001 S 01010011 too much!!!!

No comments: