School ICT Self Study
Absolutely Free Learning Opportunity! No Need to Spend Money! Study at Your Own Pace! Everything You Need is Right Here
UNLOCK YOUR DIGITAL FUTURE!
Free ICT Learning for Sri Lanka
🌍
|

Bitwise Logical Operations

178 viewsG12-03. AL ICT Number System
0

  1. Perform the bitwise AND operation XOR on 101101 and 110010, and explain its application.

  2. What is the result of the bitwise OR on 1111 and 1010?

  3. Explain how the NOT operation affects an 8-bit binary number, with. an

  4. Compute the bitwise XOR of 10011 and 0011, and describe its

  5. use. in bitwise

  6. How can AND be operations used like to mask bits?

Ruwan Suraweera Changed status to publish
0

Answers and Descriptions

  1. Answer: 101101 XOR 110010 = 011111.
    Description: XOR for cryptography, error detection.

  2. Answer: 1111 AND 1010 = 1010.
    Description: AND for bit masking.

  3. Answer: NOT 10110011 = 01001100.
    Description: Flips bits, used in complementing values.

  4. Answer: 10011 OR 0011 = 1100.
    Description: OR for setting flags.

  5. Answer: AND 10110110 with 00001111 = 00000110.
    Description: Masks to isolate bits, e.g., status flags.

Ruwan Suraweera Changed status to publish
🔴 Lesson List
SIDE BUTTON ON
Sign In Register
×

👋 Welcome Back!

🚀
Ready to Learn?Pick up where you left off.
🔑
Forgot Password?Click the link below to reset.
📢
New FeaturesCheck out the new AI Voice tool.

Sign In

👤
🔒
or continue with
Google Facebook

Already have an account? Register Now

🖥️ View Desktop Version Switch to full website view.