CBSE Class 11 Computer Science
Question 61 of 68
Data Representation and Boolean Logic — Question 4
Back to all questionsTrue
Reason — The first 128 characters (ranging from 0 to 127) in both ASCII-7 and ASCII-8 are identical. ASCII-7 uses 7 bits to represent characters, covering the first 128 characters. ASCII-8 uses 8 bits, allowing for 256 characters in total. However, the first 128 characters remain consistent between both versions.