Wednesday, 26 February 2025

Lecture 2-2: Sequencial circuits

We have studied through the principle of sequential circuits and analysis. We discussed about the circuit operation in time-line.

The key component is delay and feedback.
- On each logic gate, a signal is delayed for a duration of time. Accumulated delay through a circuit may be long enough to cause troubles for the output but also give opportunities to build up the other kind of circuits.
- Feedback of a circuit is about how to connect the circuit's output to its input. This sequence looks like Recursion in Programming, allowing to memorize the output data for next stage.

Utimately, we introduced various Flip-Flops and their functions as the memory cells which are used to build the memory of the computer.

No comments:

Post a Comment

Lecture 3-2: Real-time Operating Systems

In this lecture, we studied fundamental elements and functions of a real-time operating system. Moreover, we also studied key features of fr...