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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub