Binary

EasyMedium
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
Question 33
Easy

An 8-bit binary register contains a signed integer.

A logical right shift of 2 places is performed on the register.

An arithmetic right shift of 2 places is performed on the same original register contents.

Describe the difference in how the vacant bit positions on the left are filled by these two types of shift.

[2]

Binary Questions

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