Computer Science
Answer
A 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.
Related Questions
Assertion. Customised software is a tailor made software according to user's requirements.
Reason. Software libraries are customised software.
Assertion. Utility software programs are application software.
Reason. Application software are the programs necessary to carry out operations for specific applications.
What do you understand by input unit? What is its significance ? What does computer input consist of?
What is the function of CPU in a computer system ? What are its subunits ?