False alarms in an IDS are known as ________.

A. true negatives
B. false positives
C. true positives
D. false negatives


B. false positives

Computer Science & Information Technology

You might also like to view...

If you change the data in an Excel file, and you want the Word document to reflect those changes, you need to merge the files.

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

Computer Science & Information Technology

Explain why there is no such thing as TCP/IP.

What will be an ideal response?

Computer Science & Information Technology

Consider classes A, B and C, where A is an abstract superclass, B is a concrete class that inherits from A and C is a concrete class that inherits from B. Class A declares abstract method originalMethod, implemented in class B. Which of the following statements is true of class C?

a. Method originalMethod cannot be overridden in class C—once it has been implemented in concrete class B, it is implicitly final. b. Method originalMethod must be overridden in class C, or a compilation error will occur. c. If method originalMethod is not overridden in class C but is called by an object of class C, an error occurs. d. None of the above.

Computer Science & Information Technology

In C++ terminology, a class object is the same as a class instance.

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

Computer Science & Information Technology