Digital Arithmetic Operations and Circuits - Technical MCQs

Q1:

How many basic binary subtraction operations are possible?

A 4

B 3

C 2

D 1

ANS:A - 4

0-0=0.
0-1=1 borrow=1.
1-0=1.
1-1=0.