1|Page
IAAP WAS EXAM LATEST 2025 ACTUAL EXAM TEST BANK WITH
COMPLETE EXAM QUESTIONS AND CORRECT DETAILED ANSWERS
(100% VERIFIED ANSWERS) |ALREADY GRADED A+| ||PROFESSOR
VERIFIED||
Which of the following is NOT way to list all landmarks using a
screen reader?(96)
a) In JAWS press Insert + F3 and then select landmarks
b) In NVDA press Insert + F7 and then select landmarks
c) In VoiceOver with Safari on iOS swipe up, then down
d) In VoiceOver with Safari on macOS press Control + Option +
U, then use left/right arrows to select landmarks - ANSWER-c) In
VoiceOver with Safari on iOS swipe up, then down
Which of the following is NOT a way to navigate from one
landmark to the next using a screen reader? (97)
a) In JAWS 16 and above, press the R key
b) In NVDA, press the D key
,2|Page
c) In Talkback, bring up the local context menu by swiping up and
then right, then select landmarks, then swipe right or left
d) In VoiceOver with Safari on macOS, press Control + Option + L
- ANSWER-d) In VoiceOver with Safari on macOS, press Control
+ Option + L
Which of the following is a way to navigate to the main content
landmark using a screen reader? (98)
a) In JAWS, press the Q key
b) In NVDA, press the M key
c) In VoiceOver on macOS, press Control + Option + M
d) In Talkback, swipe left, then right - ANSWER-a) In JAWS,
press the Q key
Which of the following is NOT a benefit of using headings on web
pages?(99)
a) They improve search engine optimization
,3|Page
b) They clearly communicate the structure of the document, which
benefits everyone
c) They allow screen reader users to easily can get a high-level
overview of a web page and quickly jump to the part of the page
they are interested in
d) Most browsers natively provide keyboard shortcuts that allow
keyboard users to easily navigate through a document by shifting
focus to properly-coded headings - ANSWER-d) Most browsers
natively provide keyboard shortcuts that allow keyboard users to
easily navigate through a document by shifting focus to properly-
coded headings
Which of the following is NOT a valid way of programmatically
communicating that something is a heading?(100)
a) <h1>A page about headings</h1>
b) <header>A page about headings</header>
c) <div role="heading" aria-level="1">A page about
headings</div>
, 4|Page
d) <p role="heading" aria-level="2">A subsection of a page about
headings<p> - ANSWER-b) <header>A page about
headings</header>
Which of the following is a reason why this code is a bad way of
communicating to all users that something is a heading?
<p font-size:200%> <strong> A section about a topic </strong>
</p>
a) Because setting styles inline makes it impossible for users to
apply custom styles to suit their preferences
b) Because aria-level is not specified, which makes it impossible
for screen reader users to know that the content is a heading
c) Because the <strong> tag is only used for formatting and does
not communicate importance
d) Because, as coded, screen reader users will not be informed
that the content they are encountering is a heading
IAAP WAS EXAM LATEST 2025 ACTUAL EXAM TEST BANK WITH
COMPLETE EXAM QUESTIONS AND CORRECT DETAILED ANSWERS
(100% VERIFIED ANSWERS) |ALREADY GRADED A+| ||PROFESSOR
VERIFIED||
Which of the following is NOT way to list all landmarks using a
screen reader?(96)
a) In JAWS press Insert + F3 and then select landmarks
b) In NVDA press Insert + F7 and then select landmarks
c) In VoiceOver with Safari on iOS swipe up, then down
d) In VoiceOver with Safari on macOS press Control + Option +
U, then use left/right arrows to select landmarks - ANSWER-c) In
VoiceOver with Safari on iOS swipe up, then down
Which of the following is NOT a way to navigate from one
landmark to the next using a screen reader? (97)
a) In JAWS 16 and above, press the R key
b) In NVDA, press the D key
,2|Page
c) In Talkback, bring up the local context menu by swiping up and
then right, then select landmarks, then swipe right or left
d) In VoiceOver with Safari on macOS, press Control + Option + L
- ANSWER-d) In VoiceOver with Safari on macOS, press Control
+ Option + L
Which of the following is a way to navigate to the main content
landmark using a screen reader? (98)
a) In JAWS, press the Q key
b) In NVDA, press the M key
c) In VoiceOver on macOS, press Control + Option + M
d) In Talkback, swipe left, then right - ANSWER-a) In JAWS,
press the Q key
Which of the following is NOT a benefit of using headings on web
pages?(99)
a) They improve search engine optimization
,3|Page
b) They clearly communicate the structure of the document, which
benefits everyone
c) They allow screen reader users to easily can get a high-level
overview of a web page and quickly jump to the part of the page
they are interested in
d) Most browsers natively provide keyboard shortcuts that allow
keyboard users to easily navigate through a document by shifting
focus to properly-coded headings - ANSWER-d) Most browsers
natively provide keyboard shortcuts that allow keyboard users to
easily navigate through a document by shifting focus to properly-
coded headings
Which of the following is NOT a valid way of programmatically
communicating that something is a heading?(100)
a) <h1>A page about headings</h1>
b) <header>A page about headings</header>
c) <div role="heading" aria-level="1">A page about
headings</div>
, 4|Page
d) <p role="heading" aria-level="2">A subsection of a page about
headings<p> - ANSWER-b) <header>A page about
headings</header>
Which of the following is a reason why this code is a bad way of
communicating to all users that something is a heading?
<p font-size:200%> <strong> A section about a topic </strong>
</p>
a) Because setting styles inline makes it impossible for users to
apply custom styles to suit their preferences
b) Because aria-level is not specified, which makes it impossible
for screen reader users to know that the content is a heading
c) Because the <strong> tag is only used for formatting and does
not communicate importance
d) Because, as coded, screen reader users will not be informed
that the content they are encountering is a heading