Assume if A = 60; and B = 13, then find the values of the following.
A ∧ Band ~A
Answers
Answered by
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
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