Answer: Multithreaded
Explanation: Multithreaded program is the program that has the capability of supporting multiple execution through one thread. The multiple execution through single thread refers to the instructions that can take place simultaneously in a sequence manner.
Every instruction in the execution is provided with their own control unit which helps in flow control.Individual execution flow that takes place in sequence of instruction is called threads