____________ is the process of collecting biometric samples from a user representing that person's identity.

Fill in the blank(s) with the appropriate word(s).


enrollment

Computer Science & Information Technology

You might also like to view...

After a function executes, to where does control of the program return?

A. To main() B. To the called function. C. To the last line where it left off. D. To the call statement.

Computer Science & Information Technology

A form that enables users to view but not change data is what type of form?

A) DataView B) DataView-only C) Read-only D) Restrict-only

Computer Science & Information Technology

You use the ____ function to return a portion of an array and assign it to another array.

A. array_slice() B. array_set() C. array_assign() D. array_key()

Computer Science & Information Technology

Specify the order of operations in which the following formula would be calculated:=(4+7)+3^2*5-2

A. (4+7) B. 3^2 C. *5 D. +3 E. -2

Computer Science & Information Technology