Determine the output of each of the following circuits, assuming that the upper input is 1 and the lower input is 0 What would be the output when the upper input is 0 and the lower input is 1?
a.
Explanation of Solution
Determine the output of the given circuit.
The stated diagram is shown below,
- To find the output of the circuit when the upper input is 1 and the lower input is 0, the diagram contains one XOR gate and inverter, so the Boolean operation of XOR gate and inverter is shown below:
The Boolean XOR operation is shown in table below,
Input 1 | Input 2 | Output |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
- First, 0 is the input of inverter which gives the output of inverter and this output of the inverter is the lower input of XOR gate.
The inverter operation is shown in table below,
Input | output |
1 | 0 |
0 | 1 |
- The lower input 0 is converted to 1 through inverter gate that means the lower input of XOR gate is 1.
The inputs of XOR gate are shown in Figure below,
- To represent the output of XOR gate, convert the input of XOR gate through Boolean operation, when both the inputs of XOR gate is 1, then the output of the XOR gate is 0 by Boolean operation XOR table.
Therefore, the required output of the given circuit is “0”.
Determine the output of the given circuit, when the upper input is 0 and the lower input is 1:
- To find the output of the circuit when the upper input is 0 and the lower input is 1, the diagram contains one XOR gate and inverter:
- First, 1 is the input of inverter which gives the output of the inverter and this output of the inverter is the lower input of XOR gate.
- The lower input 1 is converted to 0 through inverter gate, so the lower input of XOR gate is 0.
The inputs of XOR gate are shown in Figure below,
- To represent the output of XOR gate, convert the input of XOR gate through Boolean operation, when both the inputs of XOR gate is 0, then the output of the XOR gate is 1 by Boolean operation XOR table.
Therefore, the required output of the given circuit is “1”.
b.
Explanation of Solution
Determine the output of the given circuit.
The stated diagram is shown below,
- To find the output of the circuit when the upper input is 1 and the lower input is 0, the diagram contains one OR gate and one AND gate, so the Boolean operation of OR gate and one AND gate is shown below:
The Boolean OR operation is shown in table below,
Input 1 | Input 2 | output |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |
- First, 1 and 0 are the inputs of OR gate that give the output of the OR gate and this output of OR gate is the upper input of AND gate.
The Boolean AND operation is shown in table below,
Input 1 | Input 2 | output |
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
The upper input 1 and lower input 0 is converted to 1 through OR gate, so the upper input of AND gate is 1.
The inputs of AND gate are shown in Figure below,
- To represent the output of AND gate, convert the input of AND gate through Boolean operation, when the upper input is 1 and lower input is 0 of AND gate, then the output of the AND gate is 0 by Boolean operation AND table.
Therefore, the required output for the given circuit is “0”.
Determine the output of the given circuit, when the upper input is 0 and the lower input is 1:
- To find the output of the circuit when the upper input is 0 and the lower input is 1, the diagram contains one OR gate and one AND gate:
- First, 0 and 1 is the input of OR gate that gives the output of the OR gate which is the upper input of the AND gate.
The upper input 0 and lower input 1 is converted to 1 through OR gate, so the upper input of AND gate is 1.
The inputs of AND gate are shown in Figure below,
Figure (6)
- To represent the output of AND gate, convert the input of AND gate through Boolean operation, when both the inputs of AND gate is 1 then the output of the AND gate is 1 by Boolean operation AND table.
Therefore, the required output for the given circuit is “1”.
c.
Explanation of Solution
Determine the output of the given circuit:
The stated diagram is shown below,
- To find the output of the circuit when the upper input is 1 and the lower input is 0, the diagram contains two XOR gates, so the Boolean operation of XOR gates as shown below:
The Boolean XOR operation is shown in table below,
Input 1 | Input 2 | output |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
- First, 1 and 0 are the inputs of XOR gate that give the output of the first XOR gate which is the lower input of second XOR gate.
The upper input 1 and lower input 0 are converted to 1 through XOR gate, so the lower input of second XOR gate is 1.
The inputs of XOR gate are shown in Figure below,
- To represent the output of XOR gate, convert the input of XOR gate through Boolean operation, when both the inputs of XOR gate become 1, then the output of the XOR gate becomes 0 by Boolean operation XOR table.
Therefore, the required output for the given circuit is “0”.
Determine the output of the given circuit, when the upper input is 0 and the lower input is 1:
- To find the output of the circuit when the upper input is 0 and the lower input is 1, the diagram contains two XOR gates:
- First, 0 and 1 are the inputs of first XOR gate that give the output of the first XOR gate which is the lower input of second XOR gate.
The upper input 1 and lower input 0 are converted to 1 through XOR gate, so the lower input of second XOR gate is 1.
The inputs of XOR gate are shown in Figure below,
- To represent the output of XOR gate, convert the input of XOR gate through Boolean operation, when the upper input is 0 and lower input is 1 of XOR gate, then the output of the XOR gate is 1 by Boolean operation XOR table.
Therefore, the required output for the given circuit is “1”.
Want to see more full solutions like this?
Chapter 1 Solutions
Computer Science: An Overview (13th Edition) (What's New in Computer Science)
Additional Engineering Textbook Solutions
SURVEY OF OPERATING SYSTEMS
Introduction To Programming Using Visual Basic (11th Edition)
Modern Database Management
Concepts Of Programming Languages
Electric Circuits. (11th Edition)
Database Concepts (8th Edition)
- Determine the output for each of the following Boolean circuits.arrow_forwardDesign a combinational circuit that increments the 4-bit binary input. The output of the circuit is also represented as 4 bits. For example, if the input is 0011 then the output is 0100. Note: the increment of 1111 is 0000. Let the input variables be A, B, C, and D, while the output variables be W, X, Y, and Z. What is the boolean function (in sum of minterm format) of output W? What is the boolean function (in sum of minterm format) of output X? What is the boolean function (in sum of minterm format) of output Y? What is the boolean function (in sum of minterm format) of output Z?arrow_forwardDesign a combinational circuit with three inputs x, y, and z, and three outputs, A, B, and C. When the binary input is 0, 1, 2, or 3, the binary output is one greater than the input. For example, if the inputs are 000, the outputs are 001. When the binary input is 4, 5, 6, or 7, the binary output is two less than the input. For example, when inputs are100, the outputs are 010. Show the truth table for the inputs and outputs. please show all steps , dont just explainarrow_forward
- Find the output (Y) of the following circuit, and then design a simpler circuit having the same function: D B A- B B- DAD Yarrow_forwardfind the output of the given circuits. 5. x y 2 KANK x y x Aarrow_forwardA combinational circuit is one in which the output depends on the Select one: a. Input combination at that time and the previous input combination O b. Input combination and the previous output O. Present output and the previous output O d. Input combination at the timearrow_forward
- From the circuit below : A B- Cin -Cout a. From the input signal A,B,Cin draw the output signal S and Cout b. If possible, simplify the circuit and draw the simple circuit INPUTA INPUT INPUT- OUTRUT Coutarrow_forwardWrite the Boolean equation for the circuit below (no need to minimize: give the exact equation implemented in the circuit)arrow_forwardDesign a circuit with 3 inputs and 3 outputs, when the binary input is m0, m1, m2 and m3 the output is input plus two and when the input is m4, m5, m6 and m7 then the output is three less then input use k-Map to get the simplified circuit.arrow_forward
- 2. Write the Boolean equation directly from the following circuit. Aarrow_forwardAO- For the above given logic circuit, the output Y value is =1 when the inputs of A, B, and C are a. None of these O b. A=1, B=1, C=1 O c. A=1, B=1, C=0 O d. A=1, B=0, C=1arrow_forwardDesign a combinational circuit for four inputs in a way that if the input is less than 8, output will be 2 higher than the respective input. For the other inputs, outputs will be 1 lower than the respective inputs. Example: if input is 3 (0011), output will be 5(0101). But if input is 11 (1011), output will be 10 (1010).arrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education