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
🚀 Welcome to School ICT

Your Gateway to Digital Excellence

Understanding Binary Representation

701 viewsG10-03. Data Representation Methods
0

1.What is the binary number system, and why is it used in computers?

2.How do 1 and 0 represent data in a computer system?

3.Convert the decimal number 13 to binary.

4.Convert the decimal number 45 to hexadecimal.

5.Convert the binary number 1010 to decimal.

Ruwan Suraweera Changed status to publish
0

1.

Answer: The binary number system is a base-2 system that uses only two digits, 0 and 1, to represent all numbers. It is used in computers because it corresponds to the two states of electronic switches (on/off or 1/0).
Description: Computers use binary because their hardware operates with electrical signals that have two states. This system simplifies data representation and processing at the machine level.

2.

Answer: In a computer, 1 represents an “on” state (e.g., electrical current flowing), and 0 represents an “off” state (e.g., no current). These states encode all data.
Description: The two states allow computers to store and process data efficiently using simple on/off logic, forming the basis of all digital operations.

3.

Answer: 13 in binary is 1101.
Description: To convert: 13 ÷ 2 = 6 remainder 1, 6 ÷ 2 = 3 remainder 0, 3 ÷ 2 = 1 remainder 1, 1 ÷ 2 = 0 remainder 1. Read remainders bottom to top: 1101.

4.

Answer: 45 in hexadecimal is 2D.
Description: Divide 45 by 16: 45 ÷ 16 = 2 remainder 13 (13 = D in hex). Result is 2D. Hex uses 0-9 and A-F (10-15).

5.

Answer: 1010 in decimal is 10.
Description: Calculate: (1 × 2³) + (0 × 2²) + (1 × 2¹) + (0 × 2⁰) = 8 + 0 + 2 + 0 = 10.
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.