what will occur when contents of register are


What will occur when contents of register are shifter left, right?

This is well known that into left shift all bits will be shifted left and LSB will be appended along with 0 and in right shift all bits will be moved right and MSB will be appended along with 0 that is a straightforward answer

What is expected is into a left shift value gets Multiplied with 2 as like an example consider 0000_1110 = 14 a left shift will make this 0001_110 = 28, this same fashion right shift will Divide the value by 2.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: what will occur when contents of register are
Reference No:- TGS0355773

Expected delivery within 24 Hours