Synchronous
Term side of the Card
Topic: Basics
Unit title: Synchronous
Categories: Concept
Explanation side of the Card
Explanation: The programming concept where tasks are executed one after another, in a sequential order. Each task must be completed before the next one starts, which means the program waits for each operation to finish before moving on. This can lead to delays if a task takes a long time, as the program will be blocked until the current task is completed.