Which of The following is considered two factor authentication?
A. Use of a login name and password
B. Assigning two smartcards to each user
C. Assigning two passwords to each user
D. Using a login account and a smartcard
Answer: D. Using a login account and a smartcard
You might also like to view...
Answer the following statements true (T) or false (F)
1. You can assign any file name to a batch file, but the extension must be .EXE. 2. By convention, executable programs are assigned the extension BAT, COM or EXE. 3. Many MS-DOS commands assume a standard input or output device; for example, by default the directory command sends its output to the screen. By using pipes the user can change those defaults. 4. A filter accepts input from the standard input device, modifies the data in some way, and sends the results to the standard output device. 5. A redirection parameter causes one command’s standard output to be used as the standard input to another command.
An icon is a small image that represents a command, file, or another window
Indicate whether the statement is true or false
Which of the following statements is true?
a. The catch block contains the code that might throw an exception. b. The try block contains the code that handles the exception if one occurs. c. You can have many catch blocks to handle different types of exceptions. d. When a try block terminates, any variables declared in the try block are preserved.
The attributes of the attribute value type ____ contain a list of entities separated by white space.
A. ENTITY B. enumerated list C. ENTITIES D. ID