ENGR_354_Homework_6
pdf
keyboard_arrow_up
School
Walla Walla University *
*We aren’t endorsed by this school
Course
354
Subject
Electrical Engineering
Date
Apr 3, 2024
Type
Pages
4
Uploaded by froelichcaleb
ENGR 354 - Homework 6
Due: 10/14/2019
Problem 1:
Construct a truth table for the circuit below, listing the inputs on the left and the
output on the right.
x
y
f
0
0
0
0
1
1
1
0
1
1
1
0
Problem 2:
Download and install the Logisim circuit simulator (link on course web page) onto
your own personal computer – or – simulate with Falstad or another logic simulator. Test all
combinations of inputs and outputs.
ENGR 354 - Homework 6
Due: 10/14/2019
Problem 3:
Build the circuit using your logic kit. Note the suggested guidelines on the course
web page on how to construct a circuit using your logic kit. Before you begin wiring, write the pin
numbers from the IC (74HC00) on your circuit diagram.
No major issues were encountered in the design of the circuit. I created a sketch that looked like
this:
44
Then, I wrote the pin numbers from the IC (74HC00) on the circuit diagram.
I tested one of the NAND inputs to ensure that it was working as I expected it to. Then, I wired
up the NAND gate on my breadboard and attached leads to connect my input-output board to
the circuit. The result is shown in the next question.
Problem 4:
Test your circuit by wiring the inputs to switches and the output to an LED.
I tested each of the four (4) cases in the truth table. The cases are shown beginning on the next
page.
ENGR 354 - Homework 6
Due: 10/14/2019
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
ENGR 354 - Homework 6
Due: 10/14/2019
Related Questions
SUBJECT: DIGITAL DESIGN AND LOGIC CIRCUITS FOR COMPUTER ENGINEERS
TOPIC: LOGIC DESIGN USING DECODER AND MUTLIPLEXER
NOTE: I need full complete solution and correct. Thanks you so much. Please help me!!
1. Implement the logic function
F(A, B, C) = AB' + BC + A'C' using 3x8 Decoder.
2. Implement the logic function
F(A, B, C) = AB' + BC + A'C' using multiplexer.
3. Design 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. When the binary input is 4, 5, 6, or 7, the binary output is two less than the
input. Implement your design using multiplexer.
arrow_forward
Hello Sir,Good Evening
I have a question in my home work related mechatronics lesson. The following below is my question. Please advise thank you.
arrow_forward
I was able to fill out the truth table for part A. I ONLY need help for PART B.
B) Implement the logic function (z) using the multiplexer 74HC151 shows in the picture.
arrow_forward
H.W: Reduce the combinational logic circuit in Figure below to a
minimum form.
arrow_forward
Design a combinational circuit using multiplexer for a car chime based on thefollowing system: A car chime or bell will sound if the output of the logic circuit(X) is set to a logic ‘1’. The chime is to be sounded for either of the followingconditions:• if the headlights are left on when the engine is turned off and• if the engine is off and the key is in the ignition when the door is opened.Use the following input names and nomenclature in the design process:• ‘E’ – Engine. ‘1’ if the engine is ON and ‘0’ if the engine is OFF• ‘L’ – Lights. ‘1’ if the lights are ON and ‘0’ if the lights are OFF• ‘K’ – Key. ‘1’ if the key is in the ignition and ‘0’ if the key is not in the ignition• ‘D’ – Door. ‘1’ the door is open and ‘0’ if the door is closed• ‘X’ – Output to Chime. ‘1’ is chime is ON and ‘0’ if chime is OFF
arrow_forward
The numbers from 0-9 and a no characters
is the Basic 1 digit seven segment display
* .can show
False
True
In a (CA) method of 7 segments, the
anodes of all the LED segments are
* "connected to the logic "O
False
True
Some times may run out of pins on your
Arduino board and need to not extend it
* .with shift registers
True
False
arrow_forward
Hello expert, I need a solution for the choices,
but I need you to clarify the correct choice by
drawing a diagram or image of the EMU8086
processor.
Q1:Choose the correct answer for the following sentences
1. The 8086 microprocessor has ---- data pin's
2. The 8086 microprocessor has
d. 32
a. 8 b. 16
c. 20
a. 16 b. 8
c. 32 d. 20
3. SP &
a. BP b. IP
address pin's
used with stack segment register (SS) to access memory within the stack segment
c. SI d. DI
4. If CS= 002AH and IP- 0023H, the physical address is -----
a. 002C3H b. 0023H1 c. 002A1H d. 0023H
5. POP instruction used to
a. Read b. Write c. Reset
the stack
d. Set
6. PIC16F877A microcontroller has ------ digital I/O ports
a. 2 b. 4 c. 5 d. 8
7. PIC16F877A microcontroller has analog multiplexed ports
b. 2 b. 4 c. 5 d. 8
8.
used to control the brightness of LED connected to Arduino
a. Analog input b. analog output c. digital input d. digital output
9. The content of SP -------when execute PUSH instruction
a. Increased by 2 b.…
arrow_forward
Consider the circuit below. The switches are controlled by
logic variables such that, if A is high, switch A is closed,
and if A is low, switch A is open. Conversely, if B is high,
the switch labeled is open, and if B is low, the switch
labeled is closed. The output variable is high if the output
voltage is 5V, and the output variable is low if the output
voltage is zero.
a. Write a logic expression for the output variable.
b. Construct the truth table for the circuit.
A
Logic 1
5V(+
B
C
Logic 0
R
arrow_forward
Q1/ Draw the logic circuit after simplify the circuit show
below using K. map:
A
Y.
C-
Add filo
B.
arrow_forward
#7. A,b,c
arrow_forward
pls illustrate
arrow_forward
Design a logic circuit that illustrates Rule 11 of Boolean algebra:
A+ AB = A + B
A pulse generator is used to represent the input A and a switch is used for the input
B. Switch B is open for B = 1 and closed for B = 0. Draw the logic circuit. Also, draw
the timing diagrams for the following scenarios:
i. B = 0
ii.
B = 1
arrow_forward
Design a combinational circuit with four input lines that represent a decimal digit in BCD and four output lines that generate the 9's complement of the input digit. Provide a fifth output that detects an error in the input BCD number. This output should be equal to logic 1 when the four inputs have one of the unused combinations of the BCD code. Provide a schematic logic diagram of it. It will surely help me in my review. Thank you so much!
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
![Text book image](https://www.bartleby.com/isbn_cover_images/9781133702818/9781133702818_smallCoverImage.gif)
Related Questions
- SUBJECT: DIGITAL DESIGN AND LOGIC CIRCUITS FOR COMPUTER ENGINEERS TOPIC: LOGIC DESIGN USING DECODER AND MUTLIPLEXER NOTE: I need full complete solution and correct. Thanks you so much. Please help me!! 1. Implement the logic function F(A, B, C) = AB' + BC + A'C' using 3x8 Decoder. 2. Implement the logic function F(A, B, C) = AB' + BC + A'C' using multiplexer. 3. Design 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. When the binary input is 4, 5, 6, or 7, the binary output is two less than the input. Implement your design using multiplexer.arrow_forwardHello Sir,Good Evening I have a question in my home work related mechatronics lesson. The following below is my question. Please advise thank you.arrow_forwardI was able to fill out the truth table for part A. I ONLY need help for PART B. B) Implement the logic function (z) using the multiplexer 74HC151 shows in the picture.arrow_forward
- H.W: Reduce the combinational logic circuit in Figure below to a minimum form.arrow_forwardDesign a combinational circuit using multiplexer for a car chime based on thefollowing system: A car chime or bell will sound if the output of the logic circuit(X) is set to a logic ‘1’. The chime is to be sounded for either of the followingconditions:• if the headlights are left on when the engine is turned off and• if the engine is off and the key is in the ignition when the door is opened.Use the following input names and nomenclature in the design process:• ‘E’ – Engine. ‘1’ if the engine is ON and ‘0’ if the engine is OFF• ‘L’ – Lights. ‘1’ if the lights are ON and ‘0’ if the lights are OFF• ‘K’ – Key. ‘1’ if the key is in the ignition and ‘0’ if the key is not in the ignition• ‘D’ – Door. ‘1’ the door is open and ‘0’ if the door is closed• ‘X’ – Output to Chime. ‘1’ is chime is ON and ‘0’ if chime is OFFarrow_forwardThe numbers from 0-9 and a no characters is the Basic 1 digit seven segment display * .can show False True In a (CA) method of 7 segments, the anodes of all the LED segments are * "connected to the logic "O False True Some times may run out of pins on your Arduino board and need to not extend it * .with shift registers True Falsearrow_forward
- Hello expert, I need a solution for the choices, but I need you to clarify the correct choice by drawing a diagram or image of the EMU8086 processor. Q1:Choose the correct answer for the following sentences 1. The 8086 microprocessor has ---- data pin's 2. The 8086 microprocessor has d. 32 a. 8 b. 16 c. 20 a. 16 b. 8 c. 32 d. 20 3. SP & a. BP b. IP address pin's used with stack segment register (SS) to access memory within the stack segment c. SI d. DI 4. If CS= 002AH and IP- 0023H, the physical address is ----- a. 002C3H b. 0023H1 c. 002A1H d. 0023H 5. POP instruction used to a. Read b. Write c. Reset the stack d. Set 6. PIC16F877A microcontroller has ------ digital I/O ports a. 2 b. 4 c. 5 d. 8 7. PIC16F877A microcontroller has analog multiplexed ports b. 2 b. 4 c. 5 d. 8 8. used to control the brightness of LED connected to Arduino a. Analog input b. analog output c. digital input d. digital output 9. The content of SP -------when execute PUSH instruction a. Increased by 2 b.…arrow_forwardConsider the circuit below. The switches are controlled by logic variables such that, if A is high, switch A is closed, and if A is low, switch A is open. Conversely, if B is high, the switch labeled is open, and if B is low, the switch labeled is closed. The output variable is high if the output voltage is 5V, and the output variable is low if the output voltage is zero. a. Write a logic expression for the output variable. b. Construct the truth table for the circuit. A Logic 1 5V(+ B C Logic 0 Rarrow_forwardQ1/ Draw the logic circuit after simplify the circuit show below using K. map: A Y. C- Add filo B.arrow_forward
- #7. A,b,carrow_forwardpls illustratearrow_forwardDesign a logic circuit that illustrates Rule 11 of Boolean algebra: A+ AB = A + B A pulse generator is used to represent the input A and a switch is used for the input B. Switch B is open for B = 1 and closed for B = 0. Draw the logic circuit. Also, draw the timing diagrams for the following scenarios: i. B = 0 ii. B = 1arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
![Text book image](https://www.bartleby.com/isbn_cover_images/9781133702818/9781133702818_smallCoverImage.gif)