Binary arithmetic

EasyMedium
123456789101112131415161718192021222324252627282930313233
Question 6
Easy

Which of the following statements correctly describes the mathematical effect of performing a binary logical shift to the left on an unsigned binary integer?

It divides the number by 2 for each position shifted.

It multiplies the number by 2 for each position shifted.

It adds 2 to the number for each position shifted.

It raises the number to the power of 2 for each position shifted.

Binary arithmetic Questions

  1. GCSE
  2. /Computer Science
  3. /Binary arithmetic