📝 Task 7: Real-World Numbers + Binary Puzzle
In this task, you will complete two short activities that connect number system concepts to real-life applications:
🔹 Part 1: Binary Puzzle
👉 What to do:
Write the first name you use in English (e.g., FARAZ), convert each letter into its ASCII value, and then into its 8-bit binary equivalent.
👉 Example:
Name: Faraz
-
F → ASCII: 70 → Binary: 01000110
-
A → ASCII: 97 → Binary: 01100001
-
R → ASCII: 114 → Binary: 01110010
-
A → ASCII: 97 → Binary: 01100001
-
Z → ASCII: 122 → Binary: 01111010
Answer:01000110 01100001 01110010 01100001 01111010
🔹 Part 2: Identify and Explain
👉 What to do:
Identify 2 real-life examples where number systems are used, and write 1–2 lines explaining which system is used and why.
👉 Examples: (Given Examples will not be considered in your task, Search some other examples by your own.)
-
IP Address (e.g., 192.168.1.1): Uses the decimal system, but stored and processed as binary by computers.
-
Hex Color Code (e.g., #FF0000): Uses the hexadecimal system to represent RGB color values in web design.
These tasks will help you apply binary conversion and recognize how number systems function in everyday digital environments.
Task 7 Deadline & Marks Information
The deadline for submitting Task 7 is Sunday, 18 May 2025, before 11:59 PM.
✅ 4 marks will be added to your Cumulative Assignment (20 Marks total) if submitted on or before the deadline.
❌ No marks will be awarded for submissions made after the deadline.