Shafeek Saleem
bug fixed
0cb5452
[
{
"question": "What is face recognition?",
"options": [
"The ability to detect emotions through facial expressions.",
"The process of identifying or verifying a person's identity through their facial features.",
"The act of analyzing facial beauty and attractiveness."
],
"answer": "The process of identifying or verifying a person's identity through their facial features."
},
{
"question": "Which technology is commonly used for face recognition?",
"options": [
"Voice recognition",
"Fingerprint recognition",
"Iris recognition",
"All of the above"
],
"answer": "Iris recognition"
},
{
"question": "True or False: Face recognition can only be used for security purposes.",
"options": ["True", "False"],
"answer": "False"
},
{
"question": "What is the primary biometric characteristic used in face recognition?",
"options": [
"Eye color",
"Facial hair",
"Facial structure",
"Skin color"
],
"answer": "Facial structure"
},
{
"question": "Which of the following is a potential application of face recognition technology?",
"options": [
"Unlocking smartphones",
"Airport security",
"Monitoring attendance in schools",
"All of the above"
],
"answer": "All of the above"
},
{
"question": "What is the main advantage of face recognition over other biometric methods?",
"options": [
"It is less expensive to implement.",
"It is more secure and accurate.",
"It can be easily altered or manipulated."
],
"answer": "It is more secure and accurate."
},
{
"question": "True or False: Face recognition systems work equally well for all individuals, regardless of race or ethnicity.",
"options": ["True", "False"],
"answer": "False"
},
{
"question": "What is the term used to describe the process of training a face recognition system to recognize specific individuals?",
"options": [
"Calibration",
"Enrollment",
"Authorization",
"Validation"
],
"answer": "Enrollment"
},
{
"question": "Which of the following factors can affect the accuracy of face recognition systems?",
"options": [
"Lighting conditions",
"Changes in facial appearance (e.g., aging, makeup)",
"Occlusions (e.g., wearing glasses, masks)",
"All of the above"
],
"answer": "All of the above"
},
{
"question": "How does face recognition technology work?",
"options": [
"By analyzing the unique patterns in a person's eyes",
"By comparing the shape and structure of a person's face with stored templates",
"By measuring the temperature of a person's face"
],
"answer": "By comparing the shape and structure of a person's face with stored templates"
}
]