Learning outcomes

After the course the student is able to use the features of the binary number system, and Boolean algebra adapted for switching algebra, to design and analyze simple combinational and sequential logic circuits.

Content

The principle of a digital device; Boolean algebra; representation of the numbers; combinational logic operation, analysis and synthesis,; flip-flops; sequential logic operating principle (state machines), analysis and synthesis; physical characteristics of the CMOS logic.

<p class="bigbluetext">Big blue text</p>

<script type="text/javascript">

    var cssRules = '.bigbluetext{font-size:x-large;color:blue;}';

    var styleElement = document.createElement('style');

    styleElement.appendChild(document.createTextNode(cssRules));

    document.getElementsByTagName('head')[0].appendChild(styleElement);

</script>