76,594 views
22 votes
22 votes
Given A=1101 and B=1001. What is the result of the boolean statement: A
AND B​

User AndreFeijo
by
2.4k points

1 Answer

14 votes
14 votes

Answer:

B (1001)

Step-by-step explanation:

The AND operator gets you 1's where there are 1's in both inputs. So if you would "overlay" the two binary values, only 1001 remains.

User Weepy
by
2.8k points