Solution to Find the bitwise “and” 0110 1101 , 1001 0011 - Sikademy
Author Image

Archangel Macsika

Find the bitwise “and” 0110 1101 , 1001 0011

The Answer to the Question
is below this banner.

Can't find a solution anywhere?

NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?

Get the Answers Now!

You will get a detailed answer to your question or assignment in the shortest time possible.

Here's the Solution to this Question

Let us find the bitwise “and”  for  01101101, 10010011. It follows that

(01101101) and (10010011)

=(0 and 1)(1 and 0)(1 and 0)(0 and 1)(1 and 0)(1 and 0)(0 and 1)(1 and 1)

= 00000001


Related Answers

Was this answer helpful?

Join our Community to stay in the know

Get updates for similar and other helpful Answers

Question ID: mtid-5-stid-8-sqid-773-qpid-658