Full and Half Adder

Full and Half Adder

12th Grade

7 Qs

quiz-placeholder

Similar activities

RobotC Quiz

RobotC Quiz

9th Grade - University

10 Qs

ASK Bab 3 - Pembangunan Algoritma (Pentaksiran 3)

ASK Bab 3 - Pembangunan Algoritma (Pentaksiran 3)

12th Grade

10 Qs

Python Library-1

Python Library-1

12th Grade

11 Qs

Boolean Algebra and Boolean Logic

Boolean Algebra and Boolean Logic

12th Grade

10 Qs

DELD Unit 2 Practice Test

DELD Unit 2 Practice Test

1st Grade - Professional Development

11 Qs

INFORMATIKA 10 SMT 1 HAL 040

INFORMATIKA 10 SMT 1 HAL 040

9th - 12th Grade

5 Qs

Mr. Gumbs Music Theory Unit 1 Lesson 1

Mr. Gumbs Music Theory Unit 1 Lesson 1

12th Grade - Professional Development

12 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)