logo

CuriousTab

CuriousTab

Discussion


Home Digital Electronics Digital Arithmetic Operations and Circuits Comments

  • Question
  • What is the difference between a full-adder and a half-adder?


  • Options
  • A. Half-adder has a carry-in.
  • B. Full-adder has a carry-in.
  • C. Half-adder does not have a carry-out.
  • D. Full-adder does not have a carry-out.

  • Correct Answer
  • Full-adder has a carry-in. 


  • Digital Arithmetic Operations and Circuits problems


    Search Results


    • 1. Adding in binary, a decimal 26 + 27 will produce a sum of:

    • Options
    • A. 111010
    • B. 110110
    • C. 110101
    • D. 101011
    • Discuss
    • 2. Solve this binary problem:

    • Options
    • A. 1001
    • B. 0110
    • C. 0111
    • D. 0101
    • Discuss
    • 3. What is the correct output of the adder in the given figure, with the outputs in the order:


    • Options
    • A. 10111
    • B. 11101
    • C. 01101
    • D. 10011
    • Discuss
    • 4. What is the most important operation in binary-coded decimal (BCD) arithmetic?

    • Options
    • A. addition
    • B. subtraction
    • C. multiplication
    • D. division
    • Discuss
    • 5. Using 4-bit adders to create a 1See Section 6-bit adder:

    • Options
    • A. requires 16 adders.
    • B. requires 4 adders.
    • C. requires the carry-out of the less significant adder to be connected to the carry-in of the next significant adder.
    • D. requires 4 adders and the connection of the carry out of the less significant adder to the carry-in of the next significant adder.
    • Discuss
    • 6. In VHDL, what is a GENERATE statement?

    • Options
    • A. The start statement of a program
    • B. Not used in VHDL or ADHL
    • C. A way to get the computer to generate a program from a circuit diagram
    • D. A way to tell the compiler to replicate several components
    • Discuss
    • 7. Divide the following binary numbers.

    • Options
    • A. 0000  0010    0000  0010    1000  1111
    • B. 0000  0010    0001  0010    0000  0100
    • C. 0000  0011    0000  0010    0000  0100
    • D. 0000  0010    0000  0010    0000  0100
    • Discuss
    • 8. An 8-bit register may provide storage for two's-complement codes within which decimal range?

    • Options
    • A. +128 to ?128
    • B. ?128 to +127
    • C. +128 to ?127
    • D. +127 to ?127
    • Discuss
    • 9. When multiplying 13 × 11 in binary, what is the third partial product?

    • Options
    • A. 1011
    • B. 00000000
    • C. 100000
    • D. 100001
    • Discuss
    • 10. Add the following BCD numbers.

      0110   0111   1001
      0101   1000   1000

    • Options
    • A. 0000  1011    0000  1111    0001  0001
    • B. 0001  0001    0001  0101    0001  0001
    • C. 0000  1011    0000  1111    0001  0111
    • D. 0001  0001    0001  0101    0001  0111
    • Discuss


    Comments

    There are no comments.

Enter a new Comment