CHAPTER 7. Exercises 17/ / /2 2 0

Size: px
Start display at page:

Download "CHAPTER 7. Exercises 17/ / /2 2 0"

Transcription

1 CHAPTER 7 Exercises E7. (a) For the whole part, we have: Quotient Remainders 23/2 /2 5 5/2 2 2/2 0 /2 0 Reading the remainders in reverse order, we obtain: 23 0 = 0 2 For the fractional part we have = = + 0 Thus we have = Finally, the answer is = 0. 2 (b) For the whole part we have: Quotient Remainders 7/2 8 8/ / /2 0 /2 0 Reading the remainders in reverse order we obtain: 7 0 = For the fractional part we have = = + 0 Thus we have = Finally, the answer is =

2 (c) For the whole part we have: Quotient Remainders 4/ /2 0 /2 0 Reading the remainders in reverse order we obtain: 4 0 = 00 2 For the fractional part, we have = = = = = = Thus we have = Finally, the answer is = E7.2 (a) 0. 2 = = (b) = = E7.3 (a) Using the procedure of Exercise 7., we have 97 0 = Then adding two leading zeros and forming groups of three bits we have = 4 8 Adding a leading zero and forming groups of four bits we obtain = 6 6 (b) Similarly = = = E5 6 E7.4 (a) 72 8 = 00 = 00 2 (b) FA6 6 = = E = = BCD 243

3 E7.6 To represent a distance of 20 inches with a resolution of 0.0 inches, we need 20/0.0 = 2000 code words. The number of code words in a Gray code is 2 L in which L is the length of the code words. Thus we need L =, which produces 2048 code words. E7.7 (a) First we convert to binary 22 0 = = 00 2 Because an eight-bit representation is called for, we append three leading zeros. Thus +22 becomes in two s complement notation. (b) First we convert +30 to binary form 30 0 = = 0 2 Attaching leading zeros to make an eight-bit result we have 30 0 = Then we take the ones complement and add to find the two s complement: one s complement: 0000 add Thus the eight-bit two s complement representation for is E7.8 First we convert 9 0 and -4 0 to eight-bit two s complement form then we add the results Notice that we neglect the carry out of the left-most bit. E7.9 See Tables 7.3 and 7.4 in the book. E7.0 See Table 7.5 in the book. E7. (a) To apply De Morgan s laws to the expression AB + B C first we replace each logic variable by its inverse 244

4 A B + BC then we replace AND operations by OR operations and vice versa (A + B )( B + C ) finally we invert the entire expression so we have D = AB + B C = ( A + B )( B + C ) (b) Following the steps of part (a) we have [F ( G + H ) + FG ] [F ( G + H ) + F G ] [(F + G H )( F + G )] E = [ F ( G + H ) + FG ] = [( F + G H )( F + G )] E7.2 For the AND gate we use De Morgan s laws to write AB = ( A + B ) See Figure 7.2 in the book for the logic diagrams. E7.3 The truth table for the exclusive-or operation is A B A B Focusing on the rows in which the result is, we can write the SOP expression A B = A B + AB The corresponding logic diagram is shown in Figure 7.25a in the book. Focusing on the rows in which the result is 0, we can write the POS expression A B = ( A + B)( A + B ) The corresponding logic diagram is shown in Figure 7.25b in the book. 245

5 E7.4 The truth table is shown in Table 7.7 in the book. Focusing on the rows in which the result is, we can write the SOP expression A = m(3, 6, 7, 8, 9, 2) = F D GR + F DGR + F DGR + FD G R + FD G R + FDG R Focusing on the rows in which the result is 0, we can write the POS expression A = M(0,, 2, 4, 5, 0,, 3, 4, 5) = ( F + D + G + R)( F + D + G + R )( F + D + G + R ) L( F + D + G + R ) E7.5 The Truth table is shown in Table 7.8. E7.6 (a) A B C D (b) A B C D E7.7 See Figure 7.34 in the book. E7.8 See Figure 7.35 in the book. E7.9 Because S is high at t = 0, Q is high and remains so until R becomes high at t = 3. Q remains low until S becomes high at t = 7. Then Q remains high until R becomes high at t =. E7.20 See Table 7.9. E7.2 See Figure 7.49 in the book. Problems P7.*. When noise is added to a digital signal, the logic levels can still be exactly determined, provided that the noise is not too large in amplitude. Usually, noise cannot be completely removed from an analog signal. 2. Component values in digital circuits do not need to be as precise as in analog circuits. 3. Very complex digital logic circuits (containing millions of components) can be economically produced. Analog circuits often call for large 246

6 capacitances and/or precise component values that are impossible to manufacture as large-scale integrated circuits. P7.2 A bit is a binary symbol that can assume values of 0 or. A byte is a word consisting of eight bits. A nibble is a four-bit word. P7.3 In positive logic, the logic value is represented by a higher voltage range than the voltage range for logic 0. The reverse is true for negative logic. P7.4 The noise margins for a logic circuit are defined as NM L = V IL V OL and NM H = V OH V IH in which V IL is the highest input voltage accepted as logic 0, V IH is the lowest input voltage accepted as logic, V OL is the highest logic-0 output voltage, and V OH is the lowest logic- output voltage. Large values for the noise margins are important so noise added to or subtracted from logic signals in the interconnects does not change the operation of the logic circuit. P7.5 In serial transmission, the bits of a word are transmitted one after another over a single pair of wires. In parallel transmission, multiple bits are transmitted simultaneously over a parallel set of wires. P7.6 (a)* (b) 7.75 (c) 0.25 (d) (e) (f)* P7.7 (a) 7 0 = = 0000 BCD (b) = = BCD (c)* = = BCD (d) = = BCD (e) = = BCD 247

7 P7.8 Seven-bit words are needed to express the decimal integers 0 through 00 in binary form (because 2 7 = 28). Ten-bit words are needed to express the decimal integers 0 through 000 in binary form (because 2 0 = 024). Twenty-bit words are needed to express the decimal integers 0 through 0 6 in binary form (because 2 20 = ). P7.9 (a)* = 00.0 (b) = 0000 (c) = P7.0 (a)* BCD BCD = = = BCD (b) BCD BCD = = = BCD P7. (a) 73 0 = = = AD 6 (b) = = = 2B.8 6 (c) = = = 2DF.C 6 (d)* = = = (e) = = = P7.2 (a) 9 = (eight-bit signed two s complement) (b) -9 = 00 (c)* 75 = 0000 (d)* -87 = 0000 (e) -95 = (f) 99 = 0000 P7.3 (a) FA.F 6 = = = (b) 2A. 6 = = = (c) = = = P7.4 (a) =. 2 = FF.E 6 = (b) = = 53.A 6 = (c) = =

8 P7.5 (a) Counting in decimal, 778 follows 777. (b) Counting in octal, 000 follows 777. (c) Counting in hexadecimal, 778 follows 777. P7.6 (a) A 3-bit binary number can represent the decimal integers 0 through 7. (b) A 3-digit octal number can represent the decimal integers 0 through 5. (c) A 3-digit hexadecimal number can represent the decimal integers 0 through P7.7* Write the 3-bit code shown in Figure 7.9. Then, extend the list by writing the 3-bit code in reverse order. Finally, prepend a 0 to each word in top half of the list and prepend a to each word in the bottom half. The resulting four-bit Gray code is: The Gray code is used for coding positions of movable parts. In a Gray code, each code word differs in only one bit from its neighboring code words, so that erroneous position indications are avoided during transitions. P7.8 (a)* FA5.6 6 = (b)* = (c) 3F4.8 6 =

9 (d) = (e) FF.F0 6 = P7.9 (a) * One's Complement Two's Complement (b) (c) (d) (e) P7.20 (a) (b) (c)* (d) (e) P7.2 Overflow and underflow are not possible if the two numbers to be added have opposite signs. If the two numbers to be added have the same sign and the result has the opposite sign, underflow or overflow has occurred. P7.22 A truth table lists all of the combinations of the variables in a logic expression as well as the value of the expression. P7.23* If the variables in a logic expression are replaced by their inverses, the AND operation is replaced by OR, the OR operation is replaced by AND, 250

10 and the entire expression is inverted, the resulting logic expression yields the same values as before the changes. In equation form, we have: ABC = A + B + C ( A + B + C ) = A B C P7.24 AND gate: AB C OR gate: AB C Inverter: A A 0 0 NAND gate: AB C NOR gate: 25

11 AB C Exclusive OR gate: AB C P7.25 One method to prove the validity of a Boolean identity is to list the truth table and show that both sides of the identity give the same result for each combination of logic variables. P7.26 (a) D = ABC + AB A B C D (b)* E = AB + ABC + CD A B C D E

12 (c) Z = WX + ( W + Y ) X Y W Z (d) D = A + AB + C A B C D (e) D = ( A + BC ) A B C D

13 P7.27 (a) (b) (c) F = ( A + B )C F = A + B + ( BC ) F = A B + ( BC ) + D P7.28* A B C ( A + B )(A + C) A + BC P7.29 A B A + B A + AB ( A + B)( A + AB ) Notice that the column for B matches that for ( A + B)( A + AB ). P7.30 A B A + AB A + B

14 P7.3 A B C ( ABC + ABC + AB C + ABC ) P7.32 (a) F = A + BC (b) F = ABC + ABC + ABC (c)* F = ( A + B + C )( A + B + C )( A + B + C ) 255

15 P7.33 (a) ( C + A) D = ( A + B )( C A D ) F = AB + + (b) F = A( B + C ) + D = ( A + BC )D (c) F ABC + A( B + C ) = ( A + B + C = )( A + B C ) (d)* F = ( A + B + C )( A + B + C )( A + B + C ) = A B C + A BC + AB C (e)* F = ABC + AB C + A BC = ( A + B + C )( A + B + C )( A + B + C ) P7.34 NAND gates are said to be sufficient for combinatorial logic because any Boolean expression can be implemented solely with NAND gates. Simila rly, NOR gate s are suffici ent. P7.35 In this circuit, if switch C is closed and if either of the other two switch es is closed, the output is high. Thus, we can write: D = (A + B ) C The truth table is: A B C D P7.36 In this circuit, the output is high only if switch A is open (A low) and if eit her of the other two switches is open. Thus, we can write D = A (C + B) The truth table is: A B C D

16 P7.37 (a) Applying DeMorgan's laws to the output, we have C = A + B = AB Thus, the gate shown is equivalent to a NAND gate. (b) Applying DeMorgan's laws to the output, we have F = D E = D + E Thus, the gate shown is equivalent to a NOR gate. P7.38 In synthesizing a logic expression as a sum of products, we focus on the lines of the truth table for which the result is. A logical product of logic variables and their inverses is written that yields for each of these lines. Then the products are summed. In synthesizing a logic expression as a product of sums, we focus on the lines of the truth table for which the result is 0. A logical sum of logic variables and their inverses is written that yields 0 for each of these lines. Then the sums are combined in an AND gate. P7.39 An example of a decoder is a circuit that uses a BCD input to produce the logic signals needed to drive the elements of a seven-segment display. An other example is the three-to-eight-line decoder that has a three-bit input and eight output lines. The 3-bit input word selects one of the output lines and that output becomes high. P7.40* F = A B C + ABC + ABC + ABC ( 0,2,5, ) = m 7 ( A + B + C )( A + B + C )( A + B + C )( A + B C ) F = + (,3,4, ) = M 6 257

17 P7.4 G = A B C + ABC = m( 0,3) G = ( A + B + C )( A + B + C )( A + B + C )( A + B + C )( A + B + C )( A + B + C ) (,2,4,5,6, ) = M 7 P7.42 H = A B C + A B C + A BC + AB C + AB C + ABC + ABC ( 0,,2,4,5,6, ) = m 7 ( A + B + C ) M( 3) H = = P7.43 I = A BC + ABC + ABC = m (3,6,7 ) I = ( A + B + C )( A + B + C )( A + B + C )( A + B + C )( A + B + C ) = M (0,,2,4,5 ) P7.44 J = A B C + A BC + AB C + ABC + ABC = m (,3,5,6,7 ) J = ( A + B + C )( A + B + C )( A + B + C ) = M (0,2,4 ) P7.45 K = A B C + A B C + ABC + ABC = m (0,,6,7 ) K = ( A + B + C )( A + B + C )( A + B + C )( A + B + C ) = M (2,3,4,5 ) P7.46 Applying DeMorgan's Laws to the output of the circuit, we have AB + CD = AB CD Thus, the circuit is 258

18 P7.47 Applying DeMorgan's Laws to the output of the circuit, we have (A + B )( C + D) = ( A + B) + ( C + D) Thus, the circuit is P7.48 (a) The truth table is: B E F G I (b) I = m( 4,5,8,2, 3) (c) I = M( 0,,2,3,6,7,9,0,,4, 5) (d) I = E F + BF G 259

19 P7.49* The truth table is: A B A B Thus, we can write the product of sums expression and apply DeMorgan s Laws to obtain: A B = AB + AB = The circuit is: ( AB ) ( A B) P7.50 The truth table is: A B A B Thus, we can write the product of sums expression and apply DeMorgan s Laws to obtain: A B = ( A + B)( A + B ) = ( A + B) + ( A + B ) The circuit is: 260

20 P7.5 The truth table (x = don't cares) is: B 8 B 4 B 2 B A B x x 0 x x 0 0 x x 0 x x x x The circuits are: ( ) ( ) A = M,4, 6 B = M 5, 6 26

21 P7.52* (a) S S 2 S T E (b) m(,6) = S S2ST + (c) Circuit diagram: E = SS2ST P7.53* (a) The Karnaugh map is: 262

22 (b) F = BC + A CD (c) Inverting the map, and writing the minimum SOP expression yields F = AC + B C + CD. Then applying DeMorgan's laws gives F = ( A + C )( B + C )( C + D ) P7.54 (a) The Karnaugh map is: (b) D = B C + A BC (c) Inverting the map, and writing the minimum SOP expression yields two possibilities: D = AC + BC + B C and D = AB + BC + B C Then, applying DeMorgan's laws gives the POS expressions: D = ( A + C )( B + C )( B + C ) and D = ( A + B )( B + C )( B + C ) P7.55 (a) The Karnaugh map is: (b) D = A C + AC (c) D = A C + AC D = ( A + C )( A + C ) 263

23 P7.56 (a) The Karnaugh map is: (b) D = AB + BC (c) Inverting the map, and writing the minimum SOP expression yields D = B + A C. Then applying DeMorgan's laws gives D = B( A + C ) = AB + BC which is the same as the expression found in part (b) so the implementation is the same. P7.57 (a) The Karnaugh map is: (b) (c) F = ABD + BCD The circuit is: 264

24 (d) Inverting the map, and writing the minimum SOP expression yieldsf = A D + B + C D. Then applying DeMorgan's laws gives F = ( A + D) B( C + D ) P7.58* (a) The Karnaugh map is: (b) F = AB + CD (c) The circuit is: (d) Inverting the map, and writing the minimum SOP expression yields F = A C + A D + B C + B D. Then, applying DeMorgan's laws gives F = ( A + C )( A + D)( B + C )( B + D) 265

25 P7.59 (a) The Karnaugh map is: (b) (c) G = ABC + BCD The circuit is: (d) Inverting the map, and writing the minimum SOP expression yields G = A D + B + C. Then, applying DeMorgan's laws gives G = ( A + D) BC P7.60 (a) The Karnaugh map is: (b) H = BC + AD 266

26 (c) The circuit is: (d) Inverting the map, and writing the minimum SOP expression yields H = A B + A C + B D + C D. Then, applying DeMorgan's laws gives H = ( A + B)( A + C )( B + D)( C + D). P7.6 (a) The Karnaugh map is: (b) I = A C + A D (c) The circuit is: (d) Inverting the map, and writing the minimum SOP expression yields I = A + CD. Then, applying DeMorgan's laws gives I = A ( C + D ). 267

27 P7.62 The Karnaugh map (with the decimal equivalent of each word in the upper right hand corner of each square) is: By inspection the minimal SOP expression is: X = B B 8 P7.63 The Karnaugh map (with the decimal equivalent of each word in the upper right hand corner of each square) is: By inspection, the minimal SOP expression is: X = B B + B 8 4 8B2 Inverting the map, and writing the minimum SOP expression yields X = B +. Then, applying DeMorgan's laws gives 8 B2B B X = B ( B + )

28 P7.64 The Karnaugh map (with the hexadecimal equivalent of each word in the upper right hand corner of each square) is: By inspection the minimal SOP expression is: X = B B 4 Inverting the map, and writing the minimum SOP expression yields X = B + B 4. Then, applying DeMorgan's laws gives X = B B. 4 P7.65 The truth table is: S I I 2 O O The Karnaugh maps are: 269

29 The logic circuit is: P7.66 The Karnaugh map for a three-member council is: By inspection, we see that three two-cubes are needed and the minimal SOP expression is X = AB + AC + BC Clearly, the minimal SOP checks to see if at least one group of two members has voted yes. For a five-member council, the Karnaugh map consists of two fourvariable maps, one for A = and one for A =

30 Notice that six four-cubes are needed to cover the A = part of the map. Think of the A = 0 map as being (over or under) the A = map. Four two cubes are needed to cover the A = 0 part of the map. However each of these cubes can be combined with corresponding cubes in the A = part of the map to form four 4-cubes. The minimum SOP expression is: X = ABC + ABD + ABE + ADE + ACD + ACE + BCD + BCE + BDE + CDE Here the minimal SOP expression checks to see if at least one group of three members has voted yes. P7.67 The Karnaugh map is By inspection, we see that six one cubes are needed. Thus the minimal SOP expression is: X = ABC D + AB CD + AB C D + A BCD + A BC D + A B CD 27

31 P7.68 (a) The truth table for the circuit of Figure P7.68 is A B C D P (b) The Karnaugh map for P is: From the map, we see that no simplification is possible and the minimum SOP is actually the sum of minterms: P = m(, 2, 4, 7, 8,, 3, 4) (c) The parity check can be performed by the same method as used in Figure P7.68, namely to XOR all of the bits. The circuit is: 272

32 P7.69 By inspection, we see that X = A The Karnaugh maps for Y and Z are: Y = A B + AB Z = BC + B C P7.70 By inspection, we see that A = X The Karnaugh maps for B and C are: B = X Y + XY C = X Y Z + X YZ + XY Z + XYZ 273

33 P7.7* (a) F = A + BC + BD (b) G = A + BD + BC (c) H = A + B C + BC D 274

34 (d) I = D P7.72 (a) A = FH (b) B = F G + FH 275

35 (c) C = GH + G H (d) D = I P7.73 (a) W = A + BC + BD 276

36 (b) X = B C + B D + BC D (c) Y = CD + C D (d) Z = D 277

37 P7.74 (a) A = WX + WZ (b) B = X Y + XYZ + WYZ (c) C = Y Z + YZ 278

38 (d) D = Z P7.75 P7.76 See Figure 7.39 in the text. P7.77 See Figure 7.44 in the text. P7.78 Asynchronous inputs are recognized independently of the clock signal. Synchronous inputs are recognized only if the clock is high. P7.79 In edge triggering, the input values present immediately prior to a transition of the clock signal are recognized. Input values (and changes in input values) at other times are ignored. P7.80 See Figure 7.47 in the text. 279

39 P7.8* The successive states are: Q 0 Q Q (repeats) Thus, the register returns to the initial state after seven shifts. P7.82 (a) With an OR gate, we have: Q 0 Q Q After the register reaches the state, it remains in that state and never returns to the starting state. (b) With an AND gate, we have: Q 0 Q Q After the register reaches the 000 state, it remains in that state and never returns to the starting state. 280

40 P7.83 The period of the Q 0 waveform is double that of V IN. Similarly, the period ofq is twice that of Q 0. Thus, flip flops connected in this manner divide the frequency of an input signal by two and by four. P7.84 Q becomes high at t = 7 and quickly resets all four flip flops. 3 28

41 P7.85* Q J K D memory reset set 0 0 toggle 0 memory 0 0 reset 0 0 set 0 toggle 0 D = QJ K + QJK + QJ K + QJ K ( K + K ) + QK ( J J ) = Q J + = Q J + QK P

42 P7.87 (a) The logic diagram for the counter is: (b) The truth table for the encoder is: Q 3 Q 2 Q D D 2 D 3 D 4 D 5 D 6 D x x x x x x x x x x x x x x The Karnaugh maps are: 283

43 From the maps we can write: D D = Q + D D = = 7 2 Q3 2 = 6 Q3 4 Q The logic diagram is: D = and D 3 = D5 = Q2Q 3 P7.88 (a) There are four diodes and to make one revolution in two seconds each diode must be on for 0.5 s. Thus, the frequency of the clock is 2 Hz. (b) The modulo-4 counter is: 284

44 (c) The truth table is S Q 2 Q D D 2 D 3 D The minimimal SOP expressions are: D = Q Q S Q Q S QQ 2 D2 = QQ 2 D = = QQ S QQ S D

CHAPTER 7. Solutions for Exercises

CHAPTER 7. Solutions for Exercises CHAPTER 7 Solutions for Exercises E7.1 (a) For the whole part we have: Quotient Remainders 23/2 11 1 11/2 5 1 5/2 2 1 2/2 1 0 1/2 0 1 Reading the remainders in reverse order we obtain: 23 10 = 10111 2

More information

Chapter 7 Logic Circuits

Chapter 7 Logic Circuits Chapter 7 Logic Circuits Goal. Advantages of digital technology compared to analog technology. 2. Terminology of Digital Circuits. 3. Convert Numbers between Decimal, Binary and Other forms. 5. Binary

More information

EE40 Lec 15. Logic Synthesis and Sequential Logic Circuits

EE40 Lec 15. Logic Synthesis and Sequential Logic Circuits EE40 Lec 15 Logic Synthesis and Sequential Logic Circuits Prof. Nathan Cheung 10/20/2009 Reading: Hambley Chapters 7.4-7.6 Karnaugh Maps: Read following before reading textbook http://www.facstaff.bucknell.edu/mastascu/elessonshtml/logic/logic3.html

More information

Why digital? Overview. Number Systems. Binary to Decimal conversion

Why digital? Overview. Number Systems. Binary to Decimal conversion Why digital? Overview It has the following advantages over analog. It can be processed and transmitted efficiently and reliably. It can be stored and retrieved with greater accuracy. Noise level does not

More information

Gate-Level Minimization

Gate-Level Minimization Gate-Level Minimization Dr. Bassem A. Abdullah Computer and Systems Department Lectures Prepared by Dr.Mona Safar, Edited and Lectured by Dr.Bassem A. Abdullah Outline 1. The Map Method 2. Four-variable

More information

MC9211 Computer Organization

MC9211 Computer Organization MC92 Computer Organization Unit : Digital Fundamentals Lesson2 : Boolean Algebra and Simplification (KSB) (MCA) (29-2/ODD) (29 - / A&B) Coverage Lesson2 Introduces the basic postulates of Boolean Algebra

More information

UNIVERSITI TENAGA NASIONAL. College of Information Technology

UNIVERSITI TENAGA NASIONAL. College of Information Technology UNIVERSITI TENAGA NASIONAL College of Information Technology BACHELOR OF COMPUTER SCIENCE (HONS.) FINAL EXAMINATION SEMESTER 2 2012/2013 DIGITAL SYSTEMS DESIGN (CSNB163) January 2013 Time allowed: 3 hours

More information

Boolean Algebra and Digital Logic 2009, University of Colombo School of Computing

Boolean Algebra and Digital Logic 2009, University of Colombo School of Computing IT 204 Section 3.0 Boolean Algebra and Digital Logic Boolean Algebra 2 Logic Equations to Truth Tables X = A. B + A. B + AB A B X 0 0 0 0 3 Sum of Products The OR operation performed on the products of

More information

Systems I: Computer Organization and Architecture

Systems I: Computer Organization and Architecture Systems I: Computer Organization and Architecture Lecture 6 - Combinational Logic Introduction A combinational circuit consists of input variables, logic gates, and output variables. The logic gates accept

More information

Cs302 Quiz for MID TERM Exam Solved

Cs302 Quiz for MID TERM Exam Solved Question # 1 of 10 ( Start time: 01:30:33 PM ) Total Marks: 1 Caveman used a number system that has distinct shapes: 4 5 6 7 Question # 2 of 10 ( Start time: 01:31:25 PM ) Total Marks: 1 TTL based devices

More information

Lecture 5: NAND, NOR and XOR Gates, Simplification of Algebraic Expressions

Lecture 5: NAND, NOR and XOR Gates, Simplification of Algebraic Expressions EE210: Switching Systems Lecture 5: NAND, NOR and XOR Gates, Simplification of Algebraic Expressions Prof. YingLi Tian Feb. 15, 2018 Department of Electrical Engineering The City College of New York The

More information

UNIT 5 KARNAUGH MAPS Spring 2011

UNIT 5 KARNAUGH MAPS Spring 2011 UNIT 5 KRNUGH MPS Spring 2 Karnaugh Maps 2 Contents Minimum forms of switching functions Two- and three-variable Four-variable Determination of minimum expressions using essential prime implicants Five-variable

More information

Karnaugh Map & Boolean Expression Simplification

Karnaugh Map & Boolean Expression Simplification Karnaugh Map & Boolean Expression Simplification Mapping a Standard POS Expression For a Standard POS expression, a 0 is placed in the cell corresponding to the product term (maxterm) present in the expression.

More information

Vidyalankar S.E. Sem. III [CMPN] Digital Logic Design and Analysis Prelim Question Paper Solution

Vidyalankar S.E. Sem. III [CMPN] Digital Logic Design and Analysis Prelim Question Paper Solution . (a) (i) ( B C 5) H (A 2 B D) H S.E. Sem. III [CMPN] Digital Logic Design and Analysis Prelim Question Paper Solution ( B C 5) H (A 2 B D) H = (FFFF 698) H (ii) (2.3) 4 + (22.3) 4 2 2. 3 2. 3 2 3. 2 (2.3)

More information

MODULAR CIRCUITS CHAPTER 7

MODULAR CIRCUITS CHAPTER 7 CHAPTER 7 MODULAR CIRCUITS A modular circuit is a digital circuit that performs a specific function or has certain usage. The modular circuits to be introduced in this chapter are decoders, encoders, multiplexers,

More information

Number System. Decimal to binary Binary to Decimal Binary to octal Binary to hexadecimal Hexadecimal to binary Octal to binary

Number System. Decimal to binary Binary to Decimal Binary to octal Binary to hexadecimal Hexadecimal to binary Octal to binary Number System Decimal to binary Binary to Decimal Binary to octal Binary to hexadecimal Hexadecimal to binary Octal to binary BOOLEAN ALGEBRA BOOLEAN LOGIC OPERATIONS Logical AND Logical OR Logical COMPLEMENTATION

More information

Reg. No. Question Paper Code : B.E./B.Tech. DEGREE EXAMINATION, NOVEMBER/DECEMBER Second Semester. Computer Science and Engineering

Reg. No. Question Paper Code : B.E./B.Tech. DEGREE EXAMINATION, NOVEMBER/DECEMBER Second Semester. Computer Science and Engineering Sp 6 Reg. No. Question Paper Code : 27156 B.E./B.Tech. DEGREE EXAMINATION, NOVEMBER/DECEMBER 2015. Second Semester Computer Science and Engineering CS 6201 DIGITAL PRINCIPLES AND SYSTEM DESIGN (Common

More information

( c) Give logic symbol, Truth table and circuit diagram for a clocked SR flip-flop. A combinational circuit is defined by the function

( c) Give logic symbol, Truth table and circuit diagram for a clocked SR flip-flop. A combinational circuit is defined by the function Question Paper Digital Electronics (EE-204-F) MDU Examination May 2015 1. (a) represent (32)10 in (i) BCD 8421 code (ii) Excess-3 code (iii) ASCII code (b) Design half adder using only NAND gates. ( c)

More information

Department of Electrical & Electronics EE-333 DIGITAL SYSTEMS

Department of Electrical & Electronics EE-333 DIGITAL SYSTEMS Department of Electrical & Electronics EE-333 DIGITAL SYSTEMS 1) Given the two binary numbers X = 1010100 and Y = 1000011, perform the subtraction (a) X -Y and (b) Y - X using 2's complements. a) X = 1010100

More information

Number System conversions

Number System conversions Number System conversions Number Systems The system used to count discrete units is called number system. There are four systems of arithmetic which are often used in digital electronics. Decimal Number

More information

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING CS6201 DIGITAL PRINCIPLES AND SYSTEM DESIGN

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING CS6201 DIGITAL PRINCIPLES AND SYSTEM DESIGN DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING CS6201 DIGITAL PRINCIPLES AND SYSTEM DESIGN UNIT I : BOOLEAN ALGEBRA AND LOGIC GATES PART - A (2 MARKS) Number

More information

ENG2410 Digital Design Combinational Logic Circuits

ENG2410 Digital Design Combinational Logic Circuits ENG240 Digital Design Combinational Logic Circuits Fall 207 S. Areibi School of Engineering University of Guelph Binary variables Binary Logic Can be 0 or (T or F, low or high) Variables named with single

More information

Sample Test Paper - I

Sample Test Paper - I Scheme G Sample Test Paper - I Course Name : Computer Engineering Group Marks : 25 Hours: 1 Hrs. Q.1) Attempt any THREE: 09 Marks a) Define i) Propagation delay ii) Fan-in iii) Fan-out b) Convert the following:

More information

Save from: cs. Logic design 1 st Class أستاذ المادة: د. عماد

Save from:   cs. Logic design 1 st Class أستاذ المادة: د. عماد Save from: www.uotiq.org/dep cs Logic design 1 st Class أستاذ المادة: د. عماد استاذة المادة: م.م ميساء Contents Lectured One: Number system operation 1- Decimal numbers. 2- Binary numbers. 3- Octal numbers.

More information

Chap 2. Combinational Logic Circuits

Chap 2. Combinational Logic Circuits Overview 2 Chap 2. Combinational Logic Circuits Spring 24 Part Gate Circuits and Boolean Equations Binary Logic and Gates Boolean Algebra Standard Forms Part 2 Circuit Optimization Two-Level Optimization

More information

Lecture 2 Review on Digital Logic (Part 1)

Lecture 2 Review on Digital Logic (Part 1) Lecture 2 Review on Digital Logic (Part 1) Xuan Silvia Zhang Washington University in St. Louis http://classes.engineering.wustl.edu/ese461/ Grading Engagement 5% Review Quiz 10% Homework 10% Labs 40%

More information

Digital Logic Appendix A

Digital Logic Appendix A Digital Logic Appendix A Boolean Algebra Gates Combinatorial Circuits Sequential Circuits 1 Boolean Algebra George Boole ideas 1854 Claude Shannon, apply to circuit design, 1938 Describe digital circuitry

More information

Digital Electronics. Part A

Digital Electronics. Part A Digital Electronics Final Examination Part A Winter 2004-05 Student Name: Date: lass Period: Total Points: Multiple hoice Directions: Select the letter of the response which best completes the item or

More information

Chapter 2 Combinational Logic Circuits

Chapter 2 Combinational Logic Circuits Logic and Computer Design Fundamentals Chapter 2 Combinational Logic Circuits Part 2 Circuit Optimization Goal: To obtain the simplest implementation for a given function Optimization is a more formal

More information

10/14/2009. Reading: Hambley Chapters

10/14/2009. Reading: Hambley Chapters EE40 Lec 14 Digital Signal and Boolean Algebra Prof. Nathan Cheung 10/14/2009 Reading: Hambley Chapters 7.1-7.4 7.4 Slide 1 Analog Signals Analog: signal amplitude is continuous with time. Amplitude Modulated

More information

WORKBOOK. Try Yourself Questions. Electrical Engineering Digital Electronics. Detailed Explanations of

WORKBOOK. Try Yourself Questions. Electrical Engineering Digital Electronics. Detailed Explanations of 27 WORKBOOK Detailed Eplanations of Try Yourself Questions Electrical Engineering Digital Electronics Number Systems and Codes T : Solution Converting into decimal number system 2 + 3 + 5 + 8 2 + 4 8 +

More information

ELCT201: DIGITAL LOGIC DESIGN

ELCT201: DIGITAL LOGIC DESIGN ELCT2: DIGITAL LOGIC DESIGN Dr. Eng. Haitham Omran, haitham.omran@guc.edu.eg Dr. Eng. Wassim Alexan, wassim.joseph@guc.edu.eg Lecture 2 Following the slides of Dr. Ahmed H. Madian ذو الحجة 438 ه Winter

More information

Fundamentals of Boolean Algebra

Fundamentals of Boolean Algebra UNIT-II 1 Fundamentals of Boolean Algebra Basic Postulates Postulate 1 (Definition): A Boolean algebra is a closed algebraic system containing a set K of two or more elements and the two operators and

More information

Signals and Systems Digital Logic System

Signals and Systems Digital Logic System Signals and Systems Digital Logic System Prof. Wonhee Kim Chapter 2 Design Process for Combinational Systems Step 1: Represent each of the inputs and outputs in binary Step 1.5: If necessary, break the

More information

UNIT 4 MINTERM AND MAXTERM EXPANSIONS

UNIT 4 MINTERM AND MAXTERM EXPANSIONS UNIT 4 MINTERM AND MAXTERM EXPANSIONS Spring 2 Minterm and Maxterm Expansions 2 Contents Conversion of English sentences to Boolean equations Combinational logic design using a truth table Minterm and

More information

Unit II Chapter 4:- Digital Logic Contents 4.1 Introduction... 4

Unit II Chapter 4:- Digital Logic Contents 4.1 Introduction... 4 Unit II Chapter 4:- Digital Logic Contents 4.1 Introduction... 4 4.1.1 Signal... 4 4.1.2 Comparison of Analog and Digital Signal... 7 4.2 Number Systems... 7 4.2.1 Decimal Number System... 7 4.2.2 Binary

More information

vidyarthiplus.com vidyarthiplus.com vidyarthiplus.com ANNA UNIVERSITY- COMBATORE B.E./ B.TECH. DEGREE EXAMINATION - JUNE 2009. ELECTRICAL & ELECTONICS ENGG. - FOURTH SEMESTER DIGITAL LOGIC CIRCUITS PART-A

More information

/ M Morris Mano Digital Design Ahmad_911@hotmailcom / / / / wwwuqucscom Binary Systems Introduction - Digital Systems - The Conversion Between Numbering Systems - From Binary To Decimal - Octet To Decimal

More information

Boolean Algebra. Digital Logic Appendix A. Postulates, Identities in Boolean Algebra How can I manipulate expressions?

Boolean Algebra. Digital Logic Appendix A. Postulates, Identities in Boolean Algebra How can I manipulate expressions? Digital Logic Appendix A Gates Combinatorial Circuits Sequential Circuits Other operations NAND A NAND B = NOT ( A ANDB) = AB NOR A NOR B = NOT ( A ORB) = A + B Truth tables What is the result of the operation

More information

Unit 2 Session - 6 Combinational Logic Circuits

Unit 2 Session - 6 Combinational Logic Circuits Objectives Unit 2 Session - 6 Combinational Logic Circuits Draw 3- variable and 4- variable Karnaugh maps and use them to simplify Boolean expressions Understand don t Care Conditions Use the Product-of-Sums

More information

ELCT201: DIGITAL LOGIC DESIGN

ELCT201: DIGITAL LOGIC DESIGN ELCT2: DIGITAL LOGIC DESIGN Dr. Eng. Haitham Omran, haitham.omran@guc.edu.eg Dr. Eng. Wassim Alexan, wassim.joseph@guc.edu.eg Lecture 4 Following the slides of Dr. Ahmed H. Madian محرم 439 ه Winter 28

More information

Schedule. ECEN 301 Discussion #25 Final Review 1. Date Day Class No. 1 Dec Mon 25 Final Review. Title Chapters HW Due date. Lab Due date.

Schedule. ECEN 301 Discussion #25 Final Review 1. Date Day Class No. 1 Dec Mon 25 Final Review. Title Chapters HW Due date. Lab Due date. Schedule Date Day Class No. Dec Mon 25 Final Review 2 Dec Tue 3 Dec Wed 26 Final Review Title Chapters HW Due date Lab Due date LAB 8 Exam 4 Dec Thu 5 Dec Fri Recitation HW 6 Dec Sat 7 Dec Sun 8 Dec Mon

More information

Philadelphia University Student Name: Student Number:

Philadelphia University Student Name: Student Number: Philadelphia University Student Name: Student Number: Faculty of Engineering Serial Number: Final Exam, Second Semester: 2015/2016 Dept. of Computer Engineering Course Title: Logic Circuits Date: 08/06/2016

More information

DE58/DC58 LOGIC DESIGN DEC 2014

DE58/DC58 LOGIC DESIGN DEC 2014 Q.2 a. In a base-5 number system, 3 digit representations is used. Find out (i) Number of distinct quantities that can be represented.(ii) Representation of highest decimal number in base-5. Since, r=5

More information

Midterm Examination # 1 Wednesday, February 25, Duration of examination: 75 minutes

Midterm Examination # 1 Wednesday, February 25, Duration of examination: 75 minutes Page 1 of 10 School of Computer Science 60-265-01 Computer Architecture and Digital Design Winter 2009 Semester Midterm Examination # 1 Wednesday, February 25, 2009 Student Name: First Name Family Name

More information

S.Y. Diploma : Sem. III [CO/CM/IF/CD/CW] Digital Techniques

S.Y. Diploma : Sem. III [CO/CM/IF/CD/CW] Digital Techniques S.Y. Diploma : Sem. III [CO/CM/IF/CD/CW] Digital Techniques Time: 3 Hrs.] Prelim Question Paper Solution [Marks : 100 Q.1(a) Attempt any SIX of the following : [12] Q.1(a) (i) Derive AND gate and OR gate

More information

Lecture 6: Manipulation of Algebraic Functions, Boolean Algebra, Karnaugh Maps

Lecture 6: Manipulation of Algebraic Functions, Boolean Algebra, Karnaugh Maps EE210: Switching Systems Lecture 6: Manipulation of Algebraic Functions, Boolean Algebra, Karnaugh Maps Prof. YingLi Tian Feb. 21/26, 2019 Department of Electrical Engineering The City College of New York

More information

PART-A. 2. Expand ASCII and BCD ASCII American Standard Code for Information Interchange BCD Binary Coded Decimal

PART-A. 2. Expand ASCII and BCD ASCII American Standard Code for Information Interchange BCD Binary Coded Decimal PART-A 1. What is radix? Give the radix for binary, octal, decimal and hexadecimal Radix is the total number of digits used in a particular number system Binary - 2 (0,1) Octal - 8 (0 to 7) Decimal - 10

More information

of Digital Electronics

of Digital Electronics 26 Digital Electronics 729 Digital Electronics 26.1 Analog and Digital Signals 26.3 Binary Number System 26.5 Decimal to Binary Conversion 26.7 Octal Number System 26.9 Binary-Coded Decimal Code (BCD Code)

More information

Combinational Logic. Course Instructor Mohammed Abdul kader

Combinational Logic. Course Instructor Mohammed Abdul kader Combinational Logic Contents: Combinational and Sequential digital circuits. Design Procedure of combinational circuit. Adders: Half adder and Full adder. Subtractors: Half Subtractor and Full Subtractor.

More information

CHAPTER1: Digital Logic Circuits Combination Circuits

CHAPTER1: Digital Logic Circuits Combination Circuits CS224: Computer Organization S.KHABET CHAPTER1: Digital Logic Circuits Combination Circuits 1 PRIMITIVE LOGIC GATES Each of our basic operations can be implemented in hardware using a primitive logic gate.

More information

Boolean Algebra. Digital Logic Appendix A. Boolean Algebra Other operations. Boolean Algebra. Postulates, Identities in Boolean Algebra

Boolean Algebra. Digital Logic Appendix A. Boolean Algebra Other operations. Boolean Algebra. Postulates, Identities in Boolean Algebra Digital Logic Appendix A Gates Combinatorial Circuits Sequential Circuits George Boole ideas 1854 Claude Shannon, apply to circuit design, 1938 (piirisuunnittelu) Describe digital circuitry function programming

More information

211: Computer Architecture Summer 2016

211: Computer Architecture Summer 2016 211: Computer Architecture Summer 2016 Liu Liu Topic: Storage Project3 Digital Logic - Storage: Recap - Review: cache hit rate - Project3 - Digital Logic: - truth table => SOP - simplification: Boolean

More information

Written reexam with solutions for IE1204/5 Digital Design Monday 14/

Written reexam with solutions for IE1204/5 Digital Design Monday 14/ Written reexam with solutions for IE204/5 Digital Design Monday 4/3 206 4.-8. General Information Examiner: Ingo Sander. Teacher: William Sandqvist phone 08-7904487 Exam text does not have to be returned

More information

KUMARAGURU COLLEGE OF TECHNOLOGY COIMBATORE

KUMARAGURU COLLEGE OF TECHNOLOGY COIMBATORE Estd-1984 KUMARAGURU COLLEGE OF TECHNOLOGY COIMBATORE 641 006 QUESTION BANK UNIT I PART A ISO 9001:2000 Certified 1. Convert (100001110.010) 2 to a decimal number. 2. Find the canonical SOP for the function

More information

Part 1: Digital Logic and Gates. Analog vs. Digital waveforms. The digital advantage. In real life...

Part 1: Digital Logic and Gates. Analog vs. Digital waveforms. The digital advantage. In real life... Part 1: Digital Logic and Gates Analog vs Digital waveforms An analog signal assumes a continuous range of values: v(t) ANALOG A digital signal assumes discrete (isolated, separate) values Usually there

More information

Review. EECS Components and Design Techniques for Digital Systems. Lec 06 Minimizing Boolean Logic 9/ Review: Canonical Forms

Review. EECS Components and Design Techniques for Digital Systems. Lec 06 Minimizing Boolean Logic 9/ Review: Canonical Forms Review EECS 150 - Components and Design Techniques for Digital Systems Lec 06 Minimizing Boolean Logic 9/16-04 David Culler Electrical Engineering and Computer Sciences University of California, Berkeley

More information

Written exam for IE1204/5 Digital Design with solutions Thursday 29/

Written exam for IE1204/5 Digital Design with solutions Thursday 29/ Written exam for IE4/5 Digital Design with solutions Thursday 9/ 5 9.-. General Information Examiner: Ingo Sander. Teacher: William Sandqvist phone 8-794487 Exam text does not have to be returned when

More information

Computer Organization I. Lecture 13: Design of Combinational Logic Circuits

Computer Organization I. Lecture 13: Design of Combinational Logic Circuits Computer Organization I Lecture 13: Design of Combinational Logic Circuits Overview The optimization of multiple-level circuits Mapping Technology Verification Objectives To know how to optimize the multiple-level

More information

COMBINATIONAL LOGIC FUNCTIONS

COMBINATIONAL LOGIC FUNCTIONS COMBINATIONAL LOGIC FUNCTIONS Digital logic circuits can be classified as either combinational or sequential circuits. A combinational circuit is one where the output at any time depends only on the present

More information

Philadelphia University Student Name: Student Number:

Philadelphia University Student Name: Student Number: Philadelphia University Student Name: Student Number: Faculty of Engineering Serial Number: Final Exam, First Semester: 2017/2018 Dept. of Computer Engineering Course Title: Logic Circuits Date: 29/01/2018

More information

Digital Logic. CS211 Computer Architecture. l Topics. l Transistors (Design & Types) l Logic Gates. l Combinational Circuits.

Digital Logic. CS211 Computer Architecture. l Topics. l Transistors (Design & Types) l Logic Gates. l Combinational Circuits. CS211 Computer Architecture Digital Logic l Topics l Transistors (Design & Types) l Logic Gates l Combinational Circuits l K-Maps Figures & Tables borrowed from:! http://www.allaboutcircuits.com/vol_4/index.html!

More information

S.Y. Diploma : Sem. III [DE/ED/EI/EJ/EN/ET/EV/EX/IC/IE/IS/IU/MU] Principles of Digital Techniques

S.Y. Diploma : Sem. III [DE/ED/EI/EJ/EN/ET/EV/EX/IC/IE/IS/IU/MU] Principles of Digital Techniques S.Y. Diploma : Sem. III [DE/ED/EI/EJ/EN/ET/EV/EX/IC/IE/IS/IU/MU] Principles of Digital Techniques Time: 3 Hrs.] Prelim Question Paper Solution [Marks : 100 Q.1(a) Attempt any SIX of the following : [12]

More information

CHAPTER 2 BOOLEAN ALGEBRA

CHAPTER 2 BOOLEAN ALGEBRA CHAPTER 2 BOOLEAN ALGEBRA This chapter in the book includes: Objectives Study Guide 2.1 Introduction 2.2 Basic Operations 2.3 Boolean Expressions and Truth Tables 2.4 Basic Theorems 2.5 Commutative, Associative,

More information

DIGITAL LOGIC CIRCUITS

DIGITAL LOGIC CIRCUITS DIGITAL LOGIC CIRCUITS Digital logic circuits BINARY NUMBER SYSTEM electronic circuits that handle information encoded in binary form (deal with signals that have only two values, and ) Digital. computers,

More information

UNIT II COMBINATIONAL CIRCUITS:

UNIT II COMBINATIONAL CIRCUITS: UNIT II COMBINATIONAL CIRCUITS: INTRODUCTION: The digital system consists of two types of circuits, namely (i) (ii) Combinational circuits Sequential circuits Combinational circuit consists of logic gates

More information

Lecture 6: Gate Level Minimization Syed M. Mahmud, Ph.D ECE Department Wayne State University

Lecture 6: Gate Level Minimization Syed M. Mahmud, Ph.D ECE Department Wayne State University Lecture 6: Gate Level Minimization Syed M. Mahmud, Ph.D ECE Department Wayne State University Original Source: Aby K George, ECE Department, Wayne State University Contents The Map method Two variable

More information

SAU1A FUNDAMENTALS OF DIGITAL COMPUTERS

SAU1A FUNDAMENTALS OF DIGITAL COMPUTERS SAU1A FUNDAMENTALS OF DIGITAL COMPUTERS Unit : I - V Unit : I Overview Fundamentals of Computers Characteristics of Computers Computer Language Operating Systems Generation of Computers 2 Definition of

More information

Chapter 4. Combinational: Circuits with logic gates whose outputs depend on the present combination of the inputs. elements. Dr.

Chapter 4. Combinational: Circuits with logic gates whose outputs depend on the present combination of the inputs. elements. Dr. Chapter 4 Dr. Panos Nasiopoulos Combinational: Circuits with logic gates whose outputs depend on the present combination of the inputs. Sequential: In addition, they include storage elements Combinational

More information

ELECTRONICS & COMMUNICATION ENGINEERING PROFESSIONAL ETHICS AND HUMAN VALUES

ELECTRONICS & COMMUNICATION ENGINEERING PROFESSIONAL ETHICS AND HUMAN VALUES EC 216(R-15) Total No. of Questions :09] [Total No. of Pages : 02 II/IV B.Tech. DEGREE EXAMINATIONS, DECEMBER- 2016 First Semester ELECTRONICS & COMMUNICATION ENGINEERING PROFESSIONAL ETHICS AND HUMAN

More information

ENGG 1203 Tutorial - 2 Recall Lab 2 - e.g. 4 input XOR. Parity checking (for interest) Recall : Simplification methods. Recall : Time Delay

ENGG 1203 Tutorial - 2 Recall Lab 2 - e.g. 4 input XOR. Parity checking (for interest) Recall : Simplification methods. Recall : Time Delay ENGG 23 Tutorial - 2 Recall Lab 2 - e.g. 4 input XOR Parity checking (for interest) Parity bit Parity checking Error detection, eg. Data can be Corrupted Even parity total number of s is even Odd parity

More information

Sample Marking Scheme

Sample Marking Scheme Page 1 of 10 School of Computer Science 60-265-01 Computer Architecture and Digital Design Fall 2008 Midterm Examination # 1 B Wednesday, November 5, 2008 Sample Marking Scheme Duration of examination:

More information

Contents. Chapter 3 Combinational Circuits Page 1 of 36

Contents. Chapter 3 Combinational Circuits Page 1 of 36 Chapter 3 Combinational Circuits Page of 36 Contents Combinational Circuits...2 3. Analysis of Combinational Circuits...3 3.. Using a Truth Table...3 3..2 Using a Boolean Function...6 3.2 Synthesis of

More information

Digital Electronics Final Examination. Part A

Digital Electronics Final Examination. Part A Digital Electronics Final Examination Part A Spring 2009 Student Name: Date: Class Period: Total Points: /50 Converted Score: /40 Page 1 of 13 Directions: This is a CLOSED BOOK/CLOSED NOTES exam. Select

More information

Logic. Combinational. inputs. outputs. the result. system can

Logic. Combinational. inputs. outputs. the result. system can Digital Electronics Combinational Logic Functions Digital logic circuits can be classified as either combinational or sequential circuits. A combinational circuit is one where the output at any time depends

More information

Written exam with solutions IE Digital Design Friday 21/

Written exam with solutions IE Digital Design Friday 21/ Written exam with solutions IE204-5 Digital Design Friday 2/0 206 09.00-3.00 General Information Examiner: Ingo Sander. Teacher: Kista, William Sandvist tel 08-7904487, Elena Dubrova phone 08-790 4 4 Exam

More information

CSE 140L Spring 2010 Lab 1 Assignment Due beginning of the class on 14 th April

CSE 140L Spring 2010 Lab 1 Assignment Due beginning of the class on 14 th April CSE 140L Spring 2010 Lab 1 Assignment Due beginning of the class on 14 th April Objective - Get familiar with the Xilinx ISE webpack tool - Learn how to design basic combinational digital components -

More information

Review for Test 1 : Ch1 5

Review for Test 1 : Ch1 5 Review for Test 1 : Ch1 5 October 5, 2006 Typeset by FoilTEX Positional Numbers 527.46 10 = (5 10 2 )+(2 10 1 )+(7 10 0 )+(4 10 1 )+(6 10 2 ) 527.46 8 = (5 8 2 ) + (2 8 1 ) + (7 8 0 ) + (4 8 1 ) + (6 8

More information

Chapter 2. Boolean Algebra and Logic Gates

Chapter 2. Boolean Algebra and Logic Gates Chapter 2 Boolean Algebra and Logic Gates Basic Definitions A binary operator defined on a set S of elements is a rule that assigns, to each pair of elements from S, a unique element from S. The most common

More information

Chapter 2. Digital Logic Basics

Chapter 2. Digital Logic Basics Chapter 2 Digital Logic Basics 1 2 Chapter 2 2 1 Implementation using NND gates: We can write the XOR logical expression B + B using double negation as B+ B = B+B = B B From this logical expression, we

More information

Unit 3 Session - 9 Data-Processing Circuits

Unit 3 Session - 9 Data-Processing Circuits Objectives Unit 3 Session - 9 Data-Processing Design of multiplexer circuits Discuss multiplexer applications Realization of higher order multiplexers using lower orders (multiplexer trees) Introduction

More information

Chapter 2: Boolean Algebra and Logic Gates

Chapter 2: Boolean Algebra and Logic Gates Chapter 2: Boolean Algebra and Logic Gates Mathematical methods that simplify binary logics or circuits rely primarily on Boolean algebra. Boolean algebra: a set of elements, a set of operators, and a

More information

DIGITAL LOGIC CIRCUITS

DIGITAL LOGIC CIRCUITS DIGITAL LOGIC CIRCUITS Introduction Logic Gates Boolean Algebra Map Specification Combinational Circuits Flip-Flops Sequential Circuits Memory Components Integrated Circuits Digital Computers 2 LOGIC GATES

More information

Z = F(X) Combinational circuit. A combinational circuit can be specified either by a truth table. Truth Table

Z = F(X) Combinational circuit. A combinational circuit can be specified either by a truth table. Truth Table Lesson Objectives In this lesson, you will learn about What are combinational circuits Design procedure of combinational circuits Examples of combinational circuit design Combinational Circuits Logic circuit

More information

CHAPTER 3 BOOLEAN ALGEBRA

CHAPTER 3 BOOLEAN ALGEBRA CHAPTER 3 BOOLEAN ALGEBRA (continued) This chapter in the book includes: Objectives Study Guide 3.1 Multiplying Out and Factoring Expressions 3.2 Exclusive-OR and Equivalence Operations 3.3 The Consensus

More information

In Module 3, we have learned about Exclusive OR (XOR) gate. Boolean Expression AB + A B = Y also A B = Y. Logic Gate. Truth table

In Module 3, we have learned about Exclusive OR (XOR) gate. Boolean Expression AB + A B = Y also A B = Y. Logic Gate. Truth table Module 8 In Module 3, we have learned about Exclusive OR (XOR) gate. Boolean Expression AB + A B = Y also A B = Y Logic Gate Truth table A B Y 0 0 0 0 1 1 1 0 1 1 1 0 In Module 3, we have learned about

More information

Digital Logic (2) Boolean Algebra

Digital Logic (2) Boolean Algebra Digital Logic (2) Boolean Algebra Boolean algebra is the mathematics of digital systems. It was developed in 1850 s by George Boole. We will use Boolean algebra to minimize logic expressions. Karnaugh

More information

ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN. Week 2 Dr. Srinivas Shakkottai Dept. of Electrical and Computer Engineering

ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN. Week 2 Dr. Srinivas Shakkottai Dept. of Electrical and Computer Engineering ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Week 2 Dr. Srinivas Shakkottai Dept. of Electrical and Computer Engineering Boolean Algebra Boolean Algebra A Boolean algebra is defined with: A set of

More information

CHAPTER 5 KARNAUGH MAPS

CHAPTER 5 KARNAUGH MAPS CHAPTER 5 1/36 KARNAUGH MAPS This chapter in the book includes: Objectives Study Guide 5.1 Minimum Forms of Switching Functions 5.2 Two- and Three-Variable Karnaugh Maps 5.3 Four-Variable Karnaugh Maps

More information

Numbers & Arithmetic. Hakim Weatherspoon CS 3410, Spring 2012 Computer Science Cornell University. See: P&H Chapter , 3.2, C.5 C.

Numbers & Arithmetic. Hakim Weatherspoon CS 3410, Spring 2012 Computer Science Cornell University. See: P&H Chapter , 3.2, C.5 C. Numbers & Arithmetic Hakim Weatherspoon CS 3410, Spring 2012 Computer Science Cornell University See: P&H Chapter 2.4-2.6, 3.2, C.5 C.6 Example: Big Picture Computer System Organization and Programming

More information

CHAPTER 7 MULTI-LEVEL GATE CIRCUITS NAND AND NOR GATES

CHAPTER 7 MULTI-LEVEL GATE CIRCUITS NAND AND NOR GATES CHAPTER 7 MULTI-LEVEL GATE CIRCUITS NAND AND NOR GATES This chapter in the book includes: Objectives Study Guide 7.1 Multi-Level Gate Circuits 7.2 NAND and NOR Gates 7.3 Design of Two-Level Circuits Using

More information

LOGIC GATES. Basic Experiment and Design of Electronics. Ho Kyung Kim, Ph.D.

LOGIC GATES. Basic Experiment and Design of Electronics. Ho Kyung Kim, Ph.D. Basic Eperiment and Design of Electronics LOGIC GATES Ho Kyung Kim, Ph.D. hokyung@pusan.ac.kr School of Mechanical Engineering Pusan National University Outline Boolean algebra Logic gates Karnaugh maps

More information

Chapter 4: Combinational Logic Solutions to Problems: [1, 5, 9, 12, 19, 23, 30, 33]

Chapter 4: Combinational Logic Solutions to Problems: [1, 5, 9, 12, 19, 23, 30, 33] Chapter 4: Combinational Logic Solutions to Problems: [, 5, 9, 2, 9, 23, 3, 33] Problem: 4- Consider the combinational circuit shown in Fig. P4-. (a) Derive the Boolean expressions for T through T 4. Evaluate

More information

Show that the dual of the exclusive-or is equal to its compliment. 7

Show that the dual of the exclusive-or is equal to its compliment. 7 Darshan Institute of ngineering and Technology, Rajkot, Subject: Digital lectronics (2300) GTU Question ank Unit Group Questions Do as directed : I. Given that (6)0 = (00)x, find the value of x. II. dd

More information

CPE100: Digital Logic Design I

CPE100: Digital Logic Design I Professor Brendan Morris, SEB 3216, brendan.morris@unlv.edu CPE100: Digital Logic Design I Midterm01 Review http://www.ee.unlv.edu/~b1morris/cpe100/ 2 Logistics Thursday Oct. 5 th In normal lecture (13:00-14:15)

More information

UNIT 3 BOOLEAN ALGEBRA (CONT D)

UNIT 3 BOOLEAN ALGEBRA (CONT D) UNIT 3 BOOLEAN ALGEBRA (CONT D) Spring 2011 Boolean Algebra (cont d) 2 Contents Multiplying out and factoring expressions Exclusive-OR and Exclusive-NOR operations The consensus theorem Summary of algebraic

More information

L2: Combinational Logic Design (Construction and Boolean Algebra)

L2: Combinational Logic Design (Construction and Boolean Algebra) L2: Combinational Logic Design (Construction and Boolean Algebra) Acknowledgements: Lecture material adapted from Chapter 2 of R. Katz, G. Borriello, Contemporary Logic Design (second edition), Pearson

More information

DIGITAL ELECTRONICS & it0203 Semester 3

DIGITAL ELECTRONICS & it0203 Semester 3 DIGITAL ELECTRONICS & it0203 Semester 3 P.Rajasekar & C.M.T.Karthigeyan Asst.Professor SRM University, Kattankulathur School of Computing, Department of IT 8/22/2011 1 Disclaimer The contents of the slides

More information

Lecture 7: Karnaugh Map, Don t Cares

Lecture 7: Karnaugh Map, Don t Cares EE210: Switching Systems Lecture 7: Karnaugh Map, Don t Cares Prof. YingLi Tian Feb. 28, 2019 Department of Electrical Engineering The City College of New York The City University of New York (CUNY) 1

More information