A character set that is used predominantly by IBM is
a. ASCII
b. EBCDIC
c. Baudot
d. Morse
b. EBCDIC
Computer Science & Information Technology
You might also like to view...
Suppose you are using the nextIntegerFrom0ToNExclusive() function to generate a random index. Given a value N, this function will generate a random integer from the range ____.
A. N-1..N+N B. 0..N C. 0..N-1 D. 0..N+1
Computer Science & Information Technology
A subroutine begins with a(n) ____ statement.
A. Open B. Proc C. Start Sub D. Sub
Computer Science & Information Technology
Today, virtually all new major operating systems are written in:
a. Objective-C. b. C or C++. c. Visual C#. d. Ada.
Computer Science & Information Technology
Every time a module is called, the computer suspends execution of the main program, runs the module, and then returns to the next statement in the main program.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology