Processing Methods
* school tech1. Parallel Action
- Actions or processes that happen at the same time (simultaneously).
- Multiple tasks occur independently or concurrently
- Generally faster
1.1. Example
A multi-core processor running several programs at once (e.g., browsing while listening to music).
2. In-Series Action
- Actions or processes that happen one after another (sequentially).
- Each task starts only after the previous one finishes.
- Generally slower, since tasks wait their turn.
2.1. Example
Like one person cooking dishes one by one.
3. Elsewhere
3.1. References
3.2. In my garden
Notes that link to this note (AKA backlinks).
