

InterviewSolution
Saved Bookmarks
1. |
The number of characters that can be represented in ASCII-8 are ______________(a) 128(b) 256(c) 32(d) 64This question was posed to me in a job interview.I need to ask this question from ASCII topic in chapter Computer Codes of Computer Fundamentals |
Answer» RIGHT CHOICE is (B) 256 The explanation: ASCII-8 can represent 256 DIFFERENT characters. ASCII-8 uses 8-bits for the representation of NUMBERS i.e. it can represent 2^8 = 256 different characters. |
|