200k views
0 votes
What is a form of programming where multiple tasks can be carried out at the same time?

User Lucas Ross
by
6.6k points

1 Answer

4 votes
Hi!

This form of programming may be known as multiprogramming or multithreaded programming.

Try to think of a thread as basically one structured process which is occurring. Having a multithreaded programming means you are doing multiple processes at once.

While this is an extremely simplified explaniation, it's a decent way to think about it on a basic level.

Hopefully, this helps! =)
User Bubly
by
7.7k points