Sie sind auf Seite 1von 3

LogicDesign1 1. Convert the following binary numbers to base 10.

a. 10101101 = 173 b. 110110.1 = 54.1 2. How AND gate can be realized using NOR gate?

The NOR gate can also be classed as a "Universal" type gate. NOR gates can be used to produce any other type of logic gate function just like the NAND gate and by connecting them together in various combinations the three basic gate types of AND function can be formed using only NOR's, for example.

3. Simplify the following three-variable Boolean functions algebraically: a.f = 1,2,5,6 b. f = 0,1,2,3

4. Draw the circuit for 3-to-8 line decoder.

5. Write a short note on J-K Master Slave Flip-Flop. The Master-Slave Flip-Flop is basically two JK bistable flip-flops connected together in a series configuration with the outputs from Q and Q from the "Slave" flip-flop being fed back to the inputs of the "Master" with the outputs of the "Master" flip-flop being connected to the two inputs of the "Slave" flip-flop as shown below. Master-Slave JK Flip-Flops

The input signals J and K are connected to the "Master" flip-flop which "locks" the input while the clock (Clk) input is high at logic level "1". As the clock input of the "Slave" flip-flop is the inverse (complement) of the "Master" clock input, the outputs from the "Master" flipflop are only "seen" by the "Slave" flip-flop when the

clock input goes "LOW" to logic level "0". Therefore on the "High-to-Low" transition of the clock pulse the locked outputs of the "Master" flip-flop are fed through to the JK inputs of the "Slave" flip-flop making this type of flip-flop edge or pulse-triggered. Then, the circuit accepts input data when the clock signal is "HIGH", and passes the data to the output on the falling-edge of the clock signal. In other words, the Master-Slave JK Flip-flop is a "Synchronous" device as it only passes data with the timing of the clock signal. 6. Convert the following decimal numbers to base 2: a. 122 = (1111010) b. 98 = (1100010) 7.List the fundamental logical gates. //////////////////////////////////////////////////////// For full Version visit http://smudeassignments.blogspot.com/

This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. ///////////////////////////////////////////////////////

Das könnte Ihnen auch gefallen