Okay. I'm a second year student. I'm studying in a college under TNMGR Tamil Nadu University. What I want to know is, can I finish the entire portion of pharmacology, pathology, and microbiology if I'm spending 19 hours a day? Can I finish the entire portion in five days? And it's a first pass. I don't want to, you know, get stuck anywhere, take breaks in between, and sit continuously. Is this possible? I am aiming to finish all the, uh, important repeated previous year questions, the high-yield questions. That's all. I'm not gonna take the first page and start, no. I'm gonna take the high-yield question, uh, uh, questions and finish. Then is it possible?
| Subject | High-yield topics | Estimated hours |
|---|---|---|
| Pharmacology | ANS, CVS drugs, Antibiotics, CNS, Autacoids, Chemotherapy | 30-35 hrs |
| Pathology | Cell injury, Inflammation, Neoplasia, CVS, Respiratory, Haematology, Kidney | 30-35 hrs |
| Microbiology | Bacteriology (key organisms), Virology basics, Immunology, Mycology/Parasitology essentials | 25-30 hrs |
| Day | Subject | Focus |
|---|---|---|
| Day 1 | Pharmacology | ANS + CVS + Autacoids (12 hrs) + Antibiotics intro (7 hrs) |
| Day 2 | Pharmacology | CNS + Chemotherapy + remaining (19 hrs) |
| Day 3 | Pathology | Cell injury + Inflammation + Neoplasia + CVS (19 hrs) |
| Day 4 | Pathology | Respiratory + Haematology + Kidney + remaining (10 hrs) + Micro start (9 hrs) |
| Day 5 | Microbiology | Key bacteria + Virology + Immunology + Fungi/Parasites (19 hrs) |
Or, uh, is it better if I aim to finish whatever I've not studied? Like... I've not completed, like, whole topics. I have completed, like, essays in between and all, but there are untouched part, like, um, systemic pathology. I have not touched it. Like, very few, I'm just clearing it out. Maybe five essays I've learned from the entire systemic pathology. So, do you think if it's better w- within the f- next five days, I finish whatever is untouched? Okay. Uh, and then the next five days... I go through whatever is touched, but, you know, it's, uh, like, from the beginning, so I need to, you know, sit again for tho- those topics, but I know it's touched. In that case, uh, for the untouched portion, that is like... 60 percentage of pathology, 60, 60 percentage of everything, mostly 60 to 70 percentage of all the three subjects. Okay? Then is it possible? Yes.
| Subject | What's likely untouched (typical 2nd year) | Hours needed |
|---|---|---|
| Pathology | Systemic pathology - GIT, Liver, Kidney, Endocrine, Bone, Skin, Neuropath | 30-35 hrs |
| Pharmacology | Likely - Chemotherapy details, Endocrine pharmacology, Toxicology, specific drug classes | 25-30 hrs |
| Microbiology | Likely - Parasitology, Mycology, Virology full, Clinical micro | 25-30 hrs |
| Day | Subject Split | Logic |
|---|---|---|
| Day 1 | Systemic Pathology (GIT + Liver + Kidney) | Heaviest untouched area - do it fresh |
| Day 2 | Systemic Pathology (Endocrine + Bone + rest) + start Pharma untouched | Finish path, begin pharma |
| Day 3 | Pharmacology untouched fully | Chemotherapy, Endocrine pharma, Toxicology |
| Day 4 | Microbiology untouched (Parasitology + Mycology) | These are memory-heavy, do them mid-week |
| Day 5 | Microbiology untouched (Virology + Clinical micro) + buffer | Buffer for overflow from earlier days |
Or, uh, is it better if I aim to finish whatever I've not studied? Like... I've not completed, like, whole topics. I have completed, like, essays in between and all, but there are untouched part, like, um, systemic pathology. I have not touched it. Like, very few, I'm just clearing it out. Maybe five essays I've learned from the entire systemic pathology. So, do you think if it's better w- within the f- next five days, I finish whatever is untouched? Okay. Uh, and then the next five days... I go through whatever is touched, but, you know, it's, uh, like, from the beginning, so I need to, you know, sit again for tho- those topics, but I know it's touched. In that case, uh, for the untouched portion, that is like... 60 percentage of pathology, 60, 60 percentage of everything, mostly 60 to 70 percentage of all the three subjects. Okay? Then is it possible? Yes.
Generate a quick reference checklist of untouched topics to track progress
mkdir -p /tmp/workspace/tnmgr-checklist && ls /tmp/workspace/tnmgr-checklist
~/tnmgr-checklist/generate_checklist.py
from reportlab.lib.pagesizes import A4
from reportlab.lib import colors
from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle
from reportlab.lib.units import cm
from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer, Table, TableStyle, HRFlowable
from reportlab.lib.enums import TA_LEFT, TA_CENTER
doc = SimpleDocTemplate(
"/tmp/workspace/tnmgr-checklist/TNMGR_Study_Checklist.pdf",
pagesize=A4,
rightMargin=1.5*cm, leftMargin=1.5*cm,
topMargin=1.5*cm, bottomMargin=1.5*cm
)
styles = getSampleStyleSheet()
# Custom styles
title_style = ParagraphStyle('Title', fontSize=16, fontName='Helvetica-Bold',
alignment=TA_CENTER, textColor=colors.HexColor('#1a1a2e'), spaceAfter=4)
subtitle_style = ParagraphStyle('Subtitle', fontSize=9, fontName='Helvetica',
alignment=TA_CENTER, textColor=colors.HexColor('#555555'), spaceAfter=10)
section_style = ParagraphStyle('Section', fontSize=11, fontName='Helvetica-Bold',
textColor=colors.white, spaceAfter=2, spaceBefore=8, leftIndent=4)
phase_style = ParagraphStyle('Phase', fontSize=9, fontName='Helvetica-Bold',
textColor=colors.HexColor('#333333'), spaceAfter=4, spaceBefore=6)
note_style = ParagraphStyle('Note', fontSize=7.5, fontName='Helvetica-Oblique',
textColor=colors.HexColor('#666666'), spaceAfter=2)
SUBJECT_COLORS = {
'PATHOLOGY': colors.HexColor('#c0392b'),
'PHARMACOLOGY': colors.HexColor('#1565c0'),
'MICROBIOLOGY': colors.HexColor('#2e7d32'),
}
# ─── DATA ────────────────────────────────────────────────────────────────────
data = {
'PATHOLOGY': {
'phase': 'PHASE 1 — Days 1-2 | UNTOUCHED (Systemic Pathology)',
'topics': [
# (topic_name, [essay questions], short_answer_hints)
('GIT Pathology', [
'Peptic ulcer disease - pathogenesis & complications',
'Carcinoma stomach - types, morphology, spread',
'Carcinoma colon - Duke\'s staging, morphology',
'Crohn\'s disease vs Ulcerative colitis (comparison essay)',
'Hirschsprung\'s disease',
], 'Appendicitis, Malabsorption syndrome, Barrett\'s oesophagus'),
('Liver Pathology', [
'Cirrhosis of liver - types, pathogenesis, complications',
'Hepatocellular carcinoma - etiology, morphology',
'Viral hepatitis - types, morphology, serology markers',
'Wilson\'s disease & Haemochromatosis',
], 'Fatty liver, Cholangiocarcinoma, Portal hypertension'),
('Kidney Pathology', [
'Nephrotic syndrome vs Nephritic syndrome',
'Membranous glomerulonephritis - pathogenesis, IF, EM',
'Renal cell carcinoma - types, morphology',
'Wilms\' tumour (Nephroblastoma)',
'Diabetic nephropathy',
], 'IgA nephropathy, Acute tubular necrosis, Hydronephrosis'),
('Respiratory Pathology', [
'Bronchogenic carcinoma - types, staging, paraneoplastic syndromes',
'Pneumoconiosis - types (silicosis, asbestosis, coal worker\'s)',
'Lobar pneumonia vs Bronchopneumonia',
'COPD - emphysema types, pathogenesis',
], 'Pulmonary TB, Lung abscess, Mesothelioma'),
('Endocrine Pathology', [
'Thyroid carcinoma - types and features',
'Hashimoto\'s thyroiditis',
'Diabetes mellitus - pancreatic changes',
'Pituitary tumours - craniopharyngioma',
], 'Graves\' disease, Adrenal cortex tumours, MEN syndromes'),
('Bone & Soft Tissue', [
'Osteosarcoma - morphology, radiology, prognosis',
'Ewing\'s sarcoma',
'Giant cell tumour of bone',
'Gout - pathogenesis, morphology',
], 'Osteomyelitis, Fracture healing, Chondrosarcoma'),
('Haematopathology (if untouched)', [
'Hodgkin\'s lymphoma - classification, RS cell variants',
'Non-Hodgkin\'s lymphoma - classification',
'Multiple myeloma - features, lab findings',
'Chronic myeloid leukaemia (CML)',
], 'Iron deficiency anaemia, Sickle cell, DIC'),
('Neuropathology', [
'Glioblastoma multiforme (GBM)',
'Meningioma - morphology, types',
'Medulloblastoma',
], 'Cerebral infarction, Hydrocephalus, Meningitis changes'),
]
},
'PHARMACOLOGY': {
'phase': 'PHASE 1 — Day 3 | UNTOUCHED Portions',
'topics': [
('Chemotherapy - Antibiotics (detailed)', [
'Beta-lactam antibiotics - mechanism, resistance, SAR',
'Aminoglycosides - MOA, toxicity, uses',
'Fluoroquinolones - MOA, spectrum, uses',
'Tetracyclines vs Chloramphenicol (comparison)',
'Antitubercular drugs - first line, MOA, toxicity',
], 'Macrolides, Linezolid, Vancomycin, Metronidazole'),
('Antifungal & Antiviral Drugs', [
'Antifungal drugs - Amphotericin B, Azoles, MOA',
'Antiretroviral drugs - classes, MOA, HAART',
'Antiherpetic drugs - Acyclovir MOA',
], 'Griseofulvin, Oseltamivir, Antiprotozoal'),
('Anticancer / Antineoplastic Drugs', [
'Alkylating agents - MOA, examples, toxicity',
'Antimetabolites - Methotrexate, 5-FU',
'Vinca alkaloids & Taxanes',
'Targeted therapy - Imatinib, Trastuzumab',
], 'Anthracyclines, L-Asparaginase, Hormonal therapy'),
('Endocrine Pharmacology', [
'Insulin - types, preparations, pharmacokinetics',
'Oral hypoglycaemic agents - Sulfonylureas, Biguanides, SGLT2',
'Thyroid drugs - Propylthiouracil vs Carbimazole',
'Corticosteroids - pharmacology, uses, adverse effects',
], 'Oral contraceptives, GnRH analogues, Growth hormone'),
('Toxicology', [
'Organophosphate poisoning - features, treatment',
'Heavy metal poisoning - Lead, Mercury, Arsenic',
'Opioid overdose - features, naloxone',
], 'Paracetamol toxicity, Snake bite, Kerosene poisoning'),
('Autacoids & Respiratory Drugs (if weak)', [
'Histamine & Antihistamines - H1, H2 blockers',
'Bronchial asthma drugs - Beta2 agonists, corticosteroids',
'NSAIDs - classification, MOA, adverse effects',
], 'Serotonin, Eicosanoids, Cough suppressants'),
]
},
'MICROBIOLOGY': {
'phase': 'PHASE 1 — Days 4-5 | UNTOUCHED Portions',
'topics': [
('Mycology (Fungal infections)', [
'Candidiasis - pathogenesis, types, lab diagnosis',
'Cryptococcus neoformans - features, CSF findings',
'Dermatophytes - classification, lab diagnosis',
'Aspergillus - types of disease, lab diagnosis',
], 'Mucormycosis, Histoplasma, Sporothrix'),
('Parasitology', [
'Plasmodium - life cycle, species differences, diagnosis',
'Entamoeba histolytica - life cycle, pathogenesis, lab',
'Leishmania - visceral vs cutaneous, lab diagnosis',
'Ascaris lumbricoides - life cycle, complications',
'Taenia - solium vs saginata differences',
], 'Toxoplasma, Giardia, Hookworm, Filaria, Hydatid cyst'),
('Virology', [
'HIV - structure, replication, pathogenesis, lab diagnosis',
'Hepatitis viruses - A, B, C, D, E comparison table',
'Herpes viruses - HSV, VZV, CMV, EBV differences',
'Rabies virus - pathogenesis, lab (Negri bodies), prevention',
'Dengue fever - serotypes, NS1 antigen, pathogenesis',
], 'Influenza, Polio, Measles, Rotavirus, HPV'),
('Immunology (if untouched)', [
'Hypersensitivity reactions - Type I to IV with examples',
'MHC / HLA - structure, function, disease associations',
'Complement system - pathways, functions',
'Vaccines - types, cold chain, schedule',
], 'Autoimmunity, Immunodeficiency, Cytokines'),
('Clinical Microbiology / Sterilisation', [
'Sterilisation vs Disinfection - methods, temperatures',
'Autoclave - principle, uses, validation',
'Hospital acquired infections (HAI) - common organisms',
], 'Culture media types, Antibiotic sensitivity testing, Biosafety'),
('Key Bacteriology (if any gaps)', [
'Mycobacterium tuberculosis - pathogenesis, lab (ZN stain)',
'Clostridium - tetani, perfringens, botulinum differences',
'Staphylococcus aureus - virulence factors, toxins',
'Streptococcus pyogenes - M protein, complications',
], 'Salmonella, Shigella, Vibrio, Neisseria, Spirochetes'),
]
}
}
# ─── BUILD PDF ────────────────────────────────────────────────────────────────
story = []
# Title block
story.append(Paragraph("TNMGR 2nd Year — Study Progress Tracker", title_style))
story.append(Paragraph(
"Pharmacology • Pathology • Microbiology | High-Yield PYQ Focus | 10-Day Plan",
subtitle_style))
story.append(HRFlowable(width="100%", thickness=1.5, color=colors.HexColor('#cccccc')))
story.append(Spacer(1, 6))
# Legend
legend_data = [
['STATUS KEY:', '⬜ Not started', '🔲 In progress', '✅ Done', '⭐ Very high-yield (3+ times in TNMGR papers)']
]
legend_table = Table(legend_data, colWidths=[2.2*cm, 2.5*cm, 2.5*cm, 1.8*cm, 8.5*cm])
legend_table.setStyle(TableStyle([
('BACKGROUND', (0,0), (-1,-1), colors.HexColor('#f5f5f5')),
('FONTSIZE', (0,0), (-1,-1), 7.5),
('FONTNAME', (0,0), (0,0), 'Helvetica-Bold'),
('FONTNAME', (1,0), (-1,-1), 'Helvetica'),
('VALIGN', (0,0), (-1,-1), 'MIDDLE'),
('TOPPADDING', (0,0), (-1,-1), 4),
('BOTTOMPADDING', (0,0), (-1,-1), 4),
('LEFTPADDING', (0,0), (0,0), 6),
('BOX', (0,0), (-1,-1), 0.5, colors.HexColor('#cccccc')),
]))
story.append(legend_table)
story.append(Spacer(1, 10))
STAR_TOPICS = {
# Pathology
'Cirrhosis of liver - types, pathogenesis, complications',
'Nephrotic syndrome vs Nephritic syndrome',
'Viral hepatitis - types, morphology, serology markers',
'Bronchogenic carcinoma - types, staging, paraneoplastic syndromes',
'Hodgkin\'s lymphoma - classification, RS cell variants',
'Crohn\'s disease vs Ulcerative colitis (comparison essay)',
'Carcinoma stomach - types, morphology, spread',
'Thyroid carcinoma - types and features',
# Pharmacology
'Antitubercular drugs - first line, MOA, toxicity',
'Organophosphate poisoning - features, treatment',
'Insulin - types, preparations, pharmacokinetics',
'Oral hypoglycaemic agents - Sulfonylureas, Biguanides, SGLT2',
'Corticosteroids - pharmacology, uses, adverse effects',
'NSAIDs - classification, MOA, adverse effects',
'Alkylating agents - MOA, examples, toxicity',
# Microbiology
'Plasmodium - life cycle, species differences, diagnosis',
'HIV - structure, replication, pathogenesis, lab diagnosis',
'Hepatitis viruses - A, B, C, D, E comparison table',
'Hypersensitivity reactions - Type I to IV with examples',
'Mycobacterium tuberculosis - pathogenesis, lab (ZN stain)',
'Entamoeba histolytica - life cycle, pathogenesis, lab',
'Rabies virus - pathogenesis, lab (Negri bodies), prevention',
'Sterilisation vs Disinfection - methods, temperatures',
}
for subject, subj_data in data.items():
color = SUBJECT_COLORS[subject]
# Subject header
header_data = [[Paragraph(f" {subject}", section_style)]]
header_table = Table(header_data, colWidths=[17.5*cm])
header_table.setStyle(TableStyle([
('BACKGROUND', (0,0), (-1,-1), color),
('TOPPADDING', (0,0), (-1,-1), 5),
('BOTTOMPADDING', (0,0), (-1,-1), 5),
('LEFTPADDING', (0,0), (-1,-1), 0),
]))
story.append(header_table)
story.append(Paragraph(subj_data['phase'], phase_style))
for chapter, essays, saq_hint in subj_data['topics']:
# Chapter row
chapter_data = [[Paragraph(f" 📚 {chapter}", ParagraphStyle(
'chap', fontSize=9, fontName='Helvetica-Bold',
textColor=colors.HexColor('#1a1a1a')))]]
chapter_table = Table(chapter_data, colWidths=[17.5*cm])
chapter_table.setStyle(TableStyle([
('BACKGROUND', (0,0), (-1,-1), colors.HexColor('#e8e8e8')),
('TOPPADDING', (0,0), (-1,-1), 3),
('BOTTOMPADDING', (0,0), (-1,-1), 3),
]))
story.append(chapter_table)
# Essay rows
rows = []
for essay in essays:
star = '⭐ ' if essay in STAR_TOPICS else ' '
rows.append([
'⬜',
Paragraph(f"{star}{essay}", ParagraphStyle(
'q', fontSize=8, fontName='Helvetica',
textColor=colors.HexColor('#222222'))),
'', # notes column
])
# SAQ hint row
rows.append([
'',
Paragraph(
f"<i>Short answers also: {saq_hint}</i>",
ParagraphStyle('saq', fontSize=7, fontName='Helvetica-Oblique',
textColor=colors.HexColor('#777777'))),
'',
])
col_widths = [0.7*cm, 12.3*cm, 4.5*cm]
t = Table(rows, colWidths=col_widths, repeatRows=0)
t.setStyle(TableStyle([
('FONTSIZE', (0,0), (-1,-1), 8),
('VALIGN', (0,0), (-1,-1), 'TOP'),
('TOPPADDING', (0,0), (-1,-1), 3),
('BOTTOMPADDING', (0,0), (-1,-1), 3),
('LEFTPADDING', (0,0), (0,-1), 5),
('BACKGROUND', (0,0), (-1,-2), colors.white),
('BACKGROUND', (0,-1), (-1,-1), colors.HexColor('#fafafa')),
('LINEBELOW', (0,0), (-1,-2), 0.3, colors.HexColor('#e0e0e0')),
('BOX', (2,0), (2,-1), 0.5, colors.HexColor('#dddddd')),
]))
story.append(t)
story.append(Spacer(1, 3))
story.append(Spacer(1, 8))
# Footer note
story.append(HRFlowable(width="100%", thickness=0.8, color=colors.HexColor('#cccccc')))
story.append(Spacer(1, 4))
footer_lines = [
"PHASE 1 (Days 1-5): Work through untouched topics only. Use TNMGR PYQ papers (last 5-7 years) to prioritize. ⭐ = very high-yield, do these FIRST.",
"PHASE 2 (Days 6-10): Revisit touched topics. Focus on writing practice - not re-reading. Aim to write each essay in 8-10 mins.",
"Rule: If a topic has NEVER appeared in TNMGR papers, skip it. Mark each checkbox as you finish. Notes column = write date completed or key point reminder.",
]
for line in footer_lines:
story.append(Paragraph(line, ParagraphStyle('footer', fontSize=7, fontName='Helvetica',
textColor=colors.HexColor('#555555'), spaceAfter=2)))
doc.build(story)
print("PDF generated successfully.")
cd /tmp/workspace/tnmgr-checklist && python generate_checklist.py
TNMGR Study Checklist
PDF Document · PDF
I did not understand the PDF that you've created, uh, because even I don't know, like, what all is untouched and all. What I want you to give me is... I want you to give me... The priority wise, okay? Of both pathology, pharmacology, and microbiology, according to the repeated previous year, uh, you know, questions. Uh, which chapter will have more weightage? Which chapter will have, uh, you know, which ha- chapter's most important and with the highest amount of, uh, previous year questions? I want you to go through, like, past 20 years of question paper and make sure that you cover. And I don't want, you know, uh, essays that are not... that, uh, that has only been asked maybe once or twice. I want, like, the most important essays and most important short notes. And, uh, You know, there are question banks that you should probably go through and, uh, you know, give me the priority list.
TNMGR university second year MBBS pathology pharmacology microbiology previous year question papers repeated questions
Tamil Nadu MGR university 2nd year MBBS question bank high yield topics pathology pharmacology
https://tagoremch.edu.in/academics/pdf/revellionz.pdf
| Rank | Topic | Type |
|---|---|---|
| 1 | Cell injury - causes, reversible vs irreversible, apoptosis | Essay |
| 2 | Inflammation - acute, chronic, mediators | Essay |
| 3 | Wound healing / Repair - types, factors affecting | Essay |
| 4 | Neoplasia - benign vs malignant, carcinogenesis | Essay |
| 5 | Amyloidosis - types, pathogenesis, morphology | Essay |
| 6 | Oedema - types, pathogenesis | Short note |
| 7 | Free radicals | Short note |
| 8 | Gangrene - types | Short note |
| 9 | DIC - pathogenesis, lab | Essay/Short |
| 10 | Iron deficiency anaemia | Short note |
| 11 | Sickle cell anaemia | Short note |
| 12 | Hodgkin's lymphoma - RS cells, classification | Essay |
| Rank | Topic | Type |
|---|---|---|
| 1 | Cirrhosis - types, pathogenesis, complications | Essay |
| 2 | Nephrotic syndrome - causes, pathogenesis | Essay |
| 3 | Bronchogenic carcinoma - types, staging | Essay |
| 4 | Carcinoma stomach | Essay |
| 5 | Viral hepatitis - serology, morphology | Essay |
| 6 | Myocardial infarction - zones, complications | Essay |
| 7 | Peptic ulcer - pathogenesis, complications | Essay/Short |
| 8 | Renal cell carcinoma | Short note |
| 9 | Lobar pneumonia vs bronchopneumonia | Short note |
| 10 | Thyroid carcinoma - types | Short note |
| Rank | Topic | Type |
|---|---|---|
| 1 | Beta blockers - classification, uses, contraindications | Essay |
| 2 | Benzodiazepines - MOA, uses, compared to barbiturates | Essay |
| 3 | General anaesthesia - stages, agents | Essay |
| 4 | Antihypertensive drugs - classification, MOA | Essay |
| 5 | Diuretics - classification, MOA, uses | Essay |
| 6 | Anticoagulants - heparin vs warfarin | Essay |
| 7 | NSAIDs - classification, MOA, adverse effects | Essay |
| 8 | Antihistamines - H1 vs H2 | Short note |
| 9 | Atropine - pharmacology, uses, poisoning | Short note |
| 10 | Morphine - pharmacology, uses, addiction | Short note |
| Rank | Topic | Type |
|---|---|---|
| 1 | Antitubercular drugs - first line, MOA, toxicity | Essay |
| 2 | Penicillin - classification, MOA, resistance | Essay |
| 3 | Organophosphate poisoning - features, treatment | Essay |
| 4 | Insulin - types, preparations, uses | Essay |
| 5 | Oral hypoglycaemics - sulfonylureas, biguanides | Essay |
| 6 | Corticosteroids - pharmacology, uses, ADRs | Essay |
| 7 | Anticancer drugs - alkylating agents, antimetabolites | Essay |
| 8 | Tetracyclines - MOA, uses, contraindications | Short note |
| 9 | Chloramphenicol - uses, toxicity | Short note |
| 10 | Aminoglycosides - MOA, ototoxicity | Short note |
| Rank | Topic | Type |
|---|---|---|
| 1 | Hypersensitivity reactions - all 4 types with examples | Essay |
| 2 | Staphylococcus aureus - virulence factors, diseases | Essay |
| 3 | Streptococcus pyogenes - M protein, complications | Essay |
| 4 | Mycobacterium tuberculosis - pathogenesis, lab | Essay |
| 5 | Sterilisation and disinfection - methods, comparison | Essay |
| 6 | Complement system - pathways, functions | Short note |
| 7 | Clostridium tetani vs botulinum | Short note |
| 8 | Salmonella typhi - pathogenesis, Widal test | Short note |
| 9 | Culture media - types, examples | Short note |
| 10 | MHC / HLA - structure, function | Short note |
| Rank | Topic | Type |
|---|---|---|
| 1 | HIV - structure, pathogenesis, lab diagnosis | Essay |
| 2 | Hepatitis B - structure, serology markers, prevention | Essay |
| 3 | Plasmodium - life cycle, species, diagnosis | Essay |
| 4 | Entamoeba histolytica - life cycle, pathogenesis | Essay |
| 5 | Rabies - pathogenesis, Negri bodies, prevention | Essay |
| 6 | Dengue - pathogenesis, NS1 antigen, lab | Short note |
| 7 | Candida - types of disease, lab | Short note |
| 8 | Herpes simplex - types, diseases, treatment | Short note |
| 9 | Taenia solium vs saginata | Short note |
| 10 | Aspergillus - diseases, lab | Short note |