Convert the following binary number into hexadecimal : 10111000

To convert a binary number into hexadecimal we first break the binary number into substrings of 4 binary numbers , in this case our binary number becomes 1011 |   1000 We then recall that hexadecimal numbers range from 0-9 and A-F where A=10,B=11,C=12,D=13,E=14,F=15 converting each substring to denary we get 13|8 =D|8=D8 in hexadecimal. note that student may need help with converting binary to denary

Answered by Nikolas P. Computing tutor

1780 Views

See similar Computing GCSE tutors

Related Computing GCSE answers

All answers ▸

What is the difference between a high- and a low-level programming languages?


What is Control Flow in a Computer Program?


What is the result of this binary addition: 0110 + 0101 ?


What are 'pointers'?


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy