________ was originally created with a 7-bit system using 128 characters, but was later upgraded to an 8-bit system

A) Unicode
B) ASCII
C) BCD
D) EBCDIC

B

Computer Science & Information Technology

You might also like to view...

Which of the following data types can be used in a switch controlling expression?

a. int b. char c. float d. enum e. double f. d and e g. a and b h. a,b and d i. all of the above

Computer Science & Information Technology

You should use the for statement to generate repetitive flow behavior when you do not know in advance the number of repetitions required.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology