Question:

If you want to retain the first 4 bits of given string of 8 bits and complement the last 4 bits then the correct mask and the operation should be

Updated On: Mar 17, 2025
  • XOR and 00001111
  • XOR and 11110000
  • AND and 00001111
  • OR and 11110000
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The correct option is(A): XOR and 00001111
Was this answer helpful?
0
0