Question
Computer Science Question on Binary Codes
While opening a text file, the text editor translates :
A
Each character into it's binary equivalent
B
Each character into equivalent ASCII value
C
Each ASCII value to equivalent character
D
Each binary value to it's equivalent hexadecimal value
Answer
Each ASCII value to equivalent character
Explanation
Solution
The correct option is(C): Each ASCII value to equivalent character