Course Content
Introduction to Operating System
0/1
Wordprocessing
Spreadsheet
Presentation
Introduction to Internet and WWW
E-mail, Social Networking and E-Governance Services
Digital Financial Tools and Application
Overview of Future skills & Cyber Security
M1-R5.1 (IT Tools & Network Basic) All Chapter Notes Here
About Lesson

Type of Processing 

There are mainly three types of processing 

1. Serial Processing

Execute one instruction at a time; Fetch, decode and execute.

2. Parallel Processing

Multiple processes are done at the same time. for example Network Servers, Super Computers.

3. Pipelining Processing

A technique where the processor begins executing a second instructions before the first has been completed. Thus several instructions can be executed simultaneously, each at a different processing stage. Pipelining does not reduce the time to complete an instruction, but increases the number of instructions that can be processed at once.