The correct choice is (c) different parts of the program executes conceptually
To elaborate: A concurrent program executes different parts of the program conceptually, a parallel program executes different programs physically and a non-concurrent program executes the program in sequential order.