CBSE Class 11 Computer Science
Question 83 of 91
Data Representation — Question 14
Back to all questions 14
Question Question 14
Convert the following decimal numbers to hexadecimal:
(a) 206
| 16 | Quotient | Remainder |
|---|---|---|
| 16 | 206 | E (14) |
| 16 | 12 | C (12) |
| 0 |
Therefore, (206)10 = (CE)16
(b) 3619
| 16 | Quotient | Remainder |
|---|---|---|
| 16 | 3619 | 3 |
| 16 | 226 | 2 |
| 16 | 14 | E (14) |
| 0 |
Therefore, (3619)10 = (E23)16