Biometric applications are generally categorized into three classifications:

A. citizen-dependent, customer-relations, employee-centric
B. citizen-facing, customer-facing, employee-facing
C. customer-relations, citizen-facing, sales-dependent
D. citizen-facing, government-facing, business-dependent
E. none of the above


Answer: B

Computer Science & Information Technology

You might also like to view...

What is sum after the following loop terminates?

``` int sum = 0; int item = 0; do { item++; sum += item; if (sum > 4) break; } while (item < 5); ``` A. 7 B. 8 C. 6 D. 5

Computer Science & Information Technology

If a user has a new phone, but the battery does not hold a charge long after installing a few new apps, what should the user check for?

A) Swollen battery B) Unauthorized root access C) Defective antenna D) Amount of memory installed

Computer Science & Information Technology

Andy sends an email to his colleagues James, Ryan, John, and Kathy, marking Keith and Mathew in Cc and Stephanie in Bcc. When the email is delivered to Andy's colleagues, which of the following recipients will be invisible to Keith?

a. Stephanie b. James c. Mathew d. Ryan

Computer Science & Information Technology

Which of the following is not a home operating system that supports P2P networking?

A. Windows B. macOS C. Unix D. Linux

Computer Science & Information Technology