Identify questions that must be answered concerning the use and storage of data.

What will be an ideal response?


How will masses of biometric data be stored and how will this information to be safeguarded?  Who will have access to this information? Will companies be allowed access to face biometrics, and use security cameras to positively identify customers on a routine basis? How would customers feel about walking into a store for the first time only to be greeted by name by a sales associate who has just read a summary of all of their recent purchases?

Computer Science & Information Technology

You might also like to view...

Write a function that counts the occurrences of each digit in the string using the following header:

int * count(const string &s) This function returns the counts as an array of 10 elements. For example, after invoking int counts[] = count("2312ABcaB2") counts[0] is 0, counts[1] is 1, and counts[2] is 3, etc.

Computer Science & Information Technology

External drives can be connected using a(n) ________ port

A) USB B) PATA C) SATA D) WLAN

Computer Science & Information Technology

Interface _________ helps manage the connection between a Java program and a database.

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

Computer Science & Information Technology

Comments by each reviewer are identified by the author's name and assigned:

A) reviewer number. B) code. C) order. D) color.

Computer Science & Information Technology