asked 128k views
2 votes
Given A=1101 and B=1001. What is the result of the boolean statement: A
AND B​

asked
User Urag
by
8.5k points

1 Answer

2 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.

answered
User Mcryan
by
8.0k points