Question: We know that is actually X * Y + X * Y . Given F below, answer the questions that follow. Remember that has the
We know that is actually X YXY Given F below, answer the questions that follow. Remember that has the lowest operator precedence.
FA BCA
Draw the circuit for F using an XOR gate for the operation.
Rewrite the expression, replacing the with the equivalent expression using ANDsORsNOTs Do not simplify this expression in any way.
Draw circuit for the revised expression in part b
Count the total number of gates from part a and compare them to the total number of gates from part c
Instead of using a negator and adder to perform subtraction, we can build a subtractor circuit using the same type of logic that we used to build the adder. The subtractor circuit computes the difference and borrow out. For an nbit subtractor, the leftmost subtraction can use a half subtractor while the rest of the subtractions will use a full subtractor. The half subtractor has two inputs the bit from X and from Y and two outputs, the difference and a borrow out. The full subtractor has three inputs a borrow in and the two outputs. See the truth tables below.
Xi Yi Bi Diffi Bi
Xi Yi Diffi Bi
Explain the logic of the two truth tables that is explain why the outputs are as shown
The circuit below is the implementation of a full subtractor. Like the full adder, it consists of two half subtractors plus an OR gate. Explain how it works.
Explain the changes you would make to adapt the unsigned multiplication circuit slide from the chapter power point notes into an unsigned division circuit.
A jukebox is controlled by a circuit to determine if it should play a selected song. The circuit outputs a under the following conditions, all of which must be true.
The jukebox is in active operating mode.
A legitimate song must have been selected. Songs are numbered but the input is a number from so numbers are not legal.
The user must have inserted payment.
The record containing the song and the turntable must be free of obstruction.
The circuit receives input as follow, outputting a if the above conditions are true.
Operating mode is denoted by variables mm and is off modemaintenance modeactive mode is not used.
The song selection is converted from a digit input into bit binary number denoted by variables iiiiiii where is a legal number.
Payment is one of credit card, coins or tokens. These are indicated through three variables: CC CS TS If any of these are the payment condition is fulfilled.
Four sensors detect obstructions: R record rack A moving arm T turntable and N turntable needle The condition requires that there are no obstructions.
Derive the Boolean expression for the circuit. Remember that the Boolean expression consists of Boolean variables m m i i CC CS TS R A T N and Boolean operators AND OR NOT, XOR not notation like or Provide the simplified version of the derived expression.
Draw the circuit from part a
Answer the following questions about the MUX.
Part of the MUX is a decoder so that each AND gate operates as a number recognizer What is a number recognizer and how does the AND gate recognize a number.
Why does a MUX have an OR gate? Why does it have only a single OR gate?
Explain in detail, but do not draw, a MUX that has selector bits and inputs. You can refer to these as sss and iiiiiiii if needed.
Draw the following circuits using SR flipflops. You do not need to draw either enable gates or the internal parts of the flipflops just the S R Q ~Q labels in the flipflops
bit left rotate
bit arithmetic right shift
We want to expand the bit ALU from the textbook and slide of the chapter power point notes to be a bit ALU but still with the same four functions. Answer the following.
How many columns of circuitry will the ALU have; of these, how many will contain a full adder and how many will contain a half adder?
How many total OR gates will the ALU have?
How many selector bits will the decoder portion of the ALU have?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
