Case-Based Critical Thinking Question
?
Lu maintains a website for the local bicycle coalition, a nonprofit organization that she works with. She wants to add video of a recent bike safety class to the site.
Lu wants to make her video accessible for users who are blind or have low sight. To do so, she adds __________.

A. captions
B. descriptions
C. narration
D. a fallback image


Answer: B

Computer Science & Information Technology

You might also like to view...

What will the following code display?

int numbers[] = {99, 87, 66, 55, 101}; for (int i = 1; i < 4; i++) cout << numbers[i] << " "; a. 99 87 66 55 101 b. 87 66 55 101 c. 87 66 55 d. Nothing. This code has an error.

Computer Science & Information Technology

When a digital camera does not measure a picture's tone correctly, a color cast occurs.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

?When are relative, absolute, and mixed references used in Excel? Briefly explain.

What will be an ideal response?

Computer Science & Information Technology

An Excel Online ________ allows you to distribute questions and collect data, which is stored in an Excel workbook

A) blog B) document C) survey D) form

Computer Science & Information Technology