?_____, a coding method that uses one byte per character, is used on mainframe computers and high-capacity servers.
A. ?ASCII (American Standard Code for Information Interchange)
B. ?EBCDIC (Extended Binary Coded Decimal Interchange Code)
C. ?Unicode
D. ?ISO (International Organization for Standardization)
Answer: B
You might also like to view...
Which statement is false?
a. A DELETE statement removes rows from a table. b. A DELETE statement must specify the table from which to delete. c. A DELETE statement starts with the keyword DELETE. d. A WHERE clause must be present in a DELETE statement.
Which of the following is true about inheritance?
A. All public member functions of the base class become the public member functions of the derived class. B. All public member variables of the base class become the public member variables of the derived class. C. All public members of the base class become the public members of the derived class. D. The public member variables of the base class become the public or private member variables of the derived class.