Multiple choice Complete the following sentence: The ASCII......... is a subset of 8-bit EBCDIC is used only in western countries is version 11 of the ASC standard has 128 character, including 32 control characters Reveal answer Fill a bubble to check yourself D Correct answer Explanation ASCII is a 7-bit character encoding with exactly 128 characters (2^7 = 128), including 32 control characters (0-31) for functions like tab and newline, plus 96 printable characters. EBCDIC is an incompatible 8-bit encoding with 256 characters.