CSC 101 Lecture Notes-1
CSC 101 Lecture Notes-1
1) Hardware: it is the physical part of the computer that you can see, feel and touch.
It is split into; Input device, Output device and the Storage device.
(a) Input device: it supplies data into the computer system. E.g, Joystick,
Keyboard, Light pen, Mouse, Scanner, e.t.c
(b) Output device: is the part of the system which receives the processed
information and send the information in human readable form. e.g, Printer,
Speakers, Monitor (VDU) Visual Display Unit, Scanner, etc.
(c) Storage device: this are used to hold data and information in the computer
system in terms of speeding. E.g, RAM (Random Access Memory), ROM (Read
Only Memory), Secondary storage device.
ALU
Input Output
Unit Unit
CONTROL UNIT
Input unit of a C.P.U: is an electronic that enable the entry or supply of data into
the computer. E.g,
- Punch card reader
- Mouse
- Keyboard
- Joystick
- Light pen, etc.
Output unit device of the computer system: it brings out result or information
from the system to the user. E.g
- Monitor (VDU Virtual Display Unit)
- Scanner
- Printer
- Speaker
- Tape reader, etc.
Central processing unit present the mind, the heat and the processor of a computer.
This consists of three units:
- ALU
- Control Unit
- Memory Unit
FUNCTIONS OF THE C.P.U
1. It holds data as well as instructions during processing.
2. It controls the sequence of exclusions or programs
3. It issues commands in the system.
4. It carrys out data processing
SECONDARY STORAGE SIZES
COMPUTER STORAGE SIZES
- BIT
- BYTE
- WORT
BIT: is refers to as a single binary digit in base 2 and bit are in 1 or 0 and is the
smallest unit of storage.
BYTE: is the basic unit of storage in the computer memory and a byte is 8 or a
single bit.
WORT: is a group of bit that a computer access as a unit.
STORAGE OF PROGRAM DEVELOPMENT
Program is a source of instructions given in the computer to perform a particular task
STORAGE OF A COMPUTER PROGRAMS
Identification of problem
Solution methods
Testing and debugging
Program documentations
- Solution method is divided into three
Algorithm
Flow chart
Coding