Synchronous Programming
Term side of the Card
Topic: Programming Approaches
Unit title: Synchronous Programming
Categories: Concept
Explanation side of the Card
Explanation: The programming model where operations occur one after another. Each task must complete before the next one starts, causing the program to pause and wait for tasks to finish.