You sit down with the question paper, recognise the topic, and start writing. The result comes back: 52/100. A classmate who studied the same chapters scored 81.
The content knowledge was there. The answer structure was not.
Milestone College model tests are one of the best tools for fixing that gap. Their question design tracks the NCTB curriculum and matches Dhaka Board difficulty patterns closely enough that teachers across Bangladesh use them as benchmark practice material.
This guide walks through Milestone-style HSC ICT questions with worked solutions, shows you the examiner’s scoring logic behind each answer, and gives you a preparation checklist for 2026.
Table of Contents
Which Topics Examiners Draw From
Four chapters produce 60 to 70 percent of HSC ICT marks. Prioritise them before anything else.
| Section | Topic Focus | Marks |
|---|---|---|
| MCQ | Number System, Logic Gates | 25 |
| Creative Questions | Theory and Explanation | 25 |
| Problem Solving | Conversion, Boolean Algebra | 25 |
| Practical Concepts | Networking, Database | 25 |
Milestone College HSC Bangla ICT Question

Milestone College HSC Bangla ICT MCQ Question

Milestone College HSC Bangla ICT MCQ Solution

Worked Solutions: Milestone-Style ICT Questions
Question 1: Convert (1101.01)₂ to Decimal
Fractional binary conversions trip up students who rush through the integer part and forget the fractional place values. Separate them deliberately.
Integer part:
1×2³ + 1×2² + 0×2¹ + 1×2⁰ = 8 + 4 + 0 + 1 = 13
Fractional part:
0×2⁻¹ + 1×2⁻² = 0 + 0.25 = 0.25
Answer: 13.25
Write the integer and fractional parts on separate lines in your exam answer. Examiners award marks for each step shown, not just the final number.
Question 2: Simplify A + A’B
Boolean algebra questions reward students who show the law applied, not just the result.
A + A'B = (A + A')(A + B) [Distributive Law] = 1 × (A + B) [Complement Law: A + A' = 1] = A + B
Answer: A + B
GeeksforGeeks Digital Logic covers identity and complement laws in detail if you need to build up from the basics. Name each law you apply. Examiners mark the reasoning, not the output.
Question 3: RAM vs ROM — Creative Question
A paragraph answer here loses marks. A table answer recovers them.
| Feature | RAM | ROM |
|---|---|---|
| Nature | Volatile | Non-volatile |
| Function | Temporary storage during execution | Permanent storage for firmware |
| Speed | Faster | Slower |
| Example use | Running applications | BIOS, bootloader |
Fill both columns with equal depth. An incomplete right column typically costs half the available marks on comparison questions.
How to Write Answers That Score Higher
The Directorate of Secondary and Higher Education marking guidelines reward technical precision and full definitions. Two versions of the same fact illustrate the difference:
Lower-scoring version: “RAM is temporary memory.”
Higher-scoring version: “RAM (Random Access Memory) is a volatile memory that stores data temporarily while a program runs. The data clears when power is removed.”
The four-step structure below produces the higher-scoring version on every question type:
| Step | Content | Marks Impact |
|---|---|---|
| Definition | One precise sentence | +1 |
| Explanation | How or why it works | +1 to +2 |
| Example | Real-world application | +1 |
| Table or diagram | Structured comparison where the question calls for it | Bonus marks on long answers |
Mark Distribution Across ICT Answer Components
From 52 to 81: A Structured Practice Case
Rahim, an HSC 2025 candidate, scored 52/100 on his first mock. His CQ answers were correct but unstructured: no tables, no examples, steps skipped. He lost 22 marks in CQ alone.
Over 18 days he made two changes: he solved two Milestone-style CQs daily using the four-step structure, and he timed each answer to exam conditions.
| Exam Phase | Score |
|---|---|
| Before structured practice | 52/100 |
| After 18 days | 81/100 |
The content knowledge did not change. The presentation did.
High-Priority Topics for HSC ICT 2026
Tutorialspoint’s digital circuits reference and board exam trend analysis point to the same five chapters year after year:
- Number System: binary, decimal, hexadecimal conversions including fractional values
- Boolean Algebra: simplification using identity, complement, and distributive laws
- Logic Gates: truth tables and circuit diagrams
- Networking basics: IP addressing, topology types
- Database concepts: DBMS functions, file system comparison
Common Mistakes That Cut Marks
| Mistake | Effect | Fix |
|---|---|---|
| Skipping calculation steps | Partial credit lost even when the answer is correct | Show every step on a separate line |
| Memorising without understanding | Creative questions expose gaps | Solve varied problems, not the same ones repeatedly |
| Omitting diagrams | Lower marks on logic gate questions | Draw the gate circuit alongside the truth table |
| Poor time allocation | Incomplete answers in the final section | Practice full papers under timed conditions |
Revision Checklist: Night Before the Exam
- Revise number system conversions: binary to decimal, decimal to hexadecimal, fractional values
- Work through five Boolean algebra problems without notes
- Write out logic gate truth tables from memory
- Review networking basics: IP, topology, OSI layers
- Solve one full model test under timed conditions
Two unchecked items here two days before the exam means two focused sessions, not a general re-read.
Last 24 Hours: What to Do
- Review solved problems you have already worked through
- Rewrite formulas and Boolean laws by hand once
- Skip topics you have not touched before now
- Practice writing answers, not re-reading notes
Reading reinforces recognition. Writing reinforces retrieval. In the exam hall, retrieval is the skill that scores.
Frequently Asked Questions
Are Milestone College ICT questions enough for HSC 2026?
Use them as your primary CQ practice set. Supplement with two or three past Dhaka Board papers for MCQ pattern recognition.
Which ICT topic carries the most marks?
Number System and Boolean Algebra together appear in the problem-solving section of almost every board paper. Master those before Logic Gates or Networking.
How do I improve CQ scores in the final weeks?
Write two full CQ answers daily. Apply the four-step structure on every answer. After each session, check your answer against the mark scheme and identify which step you skipped.
For syllabus alignment and official guidelines, refer to nctb.gov.bd and dshe.gov.bd.