Friday, 21 February 2025

Lecture 2-1 Principals of Arithmetic Functions

We studied functional building blocks of arithmetic computation: Half-adder and full-adder. Using these blocks as functional cells, we can build up an array of interconnected cells to do addition of bit stream.

Thanks to the complement and fundamental functional circuits (XOR, Selector), we can build up an iterative array of full-adders to do both addition and subtraction, which is the key component for programable digital circuits.

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...