Computer Science
What are the issues associated with disability while teaching and using computers?
Computing Safety & Ethics
2 Likes
Answer
Cognitive disabilities include conditions like autism and Down's syndrome. Some less severe conditions are called learning disabilities, such as dyslexia (difficulty with reading) and dyscalculia (difficulty with math). The functional disability perspective looks at what a person can and cannot do instead of focusing on the medical reasons behind their cognitive disabilities.
The functional cognitive disabilities may involve difficulties or deficits involving:
- Problem-solving
- Memory
- Visual comprehension
- Linguistic (speech)
- Attention
- Math comprehension
- Reading
- Verbal comprehension
Answered By
2 Likes
Related Questions
Write a program to check if the smallest element of a tuple is present at the middle position of the tuple.
What are the characteristics of Dictionary?
Observe the code given below and answer the following questions. A triangle has three sides — a, b and c, and the values are 17, 23 and 30, respectively. Calculate and display its area using Heron's formula as
;
(a) Import the module — Statement 1
(b) Calculate s (half of the triangle perimeter) — Statement 2
(c) Insert function to calculate area — Statement 3
(d) Display the area of triangle — Statement 4
import ............... #Statement 1 a, b, c = 17, 23, 30 s = ............... #Statement 2 area = ............... (s*(s—a)*(s—b)*(s—c)) #Statement 3 print("Sides of triangle:", a, b, c) print(...............) #Statement 4
Meera wants to buy a desktop/laptop. She wants to use multitasking computer for her freelancing work which involves typing and for watching movies. Her brother will also use this computer for playing/creating games.
(i) Which of the following hardware has a suitable size to support this feature? Specify the reason.
- ROM
- RAM
- Storage
- All of these
(ii) Meera also wants to use this computer while traveling. What should her preference be — desktop or laptop?
(iii) If Meera has to run Python on her laptop, what should be the minimum RAM required to run the same?
(iv) What is the difference between RAM and storage? Do we need both in a computer?