Let Bit1 = Bit2 = 1. Which of the following does not have the same result as the others?
a. Bit1 & Bit2
b. Bit1 | Bit2
c. Bit1 ^ Bit2
d. ~(~Bit2)
c. Bit1 ^ Bit2
Computer Science & Information Technology
You might also like to view...
The .rtf file format is used to preserve structure and most text formatting when transferring documents between applications or platforms
Indicate whether the statement is true or false
Computer Science & Information Technology
Why should a threads package be interested in the events of a thread’s becoming blocked or unblocked? Why should it be interested in the event of a virtual processor’s impending preemption? (Hint: other virtual processors may continue to be allocated.)
What will be an ideal response?
Computer Science & Information Technology