go to previous page   go to home page   go to next page hear noise

Answer:

An infinite number of digits (or bits).


Shifting Left One Bit

Let us return to paper-and-pencil positional notation. Here is a binary expression:

0001.0100 = 1.2510

Here is the same pattern, shifted left by one bit:

0010.1000 = 2.5010

QUESTION 12:

What does shifting left by one bit do?


go to previous page   go to home page   go to next page