CIS-261 Home http://www.c-jump.com/bcc/c261c/CIS261syllabus.html
"Knowledge is so precious thing, that it is not shameful to extract it from any source."
St. Thomas Aquinas, c. 1270.
Additional Web resources:
General overview of digital logic by www.educypedia.be.
Digital Logic and Computer Systems Laboratory Manual from www.physics.mcmaster.ca.
Computer organization lectures from faculty.cs.wwu.edu.
Online digital lessons with self-tests from library.thinkquest.org.
Digital Circuits lecture by www.itee.uq.edu.au.
|
|
|
|
|
|
|
|
CMOS stands for complementary metal-oxide semiconductor.
CMOS contains both P-type and N-type transistors.
Additional web resources:
www.howstuffworks.com articles about boolean logic
Also, online resource about digital logic from www.physics.mcmaster.ca.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Combinational logic circuits cannot store any information.
They are is purely decision elements.
However, other structures can store the information.
We will study decision elements first.
Decision elements strictly depend or the combination of the input values.
|
|
|
|
Multiplexer provides basis for addressing, that is, specifying, which input to choose.
|
|
|
|
Demultiplexer selects which of the multiple outputs OUT0 or OUT1 will receive the input signal IN, based on the selector signal A.
Only one of the two outputs can be 1, while the other is 0.
See also: Wikipedia article decoder/demux
|
|