Question

Design a circuit that computes F = 4.5A (4.5 times A) using a full adder. Input...

Design a circuit that computes F = 4.5A (4.5 times A) using a full adder. Input A is a 4-bit number (A3A2A1A0) and A is an even number. A3 is the MSB.

Homework Answers

Answer #1

Logical Table :

Input Output
Number A3 A2 A1 A0 Number F5 F4 F3 F2 F1 F0
0 0 0 0 0 0 0 0 0 0 0 0
2 0 0 1 0 9 0 0 1 0 0 1
4 0 1 0 0 18 0 1 0 0 1 0
6 0 1 1 0 27 0 1 1 0 1 1
8 1 0 0 0 36 1 0 0 1 0 0
10 1 0 1 0 45 1 0 1 1 0 1
12 1 1 0 0 54 1 1 0 1 1 0
14 1 1 1 0 63 1 1 1 1 1 1

K-map Solution:

F5 = A3

F4 = A2

F3 = A1

F2 = A3

F1 = A2

F0 = A1

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Q1)Design a 3-bit full adder by using a 8x3 Decoder., Q2)Design a digital circuit by using...
Q1)Design a 3-bit full adder by using a 8x3 Decoder., Q2)Design a digital circuit by using a 8x1 multiplexer implementing the following Boolean equation.F(A, B, C, D) =∑(2, 3, 5, 7, 8, 9, 12, 13, 14, 15)
Use contraction beginning with a 4-bit adder-subtractor with carry in, to design a 4-bit circuit without...
Use contraction beginning with a 4-bit adder-subtractor with carry in, to design a 4-bit circuit without carry out that increments its input by 0010 for input S=0 and decrements its input by 0010 for input S=1. Perform the design by designing the distinct 1-bit full adder cells needed and indicating the type of cell used in each of the four bit positions.
Design Half-adder and Full-adder circuits using truth tables. Use only 2-input NAND gates
Design Half-adder and Full-adder circuits using truth tables. Use only 2-input NAND gates
Design a 4-bit adder-subtractor circuit using the 4-bit binary Full adders (74LS83) and any necessary additional...
Design a 4-bit adder-subtractor circuit using the 4-bit binary Full adders (74LS83) and any necessary additional logic gates. The circuit has a mode input bit, M, that controls its operation. Specifically, when M=0, the circuit becomes a 4-bit adder, and when M=1, the circuit becomes a 4-bit subtractor that performs the operation A plus the 2’s complement of B.Where A and B are two 4-bits binary numbers. That is, * When M=0, we perform A+B, and we assume that both...
Design a Single cell 1 bit Carry propagate (or Ripple Carry Adder) full adder. a. Generate...
Design a Single cell 1 bit Carry propagate (or Ripple Carry Adder) full adder. a. Generate the truth table b. Using K-map or Boolean algebra, determine the logical expression for Carry out (C-out) and Sum (S) Outputs C. Draw the circuit diagram of the outputs in step b
Q/ Design a full adder using 2-input XOR, AND, and OR gates. Show all the steps...
Q/ Design a full adder using 2-input XOR, AND, and OR gates. Show all the steps including the truth table, output expressions/equations, simplifications etc.
Draw the black box diagram of a full adder (FA) showing the inputs and the outputs...
Draw the black box diagram of a full adder (FA) showing the inputs and the outputs Design a 1-bit full adder circuit Write the truth table Get the simplified function of the outputs using k-maps. Draw the circuit
Design a 1-bit Full adder using one 3-bit majority encoder and a set of NAND gates
Design a 1-bit Full adder using one 3-bit majority encoder and a set of NAND gates
Design a full 4-bit adder. Include analysis, explanation and simulation (can be in multisim, proteus or...
Design a full 4-bit adder. Include analysis, explanation and simulation (can be in multisim, proteus or liviwire).
What might be the purpose of using a full adder (rather than a half adder) for...
What might be the purpose of using a full adder (rather than a half adder) for the first "column" in a parallel adder circuit?
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT