

InterviewSolution
Saved Bookmarks
1. |
What does the symbol D represent in a hexadecimal number system?(a) 8(b) 16(c) 13(d) 14This question was addressed to me during an online exam.My question comes from The Hexadecimal Number System in division Number Systems of Computer Fundamentals |
Answer» CORRECT answer is (C) 13 Best explanation: The symbols A, B, C, D, E and F represent 10, 11, 12, 13, 14 and 15 respectively in a hexadecimal system. This system comprises of 15 numbers in TOTAL: digits from 0-9 and symbols from A to F. |
|