How many digits are in one byte? How many different numbers can be represented by one byte? What if you have two bytes? Four bytes?
What will be an ideal response?
You can represent 8 bits (binary digits) in one byte.
You can represent 256 values (0-255) in one byte.
You can represent 65536 values (0-65535) in two bytes.
In four bytes you can represent 4, 294, 967, 296 values.
Computer Science & Information Technology
You might also like to view...
Posts on Twitter form a blog because of its journal format.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Plot the following equations that pass through the origin using any two points.
y = 3x Select x = 1 y = 3 * 1 y=3 Giving point (1, 3) Other point is origin At point (0, 0)
Computer Science & Information Technology