Which of the following is NOT a Type 1 authentication factor?
A. password
B. username
C. PIN
D. smart card
D
Explanation: Smart cards are something you have (ownership factor), which is Type II.
You might also like to view...
In order to display the error message generated by an exception, you use:
a) the Message method of class Exception b) the Message property of class Exception c) the ErrorMessage method of class Exception d) the ErrorMessage property of class Exception
MC A Document object’s documentElement attribute refers to the Document’s _________
a) root element’s children. b) root element node. c) file. d) None of the above.
The ________ outline view displays the slide number, icon, title, and content of each slide in the Outline view
A) maximum B) expanded C) detailed D) full
____ is an accumulating statement.
A. total += num; B. total++; C. ++total; D. total *= num;