____ refers to driving around an area with a Wi-Fi-enabled device to find a Wi-Fi network in order to access and use it without authorization.
A. War driving
B. Wi-Fi driving
C. Wi-Fi finding
D. E-stalking
Answer: A
Computer Science & Information Technology
You might also like to view...
What is the file extension for an Access 2016 database file?
A) .accdb B) .aacdb C) .mdb D) .dbf
Computer Science & Information Technology
Suppose we have a struct called Employee, we have an object declared from the struct called emp, and we have a data member of the struct called salary. To access the salary data member of emp, we would use the code:
A. emp[salary] B. Employee.emp[salary] C. emp( salary ) D. emp.salary
Computer Science & Information Technology