Optometry model questions for Optometry license exams 2081
1. Which part of the eye is responsible for controlling the amount of light
entering the eye?
a) Cornea
b) Iris
c) Lens
d) Retina
2. Which visual condition is characterized by the inability to see distant
objects clearly?
a) Hyperopia
b) Myopia
c) Astigmatism
d) Presbyopia
3. Which of the following eye muscles is responsible for upward eye
movement?
a) Medial rectus
b) Lateral rectus
c) Superior rectus
d) Inferior rectus
4. What is the standard unit of measurement for visual acuity?
a) Diopter
b) Prism diopter
c) Snellen fraction
d) Visual angle
5. Which part of the eye contains the highest density of cones for color
vision?
a) Macula
b) Fovea
c) Optic disc
d) Optic nerve head
Click to reveal answers:
Answers:
- b) Iris
- b) Myopia
- c) Superior rectus
- c) Snellen fraction
- b) Fovea
function revealAnswers() {
var answersDiv = document.getElementById(“answers”);
if (answersDiv.style.display === “none”) {
answersDiv.style.display = “block”;
} else {
answersDiv.style.display = “none”;
}
}

