Social Science · General Awareness
Disability Inclusion and Accessibility
2,243 Questions
Disability inclusion and accessibility focus on creating equitable environments, assistive technologies, and inclusive practices across various industries. The questions cover essential concepts like Braille, occupational therapy, and digital accessibility features. This topic appears in UPSC, State PSC, and teaching aptitude test papers.
Braille and assistive techInclusive industry practicesDisability rights advocacyAccessible digital designOccupational therapy
Disability Inclusion and Accessibility Questions
A
Correct answer
Explanation
The UN Convention on the Rights of Persons with Disabilities (CRPD), adopted in 2006, explicitly recognizes accessibility as a fundamental human right in Article 9. This landmark international treaty requires state parties to take appropriate measures to ensure access to facilities, services, and information for persons with disabilities.
-
use <h1>...<h6> tags for easier navigation
-
use alt tags to describe images
-
use alt tags that name the link destination for images that function as links.
-
All of these are correct
D
Correct answer
Explanation
All three practices enhance accessibility: heading tags (h1-h6) provide document structure, alt tags describe images for screen readers, and descriptive alt tags for linked images serve both accessibility and usability. Together, they make content more accessible to blind users.
-
There are currently no such guidelines available.
-
Microsoft
-
W3C’s Web Accessibility Initiative group.
-
United Nations
C
Correct answer
Explanation
The Web Content Accessibility Guidelines (WCAG) are developed and maintained by the W3C's Web Accessibility Initiative (WAI) group. WCAG is the international standard for web accessibility.
-
The degree to which any product is accessible to maximum users possible.
-
The degree to which a product is accessible to people without disabilities.
-
The degree to which a product is accessible to only indivisuals with disabilities.
-
The level of authorization provided to a user to use a product.
A
Correct answer
Explanation
Accessibility refers to designing products so they can be used by the widest possible range of users, including those with disabilities. Option A correctly states this principle. Option B incorrectly limits accessibility to people without disabilities, while Option C incorrectly suggests it's only for people with disabilities. Option D confuses accessibility with authorization/access control.
-
Technology that assists developers in creating accessible products.
-
Technology used in software that provide student instruction, tests and learning feedback with no or only periodic involvement by an instructor.
-
Technology that assists all users in understanding the functioning of software.
-
Any software or hardware that is commonly used to increase, maintain, or improve functional capabilities of individuals with disabilities.
D
Correct answer
Explanation
Assistive Technology specifically refers to hardware or software designed to help individuals with disabilities improve their functional capabilities. Option A is incorrect because it focuses on developers, not users. Option B describes computer-based training systems. Option C is too vague and doesn't specify the disability context.
-
There are currently no such guidelines available.
-
Microsoft
-
W3C’s Web Accessibility Initiative group.
-
United Nations
C
Correct answer
Explanation
WCAG is developed by the W3C's Web Accessibility Initiative (WAI), which is the international standards body for web accessibility guidelines. Microsoft and the United Nations do not set these technical standards.
-
The degree to which any product is accessible to maximum users possible.
-
The degree to which a product is accessible to users without disabilities.
-
The degree to which a product is accessible to only indivisuals with disabilities.
-
The level of authorization provided to a user to use a product.
A
Correct answer
Explanation
Accessibility refers to how broadly a product can be used by different types of users. It is not limited to people with disabilities - good accessibility benefits everyone including users with temporary limitations (like a broken arm) or situational limitations (like bright sunlight). Options B and C incorrectly narrow the definition.
-
There are currently no such guidelines available.
-
Microsoft
-
W3C’s Web Accessibility Initiative group.
-
United Nations
C
Correct answer
Explanation
WCAG 2.0 is the specific version of accessibility guidelines published by W3C's Web Accessibility Initiative (WAI). This is the same organization that provides all WCAG standards. The other options are not responsible for web accessibility standards.
-
Make all the functionality of website operable using only the keyboard.
-
Identify sections of webpage by using headings in the markup.
-
Avoid use of JavaScript and multimedia content.
-
Provide text alternatives/descriptions for non text content such as images, multimedia and form elements.
A,B,D
Correct answer
Explanation
Making websites accessible to blind users requires: (A) keyboard-only navigation since many blind users don't use mice, (B) proper heading structure for screen reader navigation, and (D) alt text and descriptions for images/multimedia. Option C is incorrect - JavaScript and multimedia can be made accessible with proper techniques and don't need to be avoided entirely.
-
Support resizable text by specifying font size in relative units in the markup.
-
Provide all the website information in a downloadable Word or PDF document.
-
Have sufficient color contrast between text foreground and page background.
-
Use images instead of text wherever possible.
A,C
Correct answer
Explanation
For low-vision users, websites need: (A) resizable text using relative units (em, %, rem) so users can scale text without breaking layout, and (C) sufficient color contrast (WCAG requires 4.5:1 for normal text) for readability. Option B is wrong - providing downloadable documents doesn't make the website itself accessible. Option D is incorrect - images should supplement text, not replace it, because text scales better.
-
The degree to which any product is accessible to maximum users possible.
-
The degree to which a product is accessible to users without disabilities.
-
The degree to which a product is accessible to only indivisuals with disabilities.
-
The level of authorization provided to a user to use a product.
A
Correct answer
Explanation
Accessibility is defined as the degree to which any product is accessible to the maximum number of users possible. This inclusive definition encompasses users with and without disabilities, aligning with universal design principles. Options B and C incorrectly limit accessibility to specific user groups, while D refers to authorization not accessibility.
-
Less restrictive than public
-
More restrictive than public, but less restrictive than protected.
-
More restrictive than protected, but less restrictive than private.
-
More restrictive than private.
-
Less restrictive than protected from within a package, and more restrictive than protected from outside a package.
C
Correct answer
Explanation
Java accessibility ranges from least restrictive to most restrictive: public, protected, default (package-private), and private. Therefore, default access is more restrictive than protected (which allows package and subclass access) but less restrictive than private (class-only access).
B
Correct answer
Explanation
Classes in C++ offer three levels of accessibility: public (accessible from anywhere), private (accessible only within the class), and protected (accessible within the class and derived classes). These three access specifiers form the foundation of encapsulation in object-oriented programming.
Sign language is useful for whom?
-
Normal people
-
People who cannot speak and listen
-
People who cannot see
-
None of these
B
Correct answer
Explanation
The Deaf and Dumb people who cannot speak and listen communicate through sign language. It helps them understand what the other person is trying to convey and to convey back to that person.
-
A special type of script that is used by people who cannot see.
-
A special type of script that is used by people who cannot hear.
-
A special type of script that is used by people who cannot speak.
-
None of the above.
A
Correct answer
Explanation
- Braille is a tactile writing system used by people who are visually impaired. It is traditionally written with embossed paper.
- Braille users can read computer screens and other electronic supports using refreshable braille displays.
- They can write braille with the original slate and stylus or type it on a braille writer, such as a portable braille notetaker or computer that prints with a braille embosser. Hence, the Braille script is A special type of script that is used by people who cannot see.
So, the correct answer is ' A special type of script that is used by people who cannot see.