The process of transforming one bit pattern into

The process of transforming one bit pattern into
another by bit-wise operations is called

1. masking 2. pruning
3. biting 4. chopping

Questions by Rujul   answers by Rujul

Showing Answers 1 - 3 of 3 Answers

1. masking
    is AND operation to convert a preknown number of digits to 0
    if these are the bits    101100110 and if 4 LSBs are to masked AND it with 111110000

2. pruning
   to delete cetain bits.
3. biting 
    ANS
4. chopping
   to remove a certain number of bits

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions