LU 6 ACCESSIBILITY Flashcards

1
Q

Who benefits from accessible systems?

A

Accessible systems help everyone, not just disabled people.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an advantage of well-structured text?

A

Well-structured text is easier to read and easier for computers to parse.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does flexibility in inputs improve a system?

A

Flexibility in inputs improves accessibility and makes it easier for everyone else.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the spectrum of visual impairment?

A

The spectrum of visual impairment is wide, including nearsightedness, farsightedness, color blindness, partial blindness, and full blindness.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Do different types of visual impairments have the same requirements?

A

No, each type of visual impairment has its own unique requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is alt text used for?

A

Alt text is used for images to make them accessible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How should headings be formatted for accessibility?

A

Headings should be clear and identifiable by a computer, using tags like <h1>title</h1>.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a keyboard trap?

A

A keyboard trap is a situation where someone using only a keyboard can navigate into an area but cannot navigate out.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why should you use a “Skip to Main Content” link?

A

It helps users skip repetitive content and navigate directly to the main content of the page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What should you ensure regarding text and background colors?

A

Ensure there is significant contrast between the text and background.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What should be used to create accessible web pages?

A

Use an accessible template.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How can you enable better scanning of text for users?

A

Put important words at the front of paragraphs and links.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why is audio commonly used in interfaces?

A

Audio is used for feedback and situational awareness.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How can interfaces be more accessible to people with hearing impairments?

A

Use gesture-based interfaces and ensure videos have captions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a challenge for accessibility in videos?

A

Videos without captions are less accessible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What challenges do people with physical impairments face with interfaces?

A

Limited control over movement, fine mouse movements, and precise motions are difficult.

17
Q

What alternative input methods can help people with physical impairments?

A

Speech or eye tracker input can be used as alternatives.

18
Q

What is dyslexia and how does it impact people?

A

Dyslexia is a cognitive disability that affects reading, writing, and spelling. People with dyslexia understand spoken content but struggle with the same content when it is written.

19
Q

How common is dyslexia in the UK?

A

It is estimated that up to 1 in every 10 to 20 people in the UK has some degree of dyslexia.

20
Q

How can technology help people with dyslexia?

A

Spelling correction is helpful, but most spell checkers are not trained on dyslexic spelling patterns, which can make it difficult for a dyslexic person to pull the correct spelling from a list.

21
Q

What are the three main challenges faced by individuals with autism?

A

Social interaction – issues relating to others.

Communication – issues understanding verbal and textual language, including expressions.

Imagination – problems with rigidity of thought processes leading to repetitive behavior.

22
Q

What are some common issues for individuals with autism when using interfaces?

A

Rigid interfaces (Heuristic: Flexibility).

Sounds that cannot be controlled.

Lack of explanation (Heuristic: Help).

Literal interpretation of content, making jokes or “funny” descriptions confusing.

23
Q

What are the unique requirements for different age groups when designing apps or games?

A

Each age group, such as children and senior citizens, has unique physical, sensorial, and cognitive requirements.

24
Q

What are some shared requirements for designing apps or games for children and senior citizens?

A

Larger fonts and buttons.

Less text.

High contrast.

25
Q

Why do children and senior citizens have unique requirements for apps and games?

A

They have unique requirements due to differences in physical, sensorial, and cognitive abilities.

26
Q

What are some shared design requirements for apps and games for children and senior citizens?

A

Shared design requirements include larger fonts and buttons, less text, and high contrast.

27
Q

What does Fitts’ Law predict?

A

Fitts’ Law predicts the time required to point at an object using a device as a function of the object’s distance and size.

28
Q

How does the distance and size of an object affect the time to locate and point to it according to Fitts’ Law?

A

The further away and smaller the object, the longer the time to locate it and point to it.

29
Q

What is the formula for Fitts’ Law?

A

T=k log2 (D/S +1)

T = Time to move the pointer to the target

D = Distance between the pointer and the target

S = Size of the target

k = A constant of approximately 200ms/bit

30
Q

Why is it a bad idea to create a separate accessible version of your website or app?

A

The organization is unlikely to have the resources to maintain both versions.

Small updates are likely to happen to the accessible version and not the main one.

Later editors may unintentionally break the accessibility features by mistake.