
Question 9 5 pts (TCO 1) Determine the Boolean expression for the following gate SENSORA oUTEUT...
Question 21 5 pts (TCO 3) What VBScript Boolean operator could be used to replace the nested selection structure in this pseudocode? if empMedicalIns = "Y" then if empDentalIns = "Y" then print empIdNumber, empLastName, empFirstName endif endif XOR AND OR NOT Question 22 5 pts (TCO 3) Which of the following is a possible value for a Boolean expression? True -1 21 abcdefg Question 23 5 pts (TCO 3) Every decision you make in a computer program involves evaluating...
Problem 1. For following boolean expression: (AB)+(AC)+(ABC) a) Derive the gate schematic b) Simplify the boolean expression using i) Boolean Algebra simplification ii) Karnaugh Map simplification
FInd: XOR Gate
1. Truth table
2. Boolean Expression
3. Write pin # of gate using pin configuration
Findi 1. Truth Table 2. Boolean Expression 3. Write pin # of gate using pin Configuration BT QB o lo To
Question 9 5 pts Represent the following sentences by a Boolean equation. The elevator door should open (Z) if the elevator is stopped (A), it is level with the floor (B),and the timer has not expired (C), or if the elevator is stopped (A), it is level with the floor (B), and a button is pressed (D). Z-A+B+CA+B+D O Z-A.B.C.D ZEA+B+C+A+B+D ZEA.B.C+A.B.D Question 10 6 pts
with details and explanations
(15 Marks) 2. Implement the following Boolean expression using CMOS Transmission gate
(15 Marks) 2. Implement the following Boolean expression using CMOS Transmission gate
Question 5 5 pts (TCO 1) Which output waveform would be produced if Input1 and Input2 were the inputs to an AND gate? Input1 Input2 WavefomA WavefomB WavefomC WavefomD WaveformA WaveformB WaveformC WaveformD
(TCO 1) Examine the gates below with the measured inputs and outputs. Determine which gate contains a fault. 8 Gate A has a fault. Gate B has a fault Gate C has a fault Gate D has a fault
Question 3: For the logic circuit given below: A (3 pts) Write Boolean expression for output X. a. B b. (5 pts) Simplify above expression using Boolean Algebra (2 pts) Draw the digital circuit based on the simplified expression. C.
Question 1 5 pts (TCO 6) Referring to the block diagram below, which signal point is the automatic frequency control? W A E B G A A W X Y Z -ON
please specify each steps
6. Minimize the following boolean expression, X, using the Boolean Identities. (Hint: final expression has 3 terms and 5 literals) a. X(a, b, c) = a'bc + ((a'b' + b'c)'(a' + b'))' b. Draw the 2-level AND-OR gate network for the simplified expression of Y.