CBSE Class 11 Computer Science
Question 71 of 106
Computer System Organization — Question 32
Back to all questionsA computer system comprises of five basic components:
- Input Unit — An input unit takes the input and converts it into binary form so that it can be understood by the computer. For example, keyboard, mouse etc.
- Output Unit — It converts the output in binary form to human readable form. For example, monitor, speakers etc.
- Central Processing Unit (CPU) — It is responsible for processing the data and instructions. It consists of two parts:
- Arithmetic and Logic Unit (ALU) — It performs all the four arithmetic operations (addition, subtraction, multiplication and division) and some logical operations (less than, greater than, less than equal to, greater than equal to, equal to, not equal to).
- Control Unit (CU) — It acts as a supervisor by controlling and guiding the operation taking place.
- Primary Memory — It is the internal volatile memory where data and instructions are stored during processing. It is of two types: Random Access Memory (RAM) and Read Only Memory (ROM).
- Secondary Storage Unit — It refers to the external storage devices which provide permanent memory to the computer system. For example, hard disk, compact disk, flash drive etc.