?A user has to provide a valid password to gain access to a vault in a bank. In addition to this, the vault opens only when the user's fingerprint matches the fingerprint data stored in the database or when a valid smartcard is swiped. The authentication method used here is _____.

A. ?hard-drill authentication
B. ?zip-level authentication
C. ?two-factor authentication
D. ?private-key authentication


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following defines an array object that holds three strings?

a. ``` array items = {blue, green, yellow} ``` b. ``` array items = {'blue', 'green', 'yellow',} ``` c. ``` array items = {"blue", "green", "yellow"} ``` d. ``` array<4> string items {"blue", "green", "yellow"} ``` e. None of these

Computer Science & Information Technology

What is the advantage to using a multiple item form even though it looks very similar to a datasheet?

What will be an ideal response?

Computer Science & Information Technology

What are two benefits of using a template to create a database?

What will be an ideal response?

Computer Science & Information Technology

Every storage device has a directory containing a list of its files.

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

Computer Science & Information Technology