Which of the following is NOT a broadband connection to the Internet?

A) Satellite
B) Dial-up
C) DSL
D) Fiber-optic

B

Computer Science & Information Technology

You might also like to view...

Microwaves have more carrying capacity than radio waves.

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

Computer Science & Information Technology

What exception type does the following program throw?

``` public class Test { public static void main(String[] args) { Object o = null; System.out.println(o); } } ``` a. ArithmeticException b. ArrayIndexOutOfBoundsException c. StringIndexOutOfBoundsException d. No exception e. NullPointerException

Computer Science & Information Technology