A _____ is a small program hidden in a network or computer system that records identification numbers.

a. logic bomb
b. password sniffer
c. Trojan horse
d. rootkit


Answer: b. password sniffer

Computer Science & Information Technology

You might also like to view...

The most common home network is a ________

A) client/server network B) token ring LAN C) peer-to-peer network (P2P) D) WAN

Computer Science & Information Technology

To enter a long criterion, right-click the Criteria cell then click Expand. ____________________

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

Computer Science & Information Technology

What type of search does the following function implement?bool aSearch (int list[ ], int last,int target, int* locn){   int looker;   looker = 0;   while (looker < last && target != list[looker])      looker++;   *locn = looker;   return ( target == list[looker] );}

A. sequential search B. sentinel search C. ordered list search D. binary search

Computer Science & Information Technology

The general utilities library is

a) stdutil b) stdlibrary c) stdutility d) stdlib

Computer Science & Information Technology