Reference no: EM131381668
Assignment
1. For the following circuits, put them into Product of Maxterms and Sum of Minterms forms. I do not care which of the two ways I mentioned you use to do it (make a truth table, or manipulate into product of sums/sum of products form). Remember that for complex equations, you may want to evaluate subfunctions first.
a. G = A‾*B*C‾*D+D*C‾(A‾+B‾)+A‾*C(B‾+D‾)+A*B‾*C‾*D
b. F = [{(A⊕D)*C}‾+B)*{A‾*B+(C*D)‾}]‾ note: there is no XNOR here, but there are 3 NANDs.
c. H = B‾*C(A⊕D)‾+A*B‾*C‾*D+[A‾*C‾*D+D*B‾(A‾+C‾)]‾
2. We wish to implement the following circuit:
A jet has 4 engines, A and B on the left wing, C and D on the right wing. Each engine gives a FAIL signal which is TRUE if the engine is broken, and is FALSE if the engine is working fine. The plane can fly as long as at most 1 engine on each wing is broken. We want a signal EMERGENCY, which is true if the plane can no longer fly.
a. Would the Sum of Minterms or Product of Maxterms be smaller for this circuit?
b. Write the Boolean equation for EMERGENCY. It should be in the format identified in 2a above (Sum of Mintenns or Product of Maxterms, whichever is smaller)
c. Draw a schematic for your equation using only NAND or only NOR gates, whichever results in less logic.
3. For the circuit given below, show the output ("F") waveform for the transition (A=0,B=1,C=0) to (A=1,B=1,C=0). Assume all gates (inverters, ANDs, ORs, XORs) have a delay of 5ns. Reminder: You cannot calculate F directly. You must figure out the internal signals first.

4. For the following truth tables, provide the corresponding Boolean equation. Do not simplify the equations.
A
|
B
|
C
|
Output 1
|
0
|
0
|
0
|
0
|
0
|
0
|
1
|
1
|
0
|
1
|
0
|
0
|
0
|
1
|
1
|
0
|
1
|
0
|
0
|
1
|
1
|
0
|
1
|
0
|
1
|
1
|
0
|
1
|
1
|
1
|
1
|
0
|
A
|
B
|
C
|
Output 1
|
0
|
0
|
0
|
0
|
0
|
0
|
1
|
1
|
0
|
1
|
0
|
0
|
0
|
1
|
1
|
0
|
1
|
0
|
0
|
1
|
1
|
0
|
1
|
0
|
1
|
1
|
0
|
1
|
1
|
1
|
1
|
0
|
A
|
B
|
Output 3
|
0
|
0
|
1
|
0
|
1
|
1
|
1
|
0
|
0
|
1
|
1
|
I
|
Arrays module to read user input from terminal window
: Use the Scanner class as shown in the video of the Arrays module to read user input from the terminal window. You must define the methods listed below in your program. Make sure to keep the keyword "static" when you define the methods (we will lea..
|
Check the necessary assumptions and conditions
: You check with 80 of his customers and find that 27 have wells less than 100 feet deep. What do you conclude about his claim?
|
Are all three frozen pizzas perceived as equally tasty
: Fifty people take part in the study, and the results include SSTR = 128,899, SSBL = 538,217, and SSE = 42,223,987. Based on these results, are all three frozen pizzas perceived as equally tasty?
|
Major operating systems in terms of design goals
: Compare and contrast two major operating systems in terms of design goals, memory, process, device, file, security, and network management. 3-5 pages with (5-7) references.
|
Provide the corresponding boolean equation
: For the following truth tables, provide the corresponding Boolean equation. Do not simplify the equations. Write the Boolean equation for EMERGENCY. It should be in the format identified in 2a above.
|
Old computer to a new computer
: Have you ever transferred all your stored data from an old computer to a new computer? How careful did you have to be? How strenuous was the whole ordeal? Now, imagine transferring the data of an entire organization from one system to another. Or,..
|
Is the average rent is equal in the four cities studied
: Following is a computer output of an analysis of variance based on randomly chosen rents in four cities. Do you believe that the average rent is equal in the four cities studied? Explain.
|
Distance from a vertex a to itself has distance
: Define the distance from a to b to be the length of the path withthe shortest length. Note that the distance from a vertex a to itself has distance c(a).
|
Connection before and after the change
: Ernesto use to administered a 10 channel FDM that shared a T3. The company decided to replace the FDM with a TDM that is capable of handling 10 connections to share the T3. What is the effective bandwidth for each connection before and after the ch..
|