InterviewSolution
Saved Bookmarks
| 1. |
Write the example of :- 1. Input device 2. Output device |
| Answer» Typical output devices in a computer system are the\xa0monitor, speakers and the printer. Some devices that perform both input AND output operations are referred to as I/O (input/output) devices and their operations are called I/O operations. Examples of common input and output components are disk drives and\xa0modems.\xa0Input: Mouse, keyboard, joystick, GPS, camera, microphone, Light-dependant resistor (LDR), etc. Basically any\xa0device\xa0that responds to signals from the outside.\xa0Output: Speaker, printer, monitor, LEDs, fan, radio transmitter, etc. | |