what is parallel processing
Parallel processing is when more than one processor is executing separate instructions at the same time (used to complete more than one task simultaneously )
what is concurrent processing
Concurrent processing is when more than one process is running from a program at once, with each task / process in turn being given a slice of the processor time. makes it look like tasks being completed simultaneously when in reality, they are executed sequentially