Full and Half Adder

Full and Half Adder

12th Grade

7 Qs

quiz-placeholder

Similar activities

Binary Logic

Binary Logic

8th - 12th Grade

10 Qs

Logic Gate 2

Logic Gate 2

9th - 12th Grade

12 Qs

Bramki logiczne

Bramki logiczne

1st Grade - Professional Development

10 Qs

Logic Design AAU

Logic Design AAU

12th Grade - University

10 Qs

Data Transmission

Data Transmission

9th - 12th Grade

10 Qs

IB CS: Chap 1-4 Revision

IB CS: Chap 1-4 Revision

KG - University

10 Qs

Quiz ALU Rangkaian Adder

Quiz ALU Rangkaian Adder

9th - 12th Grade

7 Qs

Adders and Half Adders CIE A2

Adders and Half Adders CIE A2

12th Grade

10 Qs

Full and Half Adder

Full and Half Adder

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Kamalpreet Kaur

Used 12+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

5 mins • 1 pt

In parts of the processor, adders are used to calculate ____________

Select all the correct options.

Address

sum
difference

increment and decrement operator

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Total number of inputs in a half adder is __________

2
3
1
4

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

If A and B are the inputs of a half adder, the sum is given by __________

NAND
XOR
OR
AND

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

If A and B are the inputs of a half adder, the carry is given by __________

A OR B
A NAND B
A AND B
A XOR B

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

The difference between half adder and full adder is __________

A half adder can only perform addition, while a full adder can perform addition and subtraction.
The difference between half adder and full adder is that a half adder adds two single-bit binary numbers, while a full adder adds three single-bit binary numbers.
A half adder adds three single-bit binary numbers, while a full adder adds two single-bit binary numbers.
A half adder has two outputs, while a full adder has three outputs.

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

If A, B and C are the inputs of a full adder then the sum is given by __________

A XOR B XOR C

A NAND B NAND c

A OR B AND C

A AND B AND C

7.

MULTIPLE SELECT QUESTION

5 mins • 1 pt

If A, B and C are the inputs of a full adder then the carry is given by __________

A AND B OR (A OR B) AND C

A AND B

(A AND B) OR (A AND B)C

(A AND B) OR (B AND C) OR (C AND A)