Serial Execution
Execution of a program serially, one statement at one instance of time. In the simplest case, that's what takes place on a one processor machine. But even most of the parallel tasks as well have some sections of a parallel program which should be executed sequentially.
Parallel Execution
Execution of several parts of a program by more than single processor simultaneously.