5 (a) Convert the hexadecimal number A3 to denary - OCR - GCSE Computer Science - Question 5 - 2019 - Paper 1
Question 5
5 (a) Convert the hexadecimal number A3 to denary. Show your working.
(b) Convert the binary number 1011011 to denary. Show your working.
(d) Add the following bin... show full transcript
Worked Solution & Example Answer:5 (a) Convert the hexadecimal number A3 to denary - OCR - GCSE Computer Science - Question 5 - 2019 - Paper 1
Step 1
Convert the hexadecimal number A3 to denary. Show your working.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To convert the hexadecimal number A3 to denary, we first break it down by digit:
A in hexadecimal is equivalent to 10 in denary.
3 in hexadecimal is equivalent to 3 in denary.
We can express A3 in terms of its place values:
extA3=10×161+3×160
Now calculating this gives us:
10×16+3×1=160+3=163
Thus, the denary representation of hexadecimal A3 is 163.
Step 2
Convert the binary number 1011011 to denary. Show your working.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To convert the binary number 1011011 to denary, we identify the positional values:
The binary number is written as:
1×26+0×25+1×24+1×23+0×22+1×21+1×20
Calculating each term results in:
64+0+16+8+0+2+1=91
Therefore, the denary representation of binary 1011011 is 91.
Step 3
Add the following binary numbers:
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To add the binary numbers 1010110 and 1000111:
1010110
+ 1000111
----------
10011001
To carry out the addition from right to left:
0 + 1 = 1
1 + 1 = 0 (carry over 1)
1 + 1 + 1 = 1 (carry 1)
0 + 0 + 1 = 1
1 + 0 = 1
0 + 1 = 1
1 + 1 = 0 (carry over 1)
Finally, write down the carry 1 to the leftmost side.
Thus, the result of adding 1010110 and 1000111 is 10011001.