Which is the fastest Internet connection?
A) Cable
B) DSL (Digital Subscriber Line)
C) Satellite
D) Fiber-optic
D
You might also like to view...
The internal pointer is deleted once the last ________ to the resource is destroyed.
a. smart pointer b. shared_ptr c. weak_ptr d. link
Which statement is false? Normally, an applet __________.
a. is allowed to read files only on the server from which the applet was downloaded. b. can read files on any server that can be reached over the network. c. cannot read files on the system on which it executes. d. has different file access rights than an application running on the same machine.
A(n) ____________________ is the margin space between elements.
Fill in the blank(s) with the appropriate word(s).
The array char message[81]; can be used to store a string of up to ____ characters.
A. 79 B. 80 C. 81 D. 82