Which of the following is an example of a false positive?

A. Anti-virus identifies a benign application as malware.
B. A biometric iris scanner rejects an authorized user wearing a new contact lens.
C. A user account is locked out after the user mistypes the password too many times.
D. The IDS does not identify a buffer overflow.


Answer: A. Anti-virus identifies a benign application as malware.

Computer Science & Information Technology

You might also like to view...

Given the following declarations, how would you know if head is pointing to an empty list?

struct NodeType { int number; NodeType* next; }; NodeType* head; //some other code here a. if(head->next == NULL) b. if(head == null) c. if( head == NULL) d. if( head->next==null); e. A and D f. B and C

Computer Science & Information Technology

Which of the following is NOT supported by HTML5?

A. MOV B. MP4 C. Ogg D. WebM

Computer Science & Information Technology

The mount command combines multiple file systems into one ________ and allows users to access data from different locations as if all files were located inside the native file system.

a) namespace b) root directory c) physical view d) pathname

Computer Science & Information Technology

Unless you add a minus sign, the Pmt function by default returns a(n) ________ value

Fill in the blank(s) with correct word

Computer Science & Information Technology