Question

In: Computer Science

Which of the following is NOT available with a half adder? Sum Carry In Carry Out...

  1. Which of the following is NOT available with a half adder?
  1. Sum
  2. Carry In
  3. Carry Out
  4. None of the above

  1. For an 8x1 multiplexer, how many control signals/inputs are in need?
  1. 1    
  2. 2
  3. 3
  4. 4

  1. How many outputs are there for a decoder with 4 inputs (assuming no extra control signals/inputs)?
  1. 4
  2. 8
  3. 12
  4. 16

  1. After a logic right-shift (by one position), a given sequence 1100 1110 turns into
  1. 1100 1110
  2. 0110 0111
  3. 1110 0111
  4. 1001 1100

  1. After a logic left-shift (by two positions), a given sequence 1100 1110 turns into
  1. 1001 1100
  2. 1001 1101
  3. 0011 1000
  4. 0011 1001

  1. After an arithmetic right-shift (by one position), a given sequence 1100 1110 turns into
  1. 1100 1110
  2. 0110 0111
  3. 1110 0111
  4. 1001 1100

  1. Which of the following shifting operations may cause an overflow?
  1. Logic left-shift
  2. Logic right-shift
  3. Arithmetic left-shift
  4. Arithmetic right-shift

Solutions

Expert Solution

1.Which of the following is NOT available with a half adder?

B. Carry In

In half adder carry in property lacks.In half adder there are two inputs A and B and two outputs sum and carry out.Full adder has the property of carry in.

2.For an 8x1 multiplexer, how many control signals/inputs are in need?

C.3

For 8x1 multiplexer there are 3 control signals and 8 input lines.

3.How many outputs are there for a decoder with 4 inputs (assuming no extra control signals/inputs)?

D.16

For decoder output lines are 2^n where,n is input lines.So,for 4 input lines output lines will be 2^4 i.e 16.

4.After a logic right-shift (by one position), a given sequence 1100 1110 turns into?

B.0110 0111

as there is right shift by one positon so 0 will come first and then right shift.

5.After a logic left-shift (by two positions), a given sequence 1100 1110 turns into

D.1001 1100

as there is left shift so each bit will shift left and first bit from left is removed.

6.After an arithmetic right-shift (by one position), a given sequence 1100 1110 turns into

C.1110 0111

Aa in arithmetic right shift each bit moves to the right by one and the least significant bit is discarded and msb is filled with previous.

7.Which of the following shifting operations may cause an overflow?

D.Arithmetic right shift

Note:

I hope my answer met all your requirements.

THANK YOU!


Related Solutions

Q. Compare and contrast Ripple-Carry Adder and Carry-Look ahead Adder 1) In a 4-bit ripple-carry adder...
Q. Compare and contrast Ripple-Carry Adder and Carry-Look ahead Adder 1) In a 4-bit ripple-carry adder as shown in Figure 5.2, assume that each full-adder is implemented using the design as shown in Figure 3.11 (a) and each single logic gate (e.g., AND, OR, XOR, etc.) has a propagation delay of 10 ns. What is the earliest time this 4-bit ripple-carry adder can be sure of having a valid summation output? Explain how you reached your answer and how you...
Write the equations for carry-out bits for a 4-bit carry lookahead adder. Draw its diagram and...
Write the equations for carry-out bits for a 4-bit carry lookahead adder. Draw its diagram and label all the inputs and the outputs. Compare the delays of the 4-bit ripple-carry and 4-bit carry lookahead adders.
1) A. In a 1 bit half adder which design is the sizing of the transistor...
1) A. In a 1 bit half adder which design is the sizing of the transistor most area efficient, CMOS logic, transmission gate, or dynamic logic. Explain. B. If the W/L of the transistors at gate level are the same, which one will be the fastest driving the same amount of load. Explain. C. Which is the most power efficient?
What is the depth of a 24-bit ripple carry adder?
What is the depth of a 24-bit ripple carry adder?
What is the depth of a 24-bit ripple carry adder
What is the depth of a 24-bit ripple carry adder
Using the following VHDL code for an 8 bit adder, make the sum be displayed on...
Using the following VHDL code for an 8 bit adder, make the sum be displayed on the seven segment display of an Elbert V2 Spartan 3A FPGA Board. VHDL: library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity state_bit_adder is Port ( clk : in STD_LOGIC; reset : in STD_LOGIC;            D : in STD_LOGIC;            Enable : out STD_LOGIC_vector (2 downto 0);            input: in std_logic_vector(7 downto 0);            SUM: out...
1. Explain why a full adder requires a carry input, opposed to just a carry output....
1. Explain why a full adder requires a carry input, opposed to just a carry output. (I need short explain in a lab report) 2. Design (configure) an Astable Multivibrator using the 555 with the following characteristics: Astable Q T1 T2 Page 3 of 5 f = 1 kHz DUTY CYCLE = 60% As in industry, all values of resistors and capacitors are not available for implementing your design; only a discrete set of values are manufactured, and an even...
use LogiSim to implement Half Adder (HA) and Full Adder (FA) using Logic Gates. You will...
use LogiSim to implement Half Adder (HA) and Full Adder (FA) using Logic Gates. You will also implement a 4-bit adder/subtractor circuit using FA blocks provided by LogiSim. Save all circuits in one file o   Implement a FA as described in class using two XOR , two AND, and one OR gate. o   Implements a 4-bit adder capable of adding two 4-bit values (A3A2A1A0 and B3B2B1B0) using single FA blocks provided by LogiSim Simulate the circuit for ten random combinations of ‘A’...
1. How can you maximize the value of your firm? A) Carry out all available investment...
1. How can you maximize the value of your firm? A) Carry out all available investment projects; B) Maximize long-run cash flows and minimize the cost of capital; C) Maximize profits; 2. A firm should generally require the rate of return from a new project to be: A) equal to its cost of capital. B) less than its cost of capital. C) greater than its cost of capital. D) none of the above. D) Maximize future cash flows at any...
Carry out the following calculation with the correct number of sig figs. (24.324)(3.2122) – 9.3210 Carry...
Carry out the following calculation with the correct number of sig figs. (24.324)(3.2122) – 9.3210 Carry out the following calculation with the correct number of sig figs. (431.00791+52.5441) / 45.3200130
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT