COMPUTER FUNDAMENTALS

DATA REPRESENTATION AND NUMBER SYSTEMS

ASCII AND UNICODE CHARACTER ENCODING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Extended ASCII uses 1 byte per character.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Modern computers almost universally use 8-bit bytes, and the extended ASCII character set includes 127 more 8-bit characters, where the most significant bit is set to 1. The extended ASCII characters includes the binary values from 128 (1000 0000) through 255 (1111 1111).

Detailed explanation-2: -The ASCII table has 128 characters, with values from 0 through 127. Thus, 7 bits are sufficient to represent a character in ASCII; however, most computers typically reserve 1 byte, (8 bits), for an ASCII character.

Detailed explanation-3: -Extended ASCII is a version that supports representation of 256 different characters. This is because extended ASCII uses eight bits to represent a character as opposed to seven in standard ASCII (where the 8th bit is used for error checking).

There is 1 question to complete.