Question

In: Computer Science

If you were to design an air conditioning unit for your home, what electronics design elements...

  1. If you were to design an air conditioning unit for your home, what electronics design elements would you incorporate (gates, input signals, output signals, feedback signals, etc.). Be as detailed as possible.

  2. If you were an IC chip designer, what would be the steps to take to minimize the amount of gates used. Why is that important?

  3. In one paragraph, why do you think learning about this branch of electronics, that is, digital electronics, is important?

    Problem 1. For following boolean expressions. 3 Points (1.5 point for each K and L):

    K = (AB)(A+B)C

    Hint: (A+B) = A B

    L = AB(C+D)

    Hint: (C+D) = C D and (AB) = A +B

  4. Derive the gate schematic. Do not simplify either the expression nor the gate schematic.

  5. Simplify the boolean expression using Boolean Algebra simplification

  6. Derive the gate schematic after your simplification from b)



























  7. Problem 2: Complete the following table. Show your work. Remember, no credit will be given if no work is shown.

    1 Point (0.25 point each).

    Binary

    Decimal

    27

    10110101

    999

    10101010






























    Problem 3. From the schematic below,

  8. What would the circuit look like, if only inverting gates (NAND or NOR gates) were used? 1 point.

  9. Why would this be preferred, over using non-inverting gates? 1 point.





























  10. Problem 4: For the truth table shown below,

  11. Obtain the circuit gate schematic. Simplify the schematic as much as possible. 1 Point.

  12. Obtain the boolean expression. Simplify the expression as much as possible. 1 Point.

  13. A

    B

    C

    Output

    0

    0

    0

    0

    0

    0

    1

    1

    0

    1

    0

    0

    0

    1

    1

    1

    1

    0

    0

    1

    1

    0

    1

    1

    1

    1

    0

    1

    1

    1

    1

    1































    Problem 5. For each of the following boolean equations. 3 Points (1 Point for each i, ii, and iii):

  14. Construct the truth table.  

  15. Can the expression get more simplified? If so, how?

  16. i=xyz+xyz

    ii=x +xz+xyz

    iii=x y z+yz+z

















    Problem 6.

  17. Draw out a NOR SR Latch by hand, showing S, R, Q, and Qbar signals. 1 Point.

  18. Obtain the truth table of a NOR SR latch, showing all four modes on output Q. Those four modes include: Invalid, Hold, Set, and Reset. 1 Point.

  19. If you were to connect LEDs to Q and Qbar, and set S to HIGH, as well as R to HIGH, which LED(s) would be on? 1 Point






  20. Bonus. Up to 0.3 Points. Points will be added at the end of the semester after the final examination, and will benefit your final grade:

  21. If you wish to do so, you may express any thoughts, considerations, concerns, or compliments you may have at this point.

  22. What can be done, in order to improve this course for this and future semesters, if it is going to be offered virtually?

  23. If you could change the world, would you change it, or would you change yours?






























Solutions

Expert Solution

Answer

Problem 1. For following boolean expressions. 3 Points (1.5 point for each K and L):
K = (AB)(A+B)C
Hint: (A+B) = A B
L = AB(C+D)
Hint: (C+D) = C D and (AB) = A +B

Derive the gate schematic. Do not simplify either the expression nor the gate schematic.Simplify the Boolean expression using Boolean Algebra simplification.Derive the gate schematic after your simplification from b)

K = (AB)(A+B)C

K = (AB)(A+B)C
Hint: (A+B) = A B

SUBSTITUTING

A+B=AB

K=AB.AB.C =ABC

Simplified gate schematic

L=AB(C+D)

L = AB(C+D)
Hint: (C+D) = C D and (AB) = A +B

SUBSTITUTING

(C+D) = C D and (AB) = A +B

L=(A+B)CD


Problem 2: Complete the following table. Show your work. Remember, no credit will be given if no work is shown.1 Point (0.25 point each).

Decimal

00011011

10110101

1111100111

10101010

Decimal

27

181

999

170

Problem 3. From the schematic below, What would the circuit look like, if only inverting gates (NAND or NOR gates) were used? 1 point. Why would this be preferred, overusing non-inverting gates? 1 point.

NAND gate and NOR gate are universal gates,i.e. the combinations of universal gates can be used to get the basic operations. It can be used to form an inverter, an OR gate or an AND gate. The non-inverting gates like do not have this versatility since they can't produce an invert.

Problem 4: For the truth table shown below, Obtain the circuit gate schematic. Simplify the schematic as much as possible. 1 Point. Obtain the boolean expression. Simplify the expression as much as possible. 1 Point.

ABC

OUTPUT

000

001

010

011

100

101

110

111

0

1

0

1

1

1

1

1


K-map and final expression for the output in the truth table

Output =A+C



Problem 5. For each of the following boolean equations. 3 Points (1 Point for each i, ii, and iii):

Construct the truth table. Can the expression get more simplified? If so, how?

i=xyz+xyz
ii=x +xz+xyz
iii=x y z+yz+z

x y z xyz i xz xz+xyz ii yz xyz+yz iii
0 0 0 0 0 0 0 0 0 0 0
0 0 1 0 0 0 0 0 0 0 1
0 1 0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 0 1 1 1
1 0 0 0 0 0 0 1 0 0 0
1 0 1 0 0 1 1 1 0 0 1
1 1 0 0 0 0 0 1 0 0 0
1 1 1 1 1 1 1 1 1 1 1

simplified expression

i=xyz+xyz =xyz

ii=x+xz+xyz=x(1+z)+xyz =x+xyz =x(1+yz) = x
--1+x =1

iii = xyz + yz + z =z(yz +z+1 ) =z



Problem 6.

Draw out a NOR SR Latch by hand, showing S, R, Q, and Qbar signals. 1 Point.

Obtain the truth table of a NOR SR latch, showing all four modes on output Q. Those four modes include Invalid, Hold, Set, and Reset. 1 Point.

Truth table

S R Q Q' State
0 0 NC NC Hold
0 1 0 1 Latch RESET
1 0 1 0 Latch SET
1 1 X X Invalid

If you connect LEDs to Q and Qbar, and set S to HIGH, as well as R to HIGH, which LED(s) would be in an invalid state.


Related Solutions

If you were to design an air conditioning unit for your home, what electronics design elements...
If you were to design an air conditioning unit for your home, what electronics design elements would you incorporate (gates, input signals, output signals, feedback signals, etc). Be as detailed as possible.
(a) The air conditioning unit of a car is operating on a summer day when the...
(a) The air conditioning unit of a car is operating on a summer day when the temperature is 37°C. It cools the air to 6°C using 3kW of power output. The A/C has a COP of 4. Find the mass flow rate of the cold air that the A/C unit can provide on that particular day. (15 points) (b) A building freezer that is used to freeze vegetables requires 40 tons of refrigeration to keep the food frozen. The temperature...
5. You are an air-conditioning systems designer, and you have been tasked with developing an air-conditioning...
5. You are an air-conditioning systems designer, and you have been tasked with developing an air-conditioning system (cooling only) for lecture theatre building 32 on ECU’s Joondalup Campus. As a first step you will need to develop a model of the system, explain how you would go about this by providing answers to the following: a. The steps that you would take when developing a mathematical model of the system and what information you would need b. List all of...
Air enters an air conditioning unit at 32oC, 80% relative humidity, and with a mass flowrate...
Air enters an air conditioning unit at 32oC, 80% relative humidity, and with a mass flowrate of 12 kg/min. It is to be conditioned to 25oC and 50% relative humidity. In order to do this, part of the moisture in the air must be removed as condensate at 30oC. Be able to draw the path that the atmospheric air takes on the psychrometric chart. Find a. The rate of moisture removal from the air, mw  b. The rate of...
Quality Air Conditioning manufactures three home air conditioners: an economy model, a standard model, and a...
Quality Air Conditioning manufactures three home air conditioners: an economy model, a standard model, and a deluxe model. The profits per unit are $65, $97, and $139, respectively. The production requirements per unit are as follows: Number of Fans Number of Cooling Coils Manufacturing Time (hours) Economy 1 1 8 Standard 1 2 12 Deluxe 1 4 14 For the coming production period, the company has 350 fan motors, 360 cooling coils, and 3000 hours of manufacturing time available. How...
An air conditioning company manufactures three home air conditioners: a regular model, a super model, and...
An air conditioning company manufactures three home air conditioners: a regular model, a super model, and a deluxe model. The profits per unit are $50, $70, and $140, respectively. The production requirements per unit and the availability of the three resources are given below: Regular Model Super Model Deluxe Model Available Number of fans 1 1 1 420 Number of cooling coils 1 2 4 650 Manufacturing Time 10 15 20 4500 hours How many regular models, super models, and...
Quality Air Conditioning manufactures three home air conditioners: an economy model, a standard model, and a...
Quality Air Conditioning manufactures three home air conditioners: an economy model, a standard model, and a deluxe model. The profit per unit are $63, $95, and $135, respectively. The production requirements per unit are as follows.        Number       Number of           Manufacturing    of Fans Cooling Coils Time (hours) Economy   1           1               8 Standard   1           2               12 Deluxe   1           4               14 For...
Quality Air Conditioning manufactures three home air conditioners: an economy model, a standard model, and a...
Quality Air Conditioning manufactures three home air conditioners: an economy model, a standard model, and a deluxe model. The profits per unit are $63, $95, and $135, respectively. The production requirements per unit are as follows: Number of Fans Number of Cooling Coils Manufacturing Time (hours) Economy Economy   1 1 8 Standard 1 2 12 Deluxe 1 4 14 For the coming production period, the company has 200 fan motors, 320 cooling coils, and 2400 hours of manufacturing time available....
Quality Air Conditioning manufactures three home air conditioners: an economy model, a standard model, and a...
Quality Air Conditioning manufactures three home air conditioners: an economy model, a standard model, and a deluxe model. The profits per unit are $69, $91, and $127, respectively. The production requirements per unit are as follows: Number of Fans Number of Cooling Coils Manufacturing Time (hours) Economy 1 1 8 Standard 1 2 12 Deluxe 1 4 14 For the coming production period, the company has 200 fan motors, 340 cooling coils, and 2800 hours of manufacturing time available. How...
Quality Air Conditioning manufactures three home air conditioners: an economy model, a standard model, and a...
Quality Air Conditioning manufactures three home air conditioners: an economy model, a standard model, and a deluxe model. The profits per unit are $59, $89, and $137, respectively. The production requirements per unit are as follows: Number of Fans Number of Cooling Coils Manufacturing Time (hours) Economy 1 1 8 Standard 1 2 12 Deluxe 1 4 14 For the coming production period, the company has 250 fan motors, 380 cooling coils, and 2600 hours of manufacturing time available. How...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT