Students who score below expectations in HSC ICT almost always have the same problem: they prepared for a content test when the board runs a structured writing test. Examiners don’t just check whether you know the answer. They check whether you delivered it in the format the marking scheme expects. Miss the definition component, lose a mark. Skip the real-world example, lose another. Do that across six creative questions and a solid score becomes a disappointing one.
Murari Chand College (MCC), Sylhet, is one of Bangladesh’s most established institutions, and its ICT papers reflect board-level question design closely. Their questions concentrate on the highest-frequency chapters, use the same CQ framing that board examiners use, and demand the four-component answer structure that earns full marks. This guide covers the chapter frequency data, a fully solved exam-style question, the marking breakdown, and a preparation framework built around what the pattern analysis actually shows.
Table of Contents
Murari Chand College HSC ICT Question

Murari Chand College HSC ICT MCQ Question

Murari Chand College HSC ICT MCQ Solution

What ICT Exam Pattern Analysis Reveals
Comparing MCC model test papers with recent board exam questions shows the same chapter dominance year after year. Three chapters generate the majority of CQ and MCQ marks. Students who distribute preparation evenly across all chapters consistently underperform against those who prioritise by frequency.
| Chapter | Repetition Level | Exam Importance |
|---|---|---|
| Number System | Very High | MCQ + CQ dominant |
| DBMS | Very High | Long structured CQ |
| HTML + Web Design | High | Reliable scoring |
| Networking | High | MCQ-heavy |
| Programming Basics | Medium | Logic-based |
| Theory Section | Medium | Definition recall |
The National Curriculum and Textbook Board (NCTB) designs ICT around practical and analytical skills rather than memorisation. The Directorate of Secondary and Higher Education (DSHE) reinforces competency-based evaluation at every stage. Both frameworks reward structured explanation, which is exactly what the three dominant chapters test most directly.
How ICT Questions Are Structured: The Format Examiners Reward
| Question Type | Exam Focus |
|---|---|
| Creative Questions (CQ) | Concept understanding plus real-world application |
| MCQ | Factual and conceptual accuracy under time pressure |
| Practical Tasks | HTML writing and DBMS implementation |
| Logical Problems | Number system conversion and programming logic |
Paragraph length doesn’t earn marks in the CQ section. Structure does. A 200-word answer with all four components in the right order consistently outscores a 400-word answer that buries those components in continuous prose.
Fully Solved Exam-Style Question
This question draws from HTML and DBMS, two of the three highest-frequency chapters. Integrated scenario questions combining both appear regularly across board and college papers.
Question
A college plans to develop a digital system for managing student records. They use HTML for web design and DBMS for data storage.
(a) What is HTML? (b) Why is DBMS important? (c) Write an HTML heading tag example. (d) Why is database management important in education?
(a) What is HTML?
HTML stands for HyperText Markup Language. It is a standard markup language used to structure and design web pages, defining how text, images, links, and multimedia elements appear in a browser. HTML is not a programming language; it organises content structure and presentation without handling logic or computation.
A full-mark answer covers: definition, function, and a clarifying distinction. Source: MDN Web Docs — HTML
(b) Why is DBMS Important?
A Database Management System stores, organises, and retrieves large volumes of data efficiently. It replaces slow, error-prone manual systems with consistent, searchable, and access-controlled data management. Core advantages include:
- Secure, centralised storage with controlled access
- Fast retrieval through structured queries
- Elimination of data duplication and inconsistency
- Straightforward updating and long-term maintenance
Source: IBM — Database Management
(c) HTML Heading Tag Example
<h1>Murari Chand College</h1> <h2>HSC ICT Department</h2>
HTML provides six heading levels from <h1> to <h6>, with <h1> as the largest. Including both the code and a brief explanation of the tag hierarchy earns full marks on this component.
(d) Why is DBMS Important in Education?
Educational institutions generate large volumes of data daily across admissions, attendance, results, and fee management. Manual systems can’t handle that volume accurately at scale. DBMS manages each area with consistency:
| Area | Benefit |
|---|---|
| Student Records | Organised, searchable storage |
| Exam Results | Accurate processing at scale |
| Admissions | Faster workflow with fewer errors |
| Attendance | Easy tracking and reporting |
| Data Security | Controlled access and protection |
How Examiners Score a 5-Mark Creative Answer
| Answer Component | Marks |
|---|---|
| Definition | 1 |
| Explanation | 2 |
| Diagram or Step-by-Step Process | 1 |
| Application or Real-World Example | 1 |
Examiners apply this breakdown to every creative answer. Missing any component costs marks regardless of how accurate the rest of the answer is. A technically correct explanation written as an unstructured paragraph, with no definition and no example, scores 2 out of 5. The knowledge exists. The format doesn’t. That’s the gap between a 46 and a 95.
High-Probability Topics for CQ and MCQ Sections
Creative Question Topics with the Highest Board Frequency
- DBMS definition, structure, and educational application
- HTML document structure and practical tag writing
- Number system conversion: decimal to binary and reverse
- Networking types: LAN, WAN, MAN with comparisons and use cases
MCQ Areas That Appear Most Consistently
- Binary and hexadecimal conversion
- HTML tag identification and function
- Internet and networking fundamentals
- Database terminology and DBMS core concepts
From 46 to 95: What Changed in Six Weeks
Rahim, an HSC student from Sylhet, scored 46 in his first model test despite studying regularly. He had memorised his notes but avoided Number System and HTML because they confused him. His teacher gave him a preparation structure instead of more reading material.
His daily routine: 20 minutes of HTML practice, number system conversion drills, weekly DBMS creative question writing by hand, and full mock tests every weekend. Six weeks later, he scored 95. His subject knowledge hadn’t transformed. His answer construction had. The content was always there. The format was what was missing, and it turned out to be the thing examiners were marking all along.
7-Day Final Revision Plan
| Day | Focus Area |
|---|---|
| Day 1 | Number System revision and conversion drills |
| Day 2 | Networking concepts and MCQ practice |
| Day 3 | HTML tag writing and document structure |
| Day 4 | DBMS creative question writing |
| Day 5 | Programming basics and logic problems |
| Day 6 | Full timed mock test |
| Day 7 | Weak topic revision only — no new material |
Starting new topics in the final week reliably backfires. Consolidating familiar material under timed conditions produces better results than adding unfamiliar content when pressure is highest.
Final Exam Preparation Checklist
- Completed NCTB textbook for the three high-frequency chapters
- Solved previous Murari Chand College model test questions
- Practiced at least 5 full CQ answers per high-frequency chapter
- Revised HTML tags and document structure from memory
- Completed number system conversion practice across all formats
- Worked through DBMS concepts with educational application examples
- Finished at least one full timed mock test
- Reviewed MCQ practice sets from past board papers
If more than three items are incomplete, preparation needs focused attention before exam day.
Official References
- National Curriculum and Textbook Board (NCTB) — syllabus structure, chapter objectives, official learning outcomes
- Directorate of Secondary and Higher Education (DSHE) — national education policy and competency frameworks
- Bangladesh Education Board — exam schedules, board notices, past papers
Frequently Asked Questions
Are Murari Chand College ICT papers useful for HSC preparation?
Yes. MCC papers closely reflect board exam structure, CQ framing, and difficulty level, making them a reliable resource for both pattern recognition and answer-writing practice.
Which ICT chapters carry the most marks?
Number System, DBMS, and HTML generate the highest scoring opportunities across both MCQ and Creative sections. These three chapters appear at high frequency on board papers every year.
Can you get an A+ in ICT without coaching?
Yes, provided your preparation combines structured writing practice, textbook understanding, and consistent revision against the marking scheme. Coaching organises those elements; they’re equally achievable with a disciplined independent approach.
The Preparation Approach That Produces Results
Predicting specific questions is an unreliable strategy. The board varies question framing year to year while keeping the chapter distribution stable. A more reliable approach is building the ability to write a complete, correctly structured answer on any topic from the three high-frequency chapters, regardless of how the question is worded.
Murari Chand College papers give you a direct simulation of board exam conditions. Work through them with the marking breakdown in front of you. Write every CQ answer in full: definition, explanation, diagram or steps, and real-world application. Check each component against the four-part structure above. That’s the preparation method that turns a 46 into a 95.