UPDATED EXAM QUESTIONS AND ANSWERS SURE
A+
✔✔In complex tables, each data cell must be explicitly associated with each
corresponding header cell by which method?
A. scope + header
B. id + header
C. id + scope
D. Merging table cells - ✔✔B. id + header
✔✔True or false: Complex tables with merged cells are easy for screen readers to
understand, as long as the table has all the necessary accessible markup. - ✔✔False
✔✔True or false: Screen readers will announce the number of items in a bulleted list if
the list is marked up properly. - ✔✔True
✔✔True or false: Screen readers do not read nested lists (lists within lists) properly. -
✔✔False
✔✔True or false: Screen readers will recognize the following code as a list:
<p>1. First item<br>2. Second item<br>3. Third item</p> - ✔✔False
, ✔✔One of the main ways to make an <iframe> accessible is to add:
A. a title attribute
B. an alt attribute
C. a name attribute
D. a <title> element
E. tabindex="0"
F. a <label> element - ✔✔A. a title attribute
✔✔What does the JAWS screen reader read with regard to the name/label of an
<iframe>?
A. The name attribute on the <iframe> element
B. The title attribute on the <iframe> element
C. The <title> element of the page within the iframe
D. The title attribute of the page within the iframe - ✔✔C. The <title> element of the
page within the iframe
✔✔If a page has 3 headings, and an <iframe>, and if the page within the <iframe> has
2 headings, how many headings total will show up in the screen reader's list of headings
on the parent page?
A. 3
B. 5
C. 7
D. 13 - ✔✔B. 5
✔✔If an <iframe> contains only JavaScript that is not meant to be read by the user,
what is the best way to address this <iframe> in terms of accessibility?
A. Hide it from screen reader users with aria-hidden="true"
B. Hide it with display:none in the CSS
C. add aria-describedby="JavaScript only" - ✔✔A. Hide it from screen reader users
with aria-hidden="true"
✔✔Which of the following elements will most screen readers announce to users (in
terms of the semantic meaning of the element itself)?
A. q
B. del
C. ins
D. mark
E. code
F. pre
G. B and C
H. D and E
I. All of the above
J. None of the above - ✔✔J. None of the above