

InterviewSolution
Saved Bookmarks
1. |
The hexadecimal representation of 14 is_______________(a) A(b) F(c) D(d) EI got this question during an online exam.This intriguing question comes from The Decimal Number System in chapter Number Systems of Computer Fundamentals |
Answer» RIGHT option is (d) E For EXPLANATION: The HEXADECIMAL representations are as follows: 10 : A 11 : B 12 : C 13 : D 14 : E 15 : F. |
|