1.

Left shifting a number by 1 is always equivalent to multiplying it by 2.

Answer» 0001 => 1 0010 => 2 0100 => 4 1000 => 8


Discussion

No Comment Found