Parallel Processing System
From NIOS
Previous Page | Home Page | Next Page |
---|
ICT Applications
In computers, parallel processing is the processing of program instructions by dividing them among multiple processors with the objective of running a program in less time.
Parallel computing is the simultaneous use of multiple compute resources to solve a computational problem using multiple CPUs. A problem is broken into discrete parts that can be solved concurrently. Each part is further broken down to a series of instructions and instructions from each part execute simultaneously on different CPUs.
Previous Page | Home Page | Next Page |
---|
ICT Applications