Case-Based Critical Thinking QuestionsCase 14-1Thelma is researching her computer's audio capabilities. She likes to use her computer to listen to music and is now thinking about trying to import music from her CD collection onto her computer. Thelma's neighbor asked for help reading her e-mails. Thelma knows she is beginning to lose her sight. What system should Thelma suggest to her neighbor that reads the computer screen aloud?
A. graphics software
B. word processing software
C. text-to-speech software
D. sequencer software
Answer: C
Computer Science & Information Technology
You might also like to view...
Which statement is false?
a) Arrays and structures are aggregate data types. b) Structures in C are sometimes called records in other languages. c) A structure is capable of storing many related data items of differ-ent data types. d) Structures are always passed call by reference.
Computer Science & Information Technology
How would one assign the value of num to the id component of variable emp2?
a. emprec.id = num; b. emp2.num = id; c. emp2.id = num; d. &emp2.id = num; e. emprec.emp1.id = num;
Computer Science & Information Technology