At a rented house that does not have Internet access, two people need to share files. Neither has a flash drive. What type of network would help in this situation?

A) Bluetooth
B) Ad hoc
C) WiMAX
D) USB


B

Computer Science & Information Technology

You might also like to view...

A(n) ____________ contains operators, constants, and variables, and performs a calculation.

a. math expression b. algorithm c. data utility d. variable

Computer Science & Information Technology

Analyze the following code:

``` import java.util.*; public class Test { public static void main(String[] args) { PriorityQueue queue = new PriorityQueue( Arrays.asList(60, 10, 50, 30, 40, 20)); for (int i: queue) System.out.print(i + " "); } }``` a. The program displays 60 10 50 30 40 20 b. The program displays 10 20 30 40 50 60 c. The program displays 60 50 40 30 20 10 d. There is no guarantee that the program displays 10 20 30 40 50 60

Computer Science & Information Technology

Word keeps an index on the location of every template on your computer, so all templates display in the Templates dialog box

Indicate whether the statement is true or false

Computer Science & Information Technology

A ________ is a reserved area for text or graphics that display at the top of a document

Fill in the blank(s) with correct word

Computer Science & Information Technology