BANK PROTOCOL
v9.0: Sensation &
Perception
PART 0: THE NAVIGATOR
● PART I: THE PRIMER
○ Welcome to the Big Leagues
○ The "Critical Action" Cheat Sheet
● PART II: THE ELITE TEST BANK
○ Section A: Foundational Syntax & Application (Q1–Q28)
■ Psychophysics & Visual Architecture
■ Color, Space, & Binocularity
■ Acoustic Physiology & Localization
■ Somatosensation & Chemical Senses
○ Section B: Professional Simulation (Q29–Q58)
■ Clinical Neurology & Optometry
■ Advanced Audiology & Vestibular Interventions
■ 2026 UX/UI, Haptics, & Synthetic Environments
○ Section C: Grandmaster Synthesis (Q59–Q88)
■ Multisensory System Failures & Neuroplasticity
■ AI Vision, DNNs, & Perceptual Interfaces
■ High-Stakes Diagnostic Triaging
PART I: THE PRIMER
You are here to forge an elite understanding of the human sensory apparatus, calibrated for
2026/2027 professional standards. Using this test bank will directly intercept high-stakes
errors—whether you are diagnosing a subtle neurological deficit, programming an autonomous
vehicle's Deep Neural Network, or triaging acute vestibular crises. This document replaces rote
memorization with raw, actionable professional intuition.
The "Critical Action" Cheat Sheet:
,Domain Critical Principle Actionable Professional
Heuristic
Signal Detection d' (Sensitivity) vs. Criterion Never confuse a patient's
biological threshold with their
cognitive willingness to report a
stimulus. Change the system,
not just the bias.
Visual Architecture Convergence Trade-off Foveal cones prioritize high
acuity; peripheral rods prioritize
high sensitivity. Design
interfaces assuming peripheral
vision only detects motion, not
form.
Color Inference WCAG 3.0 & APCA Color is a brain inference, not a
light property. Never encode
vital data via chromaticity
alone; always secure the
luminance channel first.
Acoustic Localization ITD vs. ILD Low frequencies bend around
the head (ITD timing); high
frequencies cast sound
shadows (ILD volume).
Broadband alerts trigger both.
Multisensory Logic Visual Dominance
PART II: THE ELITE TEST BANK
Section A: Foundational Syntax & Application
Q1: A radiologist is examining mammograms. They frequently identify healthy tissue as
malignant tumors to avoid missing any actual cancer. According to Signal Detection Theory,
which shift has the radiologist PRIMARILY made? A) Increased their d' (sensitivity) to the
stimulus. B) Adopted a liberal response criterion. C) Adopted a conservative response criterion.
D) Decreased the internal noise of their visual system.
● The Answer: B (Adopted a liberal response criterion.)
● Distractor Analysis: * A and D are incorrect: The practitioner's actual visual sensitivity
(d') has not improved; they are merely guessing "yes" more often. * C is incorrect: A
conservative criterion minimizes false alarms but increases misses.
The Mentor's Analysis: You cannot fix a hardware problem (sensitivity) with a software patch
(criterion). Understanding the difference between a practitioner who truly sees better versus one
who just reports more frequently is the bedrock of clinical evaluation. Professional Intuition:
Always separate the sensory signal from the cognitive bias.
Q2: A patient with macular degeneration has lost function in their fovea. When navigating a
dimly lit room, which visual function will remain MOST INTACT? A) The ability to read
high-spatial-frequency warning labels. B) The ability to perceive fine color gradients in the
red/green spectrum. C) The ability to detect a moving shadow in their peripheral vision. D) The
ability to rapidly adapt to a sudden, bright surgical light.
, ● The Answer: C (The ability to detect a moving shadow in their peripheral vision.)
● Distractor Analysis: * A and B are incorrect: The fovea contains densely packed cones
required for high acuity and color vision. * D is incorrect: Cone cells drive rapid light
adaptation; rods are easily bleached and slow to recover.
The Mentor's Analysis: The periphery is the brain's early warning system. It sacrifices
resolution for absolute sensitivity and motion detection. Professional Intuition: When the fovea
fails, the patient lives in a world of high-sensitivity, low-resolution motion. Design their
environment accordingly.
Q3: According to the Gestalt principle of Good Continuation, how will an autonomous vehicle's
vision system IDEALLY perceive a lane marker that is partially obscured by a puddle? A) As two
distinct, unrelated white shapes. B) As a single, continuous line passing beneath the puddle. C)
As a geometric ion (Geon) grouped by proximity. D) As an artifact of top-down pareidolia.
● The Answer: B (As a single, continuous line passing beneath the puddle.)
● Distractor Analysis: * A is incorrect: This represents a failure of grouping. * C is
incorrect: Geons relate to Biederman's Recognition-by-Components theory for 3D objects,
not 2D grouping heuristics. * D is incorrect: Pareidolia is seeing faces/patterns in random
noise.
The Mentor's Analysis: Gestalt rules are the original heuristic algorithms. They exist to solve
the occlusion problem—because the real world is messy and overlapping. Professional
Intuition: If a machine vision system lacks Good Continuation, it will brake erratically every time
a shadow crosses the road.
Q4: A patient suffers a stroke damaging the Fusiform Face Area (FFA). They can describe their
spouse's hair color, eye shape, and voice, but cannot recognize the spouse's face. This deficit is
BEST described as: A) Visual Agnosia. B) Prosopagnosia. C) Change Blindness. D) A failure of
early visual processing (V1).
● The Answer: B (Prosopagnosia.)
● Distractor Analysis: * A is incorrect: Visual agnosia is a broader inability to recognize
general objects (IT cortex damage). * C is incorrect: Change blindness is an attentional
failure. * D is incorrect: The patient can see the features clearly (V1 is intact); they simply
cannot bind them holistically.
The Mentor's Analysis: The brain parses faces differently than coffee mugs. Faces are
processed holistically, not by individual parts. Professional Intuition: When a patient relies on
a voice or a distinctive hat to recognize a loved one, suspect an FFA lesion immediately.
Q5: In modern 2026 Deep Neural Networks (DNNs) trained for computer vision, a persistent
flaw is that the AI will classify a cat covered in elephant skin as an elephant. This occurs
because, unlike humans, DNNs are PRIMARILY: A) Shape-biased. B) Texture-biased. C)
Reliant on Biederman's Geons. D) Operating via reverse-hierarchy theory.
● The Answer: B (Texture-biased.)
● Distractor Analysis: * A is incorrect: Humans are shape-biased; we see the outline of
the cat first. * C is incorrect: DNNs learn bottom-up features directly from pixels, ignoring
geometric ion theories. * D is incorrect: Reverse-hierarchy refers to cortical feedback
loops.
The Mentor's Analysis: AI processes images like a microscopic inspector, getting lost in the
pixel textures before seeing the global shape. Professional Intuition: Never trust a legacy DNN
in a highly textured, chaotic environment without shape-enforcement parameters.
Q6: A UI designer is building a medical dashboard. To comply with 2026/2027 WCAG 3.0
accessibility standards, they must ensure that critical alerts are NOT conveyed exclusively
through: A) Luminance contrast. B) Spatial frequency. C) Chromatic (color) differences alone. D)