How would 12 be represented in binary?

  • Decimal (the system you use everyday) is a base-10 number system, meaning it only uses 10 digits: 0-9. - Binary is a base-2 number system, meaning it only uses 2 digits: 0 and 1. - The decimal system's place values are powers of 10, starting with power of 0: Thousand (10^3)     Hundred (10^2)      Ten  (10^1)      Unit (10^0) - The binary system's place values are powers of 2, starting with power of 0:  8 (2^3)       4 (2^2)      2 (2^1)      1 (2^0) To represent 12 in binary: 1. start at the left-most place value and ask yourself: Can I take 8 away from 12. 2. Yes we can, so calculate (12 - 8 = 4) and put a 1 under the the 8 column. 3. Move along one column and ask youself: Can I take 4 away from 4. 4. Yes we can, so calculate (4 - 4 = 0) and put a 1 under the 4 column. 5. Move along one column and ask youself: Can I take 2 away from 0. 6. As we have now reduced the number to zero, we are unable to do anymore substracting and so simply write a zero under the remaining empty columns. Answer: 1100
Answered by Aiden D. Computing tutor

1937 Views

See similar Computing GCSE tutors

Related Computing GCSE answers

All answers ▸

Explain how cache memory can improve system performance.


i) Convert 01101001 from binary to denary. ii) Convert 27 from denary to hexadecimal. ii) State one use of hexadecimal in computing and why it is more beneficial in this application that binary.


Explain what is meant by "volatile" and "non-volatility" memory, their uses, and the difference between them


How is memory used in a computer system?


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–2025

Terms & Conditions|Privacy Policy
Cookie Preferences