_________ is a technique that sweeps the current area for Wi-Fi access points and cross-references the information, including the strength of each signal, with a database of locations to determine the location of a computer in range of those access points

a. Wi-Fi Triangulation
b. Wi-Fi
c. Access Point Search
d. None of the above


A. Along with GPS and a computer's IP address, Wi-Fi triangulation may be used to calculate a computer's current location.

Computer Science & Information Technology

You might also like to view...

To open the Save As dialog box in Word 2013 you should click the _____ button.

A. My Documents B. Browse C. Save D. Computer

Computer Science & Information Technology

Remote wireless ____________________ can connect sites such as satellite offices, remote campus settings, or temporary office locations when the sites are separated by obstacles such as bodies of water, freeways, or railroads that make using a wired connection impractical or very expensive.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

________ allows for very recent file changes to be restored.

A. Image Backup B. File Backup C. Shadowing D. File/Folder Backup

Computer Science & Information Technology

Which of the following output formatting statements would print the following results?     23 z 4.100000

A. printf("%d%c%f", 23, z, 4.1); B. printf("%i%c%f", 23, z, 4.1); C. printf("%d %c %f", 23, z, 4.1); D. printf("%i %z %f", 23, z, 4.1); E. printf("%d %c %x", 23, z, 4.1);

Computer Science & Information Technology