1. In which numbering system can the binary number 1011011111000101 be easily converted to?

A. Decimal system
B. Hexadecimal system
C. Octal system
D. No need to convert


Correct Answer: B. Hexadecimal system

2. Which bitwise operator is suitable for turning off a particular bit in a number?

A. && operator
B. & operator
C. || operator
D. ! operator


Correct Answer: B. & operator

3. Which bitwise operator is suitable for turning on a particular bit in a number?

A. && operator
B. & operator
C. || operator
D. | operator


Correct Answer: D. | operator

4. Which bitwise operator is suitable for checking whether a particular bit is on or off?

A. && operator
B. & operator
C. || operator
D. ! operator


Correct Answer: B. & operator

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *

14 + seven =