What is Serial and Parallel Processing?
Serial and parallel processing both attend to the command “and”. The only difference is that serial attends to the command 1 by 1 and parallel attends to the command simultaneously.
SIMD and MIMD
SIMD or single instruction, multiple data is a group of parallel. It is a way to show a computer that can process multiple instructions at once on multiple data points.
MIMD or multiple instructions, multiple data is a technique used by modern day computers that makes the different processors in a CPU work independently. This means that the computer can perform multiple tasks at once.
Comments
No comments have yet been made