wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Understanding Adder Circuits

Total questions: 17

Worksheet time: 8mins

Name
Class
Date
1.

Which of the following is true about Ripple Carry Adder?

a)

Fastest adder

b)

Slow but simple

c)

Requires fewer gates and less delay

d)

Uses propagate and generate logic

2.

How does a Carry Skip Adder improve performance?

a)

Bypassing carry propagation

b)

Sequential carry propagation

3.

When adding two binary numbers, which logic gate is used to calculate the carry bit?

a)

an AND gate

b)

an OR gate

c)

a NAND gate

d)

an XOR gate

4.

In a full adder, which logic gate is used to check if either one of the carry bits is true?

a)

an OR gate

b)

an AND gate

c)

an XOR gate

d)

a NAND gate

5.

Which logic gate almost exactly describes the addition of two binary numbers (for sum)?

a)

an AND gate

b)

a NOR gate

c)

a NAND gate

d)

an XOR gate

6.

The circuit that sums A and B, and has two outputs, sum (S) and carry (C), is called ___

a)

a half adder

b)

a full adder

c)

a simple summer

d)

a digital combiner

7.

A digital circuit that sums two numbers, and includes a carry bit (C) as input is called ___

a)

a half adder

b)

a full adder

c)

a partial compiler

d)

a complete compiler

8.

When carry bits are progressively passed forward to each subsequent adder, it's called ____

a)

a carry forward adder

b)

a ripple carry adder

c)

a surge forward adder

d)

a trickle ahead adder

9.

What is the difference between a half adder and a full adder?

a)

A half adder has three inputs and a full adder has two inputs.

b)

A half adder can only add one bit, while a full adder can add two bits.

c)

A half adder is used for subtraction, while a full adder is used for addition.

d)

A half adder has two inputs and adds two bits, while a full adder has three inputs and adds three bits.

10.

What are the two main outputs of a half adder?

a)

Sum and Quotient

b)

Sum and Carry

c)

Difference and Product

d)

Carry and Overflow

11.

How many inputs does a half adder have?

a)

1

b)

2

c)

4

d)

3

12.

What logic gates are used in a half adder?

a)

XOR and AND gates

b)

XOR and NOT gates

c)

NAND and NOR gates

d)

OR and NOT gates

13.

The key advantage of Carry Look-Ahead Adder (CLA) over Ripple Carry Adder (RCA) is:

a)

Reduced gate count

b)

Parallel carry generation

c)

Less power consumption

d)

Simple implementation

14.

The purpose of Carry Skip logic is to:

a)

Generate carry in advance

b)

Bypass carry through a block

c)

Save carry for later

d)

Reduce gate count

15.

Carry Save Adder is mainly used in

a)

Subtraction

b)

Multiplication circuits

c)

Division circuits

d)

Small 4-bit additions

16.

What condition allows carry to skip a block in Carry Skip Adder (CSA)?

a)

When Generate = 1 for all bits

b)

When Propagate = 1 for all bits

c)

When Sum = 1 for all bits

d)

When Sum = 1 for all bits

17.

Ripple Carry Adder is best suited for:

a)

High-performance CPUs

b)

Multiplication circuits

c)

Small circuits with low cost

d)

Parallel prefix adders