Could you solve it in clear steps please
#1, (2 marks) convert 7777 from decimal to binary, and then to hexadecimal. Show your steps. Show transcribed image text #1, (2 marks) convert 7777 from decimal to binary, and then to hexadecimal. Show your steps.
Answer
7777converting decimal to binary7777/2 = 3888, remainder is 13888/2 = 1944, remainder is 01944/2 = 972, remainder is 0972/2 = 486, remainder is 0486/2 = 243, remainder is 0243/2 = 121, remainder is 1121/2 = 60, remainder is
OR
OR