Basics of Computer System
A Computer System is an integrated electronic device. It Consists of following main components :-
1. Central Processing Unit (Brain of the computer)
- Arithmetic & Logic Unit
- Control Unit
- Memory Unit
2. Input Devices (Keyboard, Mouse etc.)
3. Output Devices (Monitor, Speaker, Printer etc.)
These components are working together to give a desired output to the user in return of an input.
User gives an input to the computer system using any input device like keyboard, mouse etc. in form of user friendly code. This information is transfer to the Central Processing Unit and then converted into binary format in 0's and 1's (known as the machine code).
The Central Processing Unit processes the input data, understands the requirement by user and performs the desired operation.
Then CPU transfers the output to the Output Device. The output is provide to the user in user friendly form by the output device e.g. on the monitor, speaker etc.
1. Block Diagram of a Computer System
2. A Typical CPU
3. RAM (Random Access Memory)
Central Processing Unit is the main part of the computer system. It has following three main units :-
- Arithmetic & Logic Unit (or ALU)
- Control Unit
- Memory Unit
- Arithmetic & Logic Unit - This part of the CPU is responsible for all mathematical calculations and logic operations. It takes the data from the control unit, perform desired operation and then return the data to the control unit.
- Control Unit - This unit is responsible for the management of all the operations performed by ALU and Memory Unit. It takes care of all the input/output operations. It generates the sequence of the signals to perform various operations.
- Memory Unit - This is the data bank of the CPU. It stores the data supplied by the control unit in memory registers and provide it to the control unit whenever ALU required.
Few generally used peripheral devices that can be part of the computer system are:-
- UPS (Uninterrupted Power Supply) - Used to backup the computer system to avoid accidentally switch off of the computer system, when the main power breakdown suddenly.
- Desktop Camera - To use the camera for any video purpose.
- External Hard Drive or SSD Drive or USB Drive - Permanent memory storage or non-volatile memory storage
- Microphone
- Scanner
- CD/DVD Reader/Writer etc.
To handle all the basic operation in computer e.g. manage computer hardware and software resources and provide common service, a software is used which is known as Operating System.
Operating System
- Linux Mint
- Ubuntu
- Fedora
- Debian
- CentOS
- Kali Linux etc.
- Act as an interface between the user and computer hardware.
- Memory and Processor management.
- File and Device management.
- Scheduling of resources and processes.
- Error detection in component functionality.
- Security of the system resources.
- Batched Operating System (e.g. Transactions Process, etc.)
- Multi-Programmed Operating System (e.g. Windows, UNIX, LINUX, MacOS, etc.)
- Time-Sharing Operating System (e.g. Multics, etc.)
- Distributed Operating System (e.g. Locus etc. )
- Real-Time Operating System (e.g. PSOS, VRTX, etc.)



Comments
Post a Comment