

InterviewSolution
Saved Bookmarks
1. |
The first 128 characters are the same in both the types of ASCII i.e. ASCII-7 and ASCII-8.(a) True(b) FalseI got this question in an interview for job.My enquiry is from ASCII topic in section Computer Codes of Computer Fundamentals |
Answer» CORRECT choice is (a) True For explanation: There are two types of ASCII CODES: ASCII-7 and ASCII-8. ASCII-7 USES 7 BITS to REPRESENT a number whereas ASCII-8 uses 8-bits to represent a number. |
|