Computer Science, asked by Anonymous, 8 months ago

Assume if A = 60; and B = 13, then find the values of the following.
A ∧ Band ~A​

Answers

Answered by ıtʑFᴇᴇʟɓᴇãᴛ
1

Here in binary format they will be as follows:

A = 0011 1100

B = 0000 1101

hence

A&B = 0000 1100 and A|B = 00111101

Answered by Anonymous
1

Here in binary format they will be as follows:

A = 0011 1100

B = 0000 1101

hence

A&B = 0000 1100 and A|B = 00111101

/>hope you have understood that

Similar questions