150 likes | 291 Views
Applications : Digital Logic Circuits 2.4 and Number Systems 2.5. Instructor: Hayk Melikya melikyan@nccu.edu. Simple electrical switching device. Here are more complicated circuits. Serial and Parallel switches. Block Boxes and Gates.
E N D
Applications : Digital Logic Circuits 2.4 and Number Systems 2.5 Instructor: Hayk Melikya melikyan@nccu.edu
Simple electrical switching device Here are more complicated circuits
Block Boxes and Gates Black Box is specified by the signal input/output table. An effective way to build more complicated circuits is connecting less complicated block box circuits Three such a gates: NOT-gate, AND-gate, OR-gate can be combined
Combinatorial circuits • Never combine two input wires • An input line can be split and used as input for two separate gates • Any output can be used as input • No output can be feed back to gate Example: Deterring input/output table for given circuit
Circuits and Boolean expressions Combinational circuit always correspond to some Boolean expression, such that input/output table of a table and a truth table of the expression are identical • Construct equivalent boolean expression using disjunctive normal form as follows • for all outputs of 1 construct a conjunctive form based on the truth table row. • 2. All conjunctive forms are united using disjunction
Example: The circuit corresponding to given table is the disjunctions of obtained below three conjunctive terms Input/output table P Q R P Q ~R P ~ Q ~ R (P Q R) (P Q ~R) (P ~ Q ~ R)
Example: Here is the combinatorial circuit corresponding to the ( P Q R) (P Q ~R) (P ~ Q ~ R)
Example: Construct circuit which corresponds to Exclusive or of P and Q
Number Systems base • Decimal number system There are only 10 digits: 0, 1, 2, 3, ,4, 5, 6, 7, 8, 9 Decimal numbers are finite sequences of digits example: 376 = 3x 102 + 7x 101 + 6x100 = 300 + 70 + 6 • Binary number system there are only two digits: 0 and 1 Binary numbers are finite sequences of 0’s and 1’s example: 1101 = 1x23 + 1x 22 + 0x21 + 1x20 = 1x8 + 1x4 + 1x1 = 13 • Conversion between decimal and binary numbers • Binary addition and subtraction base
Binary addition and subtraction Adding numbers in base two 1 1 1 0 12 + 1 0 1 02 1 0 0 1 1 12 Adding digits in base 2 1 + 1 = 102 1 + 0 = 012 0 + 1 = 012 0 + 0 = 002 Circuits for computer addition
Digital Circuits for Addition: Full Adder – addition of two bits and a carry To construct a circuit to add multidigit binary numbers it is necessary to have circuit which computes sum of three binary digits. Such a circuit is called Full Adder • Parallel Adder – addition of multi-bit numbers
Digital Circuits for Addition: Parallel Adder – addition of two 3 binary digit numbers. Two full-adders and one half adder can be used to buld a circuit to add 2 binary 3 digit numbers PQR and STU to obtain WXYZ
Try: • Represent 43 in binary notation • Represent 110110 in decimal notation Add 1 1 1 0 1 0 1 + 1 0 1 1 1 1
Practice problems Study the Sections 1.4 and 1.5 from your textbook. Be sure that you understand all the examples discussed in class and in textbook. Do the following problems from the textbook: Exercise 2.4, # 2, 4, 15, 19, 23. Exercise 2.5, # 3, 5, 8, 10, 14, 18.