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)
- What is cloud computing and why do we use it? Give one of your friends with your answer.arrow_forwardWhat are triggers and how do you invoke them on demand? Give one reference with your answer.arrow_forwardDiscuss with appropriate examples the types of relationships in a database. Give one reference with your answer.arrow_forward
- Determine the velocity error constant (k,) for the system shown. + R(s)- K G(s) where: K=1.6 A(s+B) G(s) = as²+bs C(s) where: A 14, B =3, a =6. and b =10arrow_forward• Solve the problem (pls refer to the inserted image)arrow_forwardWrite .php file that saves car booking and displays feedback. There are 2 buttons, which are <Book it> <Select a date>. <Select a date> button gets an input from the user, start date and an end date. Book it button can be pressed only if the start date and ending date are chosen by the user. If successful, it books cars for specific dates, with bookings saved. Booking should be in the .json file which contains all the bookings, and have the following information: Start Date. End Date. User Email. Car ID. If the car is already booked for the selected period, a failure message should be displayed, along with a button to return to the homepage. In the booking.json file, if the Car ID and start date and end date matches, it fails Use AJAX: Save bookings and display feedback without page refresh, using a custom modal (not alert).arrow_forward
- Write .php file with the html that saves car booking and displays feedback. Booking should be in the .json file which contains all the bookings, and have the following information: Start Date. End Date. User Email. Car ID. There are 2 buttons, which are <Book it> <Select a date> Book it button can be pressed only if the start date and ending date are chosen by the user. If successful, book cars for specific dates, with bookings saved. If the car is already booked for the selected period, a failure message should be displayed, along with a button to return to the homepage. Use AJAX: Save bookings and display feedback without page refresh, using a custom modal (not alert). And then add an additional feature that only free dates are selectable (e.g., calendar view).arrow_forward• Solve the problem (pls refer to the inserted image) and create line graph.arrow_forwardwho started the world wide webarrow_forward
- Question No 1: (Topic: Systems for collaboration and social business The information systems function in business) How does Porter's competitive forces model help companies develop competitive strategies using information systems? • List and describe four competitive strategies enabled by information systems that firms can pursue. • Describe how information systems can support each of these competitive strategies and give examples.arrow_forwardData communıcatıon digital data is transmitted via analog ASK and PSK are used together to increase the number of bits transmitted a)For m=8,suggest a solution and define signal elements , and then draw signals for the following sent data data = 0 1 0 1 1 0 0 0 1 0 1 1arrow_forwardDatacommunicationData = 1 1 0 0 1 0 0 1 0 1 1 1 1 0 0a) how many bıts can be detected and corrected by this coding why prove?b)what wıll be the decision of the reciever if it recieve the following codewords why?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