Match the following network connections with their descriptions:

I. Broadband
II. Cable
III. DSL
IV. Mobile broadband
V. Satellite

A. An Internet connection that uses satellites to broadcast data.
B. Divides a transmission path into channels to accommodate more data traffic
C. A means of connecting mobile devices to the Internet by using the same cellular network used by mobile phones to make calls
D. Popular broadband connection using the same technology as cable television
E. A popular broadband connection that divides existing telephone lines into several channels


B, D, E, C, A

Computer Science & Information Technology

You might also like to view...

Write a class GraphicsInterperter that reads in a file of graphics commands. The class GraphicsInterpreter should have a method interpretCommands that takes a filename as input (a String), reads the graphics commands from the file, and then returns a Picture with the graphics commands executed on it. The method interpretCommands starts out by creating a 640x480 blank picture, then draws on that, and returns it.

There are two kinds of commands: “line 10 20 300 400” should draw a line from (10, 20) to (300, 400). You can assume that those are single spaces between the co-ordinates. “circle 100 200 10” draws a circle whose upper-left hand corner is (100, 200) with a diameter for 10.

Computer Science & Information Technology

According to the second formulation of the Categorical Imperative,

a. the moral worth of a person depends upon that person’s actions. b. one good turn deserves another. c. bad deeds should be punished. d. it is wrong for one person to “use” another. e. the moral worth of a person depends upon that person’s intentions.

Computer Science & Information Technology

You are writing a simple word processor. What ADT would be best to use which would allow the typist to correct typing errors by using the Backspace key.

a. queue b. stack c. list d. sorted list

Computer Science & Information Technology

There is no Ribbon in the File Explorer window. 

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

Computer Science & Information Technology