The ____ was initially built to handle voice communications, it also became an integral part of computer communications.

A. ARPANET
B. MILNET
C. PSTN
D. CANARIE


Answer: C

Computer Science & Information Technology

You might also like to view...

Layout of controls refers to the controls’ _____.

a) size b) event handlers c) position d) a and b e) a and c

Computer Science & Information Technology

What output is produced by the following code fragment?

``` for (int num = 0; num <= 200; num += 2) System.out.println(num); ```

Computer Science & Information Technology

By default, Word sequentially numbers footnotes as:

A) I, II, III ... B) A, B, C, ... C) 1, 2, 3 ... D) i, ii, and iii ...

Computer Science & Information Technology

The phrase “has-a” relationship is sometimes used in connection with

a) aggregation. b) association. c) composition. d) generalization/specialization.

Computer Science & Information Technology