Computer Science
What are the issues associated with disability while teaching and using computers?
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
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?
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?