What is the result of the operation 1010 AND 1100 in binary?

Options

  • A. 1000
  • B. 1110
  • C. 100
  • D. More than one of the above
  • E. None of the above

Correct Answer (Detailed Explanation is Below)

A. 1000

Detailed Explanation

Explanation

In an AND operation, the result is 1 only when both bits are 1.

          1010

AND 1100

--------

          1000

OOps! You are currently offline.