Faculty Of Engineering and Technology Bachelor Of Science (Hons) In Network Security & Computer Forensics Wezi Chiweta Student ID: 2230028 Computer System ArchitectureC5-CSA-11 internal 6 Shift OperationsQuestion here is an 8-bit Register containing the value R1 = 10110110, R2 = 11001110 and the Carry Bit is 1. Perform 8 shift operations, each time starting from the initial value. 8-bit Initial Values R1 = 10110110, R2 = 11001110 and the Carry Bit is 1 Value Result Shift Right R1 = 10110110 01011011 R2 = 11001110 11100111 Shift Left R1 = 10110110 01101100 R2 = 11001110 10011100 Shift Right Arithmetic R1 = 10110110 11011011 R2 = 11001110 11001110 Shift Left Arithmetic R1 = 10110110 01101100 R2 = 11001110 10011100 Rotate Left R1 = 10110110 01101101 R2 = 11001110 10011101 Rotate Right R1 = 10110110 11011011 R2 = 11001110 01100111 Rotate Left through Carry R1 = 10110110 01101101 R2 = 11001110 10011101 Rotate Right through Carry R1 = 10110110 11011011 R2 = 11001110 11100111