'); answerWindow.document.write("

"); answerWindow.document.write("

Quiz Answers

"); answerWindow.document.write("
Your answer for number 1 was:          " + radioObject(document.forms[0].Group1));
        answerWindow.document.write("
The Correct answer for number 1 was: " + "B"); answerWindow.document.write("
Law enforcement agencies use the Henry system, created by Sir Richard
Edward Henry, to classify fingerprints."); if (radioObject(document.forms[0].Group1) == "B") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("

Your answer for number 2 was:          " + radioObject(document.forms[0].Group2));
        answerWindow.document.write("
The Correct answer for number 2 was: " + "C"); answerWindow.document.write("
Solid-state capacitance uses electricity to scan a fingerprint.");
        if (radioObject(document.forms[0].Group2) == "C") {
                Total = Total + 1 
        }       else {
                Total = Total 
                }
	answerWindow.document.write("

Your answer for number 3 was:          " + radioObject(document.forms[0].Group3));
        answerWindow.document.write("
The Correct answer for number 3 was: " + "A"); answerWindow.document.write("
The user pushes a plunger with the index finger and rollers measure
the finger."); if (radioObject(document.forms[0].Group3) == "A") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("

Your answer for number 4 was:          " + radioObject(document.forms[0].Group4));
        answerWindow.document.write("
The Correct answer for number 4 was: " + "C"); answerWindow.document.write("
Phonemes are the smallest unit of speech.");
        if (radioObject(document.forms[0].Group4) == "C") {
                Total = Total + 1 
        }       else {
                Total = Total 
                }
	answerWindow.document.write("

Your answer for number 5 was:          " + radioObject(document.forms[0].Group5));
        answerWindow.document.write("
The Correct answer for number 5 was: " + "B"); answerWindow.document.write("
Each person supposedly has different locations of the veins within
a hand. LiveGrip uses photo-optics to find these locations."); if (radioObject(document.forms[0].Group5) == "B") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("

Your answer for number 6 was:          " + radioObject(document.forms[0].Group6));
        answerWindow.document.write("
The Correct answer for number 6 was: " + "B"); answerWindow.document.write("
If a system is going to identify somebody, it does not need the
user to claim who he/she is."); if (radioObject(document.forms[0].Group6) == "B") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("

Your answer for number 7 was:          " + radioObject(document.forms[0].Group7));
        answerWindow.document.write("
The Correct answer for number 7 was: " + "C"); answerWindow.document.write("
A user must use a phone and pass through voice recognition.
The system will then give the user a volatile password, which expires
in 5 minutes. Volatile passwords have nothing to do with hand scans."); if (radioObject(document.forms[0].Group7) == "C") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("

Your answer for number 8 was:          " + radioObject(document.forms[0].Group8));
        answerWindow.document.write("
The Correct answer for number 8 was: " + "A"); answerWindow.document.write("
A biometric token is attached to a document when it is  signed.
It stores information, such as the state of the document when it was
signed. That way, if the document is altered, the biometric token
can determine this."); if (radioObject(document.forms[0].Group8) == "A") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("

Your answer for number 9 was:          " + radioObject(document.forms[0].Group9));
        answerWindow.document.write("
The Correct answer for number 9 was: " + "C"); answerWindow.document.write("
Contact lenses and glasses are not obstructions to an iris-scanning
camera."); if (radioObject(document.forms[0].Group9) == "C") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("

Your answer for number 10 was:         " + radioObject(document.forms[0].Group10))
        answerWindow.document.write("
The Correct answer for number 10 was: " + "A"); answerWindow.document.write("
The frequency of a voice is plotted every 1/100th of a second.
This helps the system to develop the waterfall graph of a voice sample.
"); if (radioObject(document.forms[0].Group10) == "A") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("

Your Score:

"); if (Total == 0 || Total == 1) { answerWindow.document.write("Total correct: " + Total +"

We suggest rereading some of the information"); } if (Total > 1 && Total < 5) { answerWindow.document.write("Total correct: " + Total +"

Not bad, but try again."); } if (Total > 4 && Total < 8) { answerWindow.document.write("Total correct: " + Total +"

You did well and learned something."); } if (Total == 8 || Total == 9) { answerWindow.document.write("Total correct: " + Total +"

Excellent job. You learned something."); } if (Total == 10) { answerWindow.document.write("Total correct: " + Total +"

A perfect score. You are too smart."); } answerWindow.document.write("

"); answerWindow.document.write("
"); answerWindow.document.close(); } //-->

Quiz #2

Here's a second quiz to test your knowledge.

1. What is the name of the current method of classifying fingerprints?

    1. Bertillonage
    2. Henry System
    3. Loops and Whorls

2. Solid State Capacitance uses what to scan a fingerprint?

    1. Heat
    2. Light
    3. Electricity

3. Single-Finger geometry uses what to measure a finger?

    1. Rollers
    2. Pegs
    3. Radar

4. What is the smallest unit of speech?

    1. Peaks
    2. Bytes
    3. Phonemes

5. LiveGrip tries to find what in the hand to identify people?

    1. The wrinkles of a palm
    2. Veins
    3. The proportion of the pinky finger to the size of the entire hand

6. Verification is different from identification. How?

    1. Identification requires the person to present a photo I.D., while verification does not.
    2. Verification requires the person to make a claim to their identity, while identification does not.
    3. There is no difference.

7. Which of the following is not a characteristic of a "volatile password"?

    1. To get a volatile password, a user must be identified using a phone and voice recognition.
    2. It expires in five minutes.
    3. To get a volatile password, a user must pass through a hand scan.

8. When a person signs a document, what is attached to the document? This item stores information such as what the document looked like when it was signed, etc.

    1. Biometric Token
    2. Signature Check
    3. Biometric Storage

9. A camera can not scan the iris if which one of these obstructions are in the way?

    1. Contact lenses
    2. Glasses
    3. Camera can scan an iris even if the user is wearing glasses or contact lenses.

10. What is a "waterfall" graph?

    1. It is a map of the voice for one second.
    2. It is a map of the pen pressure while somebody is singing his/her name.
    3. It is a graph of the face and its topography.

Back to the Main Quiz Page

Back to Home