Programming Paradigms Flashcards

1
Q

advantages of concurrent programming

A
  • user can interact with applications while tasks are running
  • long running tasks don’t delay short running tasks as they run concurrently
  • complex programs can make better use of multicore processors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly