Generate biochemistry neet pg exam PDF, inicet high yield previous year questions list with explanation
NEET PG INICET biochemistry high yield previous year questions topics 2023 2024
mkdir -p /home/daytona/workspace/biochemistry-neet-pg
~/biochemistry-neet-pg/generate_pdf.py
#!/usr/bin/env python3
"""
Biochemistry NEET PG / INICET High Yield Previous Year Questions PDF Generator
Uses reportlab for professional PDF output
"""
from reportlab.lib.pagesizes import A4
from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle
from reportlab.lib.units import cm
from reportlab.lib import colors
from reportlab.platypus import (
SimpleDocTemplate, Paragraph, Spacer, HRFlowable,
Table, TableStyle, PageBreak, KeepTogether
)
from reportlab.lib.enums import TA_LEFT, TA_CENTER, TA_JUSTIFY
from reportlab.platypus import ListFlowable, ListItem
OUTPUT_PATH = "/home/daytona/workspace/biochemistry-neet-pg/Biochemistry_NEET_PG_INICET_HighYield_PYQs.pdf"
# ─── QUESTION DATA ─────────────────────────────────────────────────────────────
questions = [
# ══════════════════════════════════════════════════════════════════════════════
# SECTION 1 – ENZYME KINETICS & REGULATION
# ══════════════════════════════════════════════════════════════════════════════
{
"section": "Enzyme Kinetics & Regulation",
"no": 1,
"year": "NEET PG 2022",
"q": "Which of the following best describes the Michaelis constant (Km)?",
"opts": [
"A. Substrate concentration at which velocity = Vmax",
"B. Substrate concentration at which velocity = Vmax/2",
"C. Maximum velocity of an enzyme-catalyzed reaction",
"D. Inhibitor concentration that halves Vmax"
],
"ans": "B",
"exp": (
"Km (Michaelis constant) is the substrate concentration at which reaction velocity equals Vmax/2. "
"A low Km indicates high affinity (enzyme is half-saturated at a low [S]); a high Km indicates low affinity. "
"Km is derived from the Michaelis-Menten equation: v = Vmax[S] / (Km + [S]). "
"The Lineweaver-Burk (double-reciprocal) plot gives x-intercept = -1/Km and y-intercept = 1/Vmax, "
"allowing graphical determination of these kinetic constants. "
"(Harper's Illustrated Biochemistry, 32nd Ed; Lippincott Biochemistry 8th Ed)"
)
},
{
"section": "Enzyme Kinetics & Regulation",
"no": 2,
"year": "INICET Nov 2022",
"q": "In competitive inhibition, which of the following is TRUE?",
"opts": [
"A. Both Km and Vmax increase",
"B. Km increases; Vmax remains unchanged",
"C. Km decreases; Vmax remains unchanged",
"D. Both Km and Vmax decrease"
],
"ans": "B",
"exp": (
"In competitive inhibition the inhibitor competes with substrate for the active site. "
"Adding more substrate can overcome the inhibitor - hence Vmax is UNCHANGED. "
"However, apparent Km increases (higher [S] needed to reach Vmax/2). "
"On a Lineweaver-Burk plot: lines intersect on the y-axis (same Vmax, different x-intercepts). "
"Classic example: Methotrexate competitively inhibits dihydrofolate reductase (DHFR). "
"In non-competitive inhibition: Km unchanged, Vmax decreases. "
"(Lippincott Biochemistry 8th Ed, Chapter 5)"
)
},
{
"section": "Enzyme Kinetics & Regulation",
"no": 3,
"year": "NEET PG 2021",
"q": "Which enzyme shows sigmoidal kinetics and is an example of allosteric regulation?",
"opts": [
"A. Hexokinase",
"B. Glucokinase (Hexokinase IV)",
"C. Lactate dehydrogenase",
"D. Glycogen phosphorylase b"
],
"ans": "B",
"exp": (
"Glucokinase (Hexokinase IV, found in liver and beta cells) shows sigmoidal (S-shaped) kinetics "
"because it has cooperative substrate binding - fitting the definition of an allosteric enzyme. "
"Its S0.5 for glucose is ~10 mM (high Km), meaning it is only active after a meal when glucose is high. "
"Hexokinase (I-III) follows classic Michaelis-Menten hyperbolic kinetics with low Km (~0.1 mM). "
"Glucokinase is NOT inhibited by its product glucose-6-phosphate - this is key to its role as a 'glucose sensor'. "
"(Basic Medical Biochemistry, 6e; Harper's 32nd Ed)"
)
},
{
"section": "Enzyme Kinetics & Regulation",
"no": 4,
"year": "INICET May 2023",
"q": "Which of the following is a SERINE PROTEASE?",
"opts": [
"A. Pepsin",
"B. Chymotrypsin",
"C. Carboxypeptidase A",
"D. Aspartate aminotransferase"
],
"ans": "B",
"exp": (
"Serine proteases use a catalytic triad of Serine-Histidine-Aspartate at the active site. "
"Chymotrypsin, trypsin, elastase, thrombin, and factor Xa are classic serine proteases. "
"Pepsin is an ASPARTYL protease (active at pH 1-2 in gastric acid). "
"Carboxypeptidase A is a METALLOPROTEASE (zinc-dependent, exopeptidase). "
"Zymogen activation: Chymotrypsinogen -> chymotrypsin (by trypsin). "
"DIPF (diisopropyl fluorophosphate) irreversibly inhibits serine proteases - tested in NEET PG. "
"(Lippincott Biochemistry 8th Ed)"
)
},
# ══════════════════════════════════════════════════════════════════════════════
# SECTION 2 – CARBOHYDRATE METABOLISM
# ══════════════════════════════════════════════════════════════════════════════
{
"section": "Carbohydrate Metabolism",
"no": 5,
"year": "NEET PG 2023",
"q": "The rate-limiting enzyme of glycolysis is:",
"opts": [
"A. Hexokinase",
"B. Phosphofructokinase-1 (PFK-1)",
"C. Pyruvate kinase",
"D. Phosphoglucose isomerase"
],
"ans": "B",
"exp": (
"Phosphofructokinase-1 (PFK-1) is the KEY regulatory (rate-limiting) enzyme of glycolysis. "
"It phosphorylates fructose-6-phosphate to fructose-1,6-bisphosphate. "
"ACTIVATORS of PFK-1: AMP, ADP, fructose-2,6-bisphosphate, Pi. "
"INHIBITORS of PFK-1: ATP, citrate, H+ (acidosis). "
"Fructose-2,6-bisphosphate (made by PFK-2) is the most potent allosteric activator - "
"this is the mechanism by which insulin stimulates glycolysis. "
"Irreversible steps of glycolysis: Hexokinase, PFK-1, Pyruvate kinase. "
"(Harper's 32nd Ed; Lippincott 8th Ed)"
)
},
{
"section": "Carbohydrate Metabolism",
"no": 6,
"year": "INICET Nov 2021",
"q": "Pyruvate kinase deficiency causes which type of anemia?",
"opts": [
"A. Sickle cell anemia",
"B. Megaloblastic anemia",
"C. Hemolytic anemia",
"D. Iron deficiency anemia"
],
"ans": "C",
"exp": (
"Pyruvate kinase (PK) deficiency is the most common enzyme deficiency of the Embden-Meyerhof pathway. "
"PK catalyzes the final step of glycolysis (PEP -> Pyruvate + ATP). "
"RBCs depend entirely on glycolysis for ATP; PK deficiency -> ATP depletion -> rigid RBCs -> "
"extravascular hemolysis -> hemolytic anemia (non-spherocytic). "
"Features: chronic hemolytic anemia, jaundice, splenomegaly, gallstones. "
"Inheritance: Autosomal recessive (unlike G6PD deficiency which is X-linked). "
"G6PD deficiency > PK deficiency in prevalence. "
"(Harrison's 22E; Barash Clinical Anesthesia 9e)"
)
},
{
"section": "Carbohydrate Metabolism",
"no": 7,
"year": "NEET PG 2022",
"q": "HbA1c reflects average blood glucose over how many days?",
"opts": [
"A. 7-14 days",
"B. 30-45 days",
"C. 60-90 days (approximately 120 days RBC lifespan)",
"D. 6 months"
],
"ans": "C",
"exp": (
"HbA1c (glycated hemoglobin) is formed by NON-ENZYMATIC attachment (glycation) of glucose "
"to the N-terminal valine of the beta chain of hemoglobin. "
"The fraction glycated is proportional to mean blood glucose over the RBC lifespan (~120 days). "
"HbA1c reflects ~2-3 months of average glycemia. Normal: <5.7%; Prediabetes: 5.7-6.4%; "
"Diabetes: ≥6.5%; Treatment target: <7% (ADA). "
"HbA1c is FALSELY LOW in: hemolytic anemia, sickle cell, recent blood transfusion (shortened RBC lifespan). "
"HbA1c is FALSELY HIGH in: iron deficiency anemia, vitamin B12 deficiency (increased RBC lifespan). "
"(Harper's 32nd Ed; Tietz Lab Medicine 7th Ed)"
)
},
{
"section": "Carbohydrate Metabolism",
"no": 8,
"year": "INICET May 2022",
"q": "Which is the committed step of gluconeogenesis?",
"opts": [
"A. Pyruvate carboxylase",
"B. Fructose-1,6-bisphosphatase",
"C. PEPCK (Phosphoenolpyruvate carboxykinase)",
"D. Glucose-6-phosphatase"
],
"ans": "B",
"exp": (
"The UNIQUE (bypass) enzymes of gluconeogenesis (opposing the irreversible glycolysis steps) are: "
"1. Pyruvate carboxylase (Pyruvate -> OAA; mitochondria; requires Biotin) "
"2. PEPCK (OAA -> PEP; induced by glucagon/cortisol) "
"3. Fructose-1,6-bisphosphatase (F1,6BP -> F6P; cytoplasm) - COMMITTED step / rate-limiting "
"4. Glucose-6-phosphatase (G6P -> Glucose; ER; only in liver, kidney, intestine). "
"Fructose-1,6-bisphosphatase is inhibited by AMP, fructose-2,6-bisphosphate (insulin effect). "
"(Lippincott 8th Ed Chapter 10)"
)
},
{
"section": "Carbohydrate Metabolism",
"no": 9,
"year": "NEET PG 2020",
"q": "Glucose-6-phosphate dehydrogenase (G6PD) deficiency primarily affects which pathway?",
"opts": [
"A. Glycolysis",
"B. TCA cycle",
"C. Pentose phosphate pathway (HMP shunt)",
"D. Glycogen synthesis"
],
"ans": "C",
"exp": (
"G6PD is the FIRST and rate-limiting enzyme of the Pentose Phosphate Pathway (HMP shunt / hexose monophosphate shunt). "
"G6PD generates NADPH, which is essential for: "
"- Glutathione reductase activity (GSH maintenance to protect RBCs from oxidative damage) "
"- Fatty acid synthesis, steroid synthesis, phagocyte respiratory burst. "
"G6PD deficiency: X-linked recessive; most common enzymopathy worldwide. "
"Triggers: Primaquine, dapsone, sulfonamides, fava beans, infection. "
"Blood film: Heinz bodies (denatured Hb), bite cells (after spleen removes Heinz bodies). "
"RBCs are most vulnerable because they lack mitochondria and CANNOT regenerate NADPH otherwise. "
"(Harrison's 22E; Goldman-Cecil Medicine)"
)
},
{
"section": "Carbohydrate Metabolism",
"no": 10,
"year": "INICET Nov 2022",
"q": "Von Gierke disease (Type I glycogen storage disease) is due to deficiency of which enzyme?",
"opts": [
"A. Glycogen phosphorylase",
"B. Glucose-6-phosphatase",
"C. Acid maltase (alpha-glucosidase)",
"D. Debranching enzyme"
],
"ans": "B",
"exp": (
"Glycogen Storage Diseases (GSDs) - HIGH YIELD TABLE: "
"Type I (Von Gierke): Glucose-6-phosphatase deficiency; liver, kidney; severe fasting hypoglycemia, "
"lactic acidosis, hyperuricemia, hyperlipidemia. "
"Type II (Pompe): Acid maltase (alpha-1,4 glucosidase) deficiency; lysosomal; cardiomegaly. "
"Type III (Cori/Forbes): Debranching enzyme; limit dextrin accumulates. "
"Type V (McArdle): Muscle glycogen phosphorylase; exercise intolerance, myoglobinuria. "
"Type VI (Hers): Liver glycogen phosphorylase. "
"Von Gierke hallmark: Glucose-6-phosphatase is absent in liver/kidney/intestine - "
"glucose CANNOT be released from glycogen OR gluconeogenesis -> profound hypoglycemia. "
"(Lippincott Biochemistry 8th Ed; Harper's 32nd Ed)"
)
},
# ══════════════════════════════════════════════════════════════════════════════
# SECTION 3 – LIPID METABOLISM
# ══════════════════════════════════════════════════════════════════════════════
{
"section": "Lipid Metabolism",
"no": 11,
"year": "NEET PG 2023",
"q": "Rate-limiting enzyme of cholesterol synthesis is:",
"opts": [
"A. Squalene synthase",
"B. HMG-CoA reductase",
"C. Thiolase",
"D. HMG-CoA synthase"
],
"ans": "B",
"exp": (
"HMG-CoA reductase (3-hydroxy-3-methylglutaryl-CoA reductase) is the RATE-LIMITING enzyme "
"of cholesterol biosynthesis (mevalonate pathway). "
"It converts HMG-CoA -> Mevalonate. "
"STATINS (e.g. atorvastatin, simvastatin) competitively inhibit HMG-CoA reductase - "
"they are the most widely prescribed lipid-lowering drugs. "
"Regulation: Insulin & T3 induce HMG-CoA reductase; glucagon & cortisol suppress it. "
"Cholesterol and oxysterols suppress it (feedback). "
"PCSK9 inhibitors (evolocumab) work downstream by preventing LDL receptor degradation. "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Lipid Metabolism",
"no": 12,
"year": "INICET May 2021",
"q": "Carnitine is required for transport of which molecules into mitochondria?",
"opts": [
"A. Short-chain fatty acids",
"B. Long-chain fatty acyl-CoA",
"C. Acetyl-CoA",
"D. Ketone bodies"
],
"ans": "B",
"exp": (
"Long-chain fatty acids (>12 carbons) CANNOT cross the inner mitochondrial membrane as CoA esters. "
"They are converted to acylcarnitine by CARNITINE ACYLTRANSFERASE I (CPT-I) on the outer "
"mitochondrial membrane, transported by a translocase, then reconverted to acyl-CoA by CPT-II inside. "
"CPT-I is inhibited by MALONYL-CoA (thus when FA synthesis is active, beta-oxidation is suppressed). "
"Primary carnitine deficiency -> impaired long-chain FA oxidation -> cardiomyopathy, hypoglycemia. "
"Short-chain fatty acids (<12C) can diffuse freely across the membrane (no carnitine needed). "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Lipid Metabolism",
"no": 13,
"year": "NEET PG 2021",
"q": "Which lipoprotein carries dietary (exogenous) triglycerides from intestine to peripheral tissues?",
"opts": [
"A. VLDL",
"B. LDL",
"C. Chylomicrons",
"D. IDL"
],
"ans": "C",
"exp": (
"LIPOPROTEIN FUNCTIONS (High-yield): "
"- Chylomicrons: Synthesized in INTESTINAL EPITHELIUM; carry exogenous (dietary) TGs to peripheral tissues. "
" Degraded by lipoprotein lipase (LPL) in capillaries; remnants taken up by liver via ApoE. "
"- VLDL: Made in LIVER; carry endogenous TGs. Degraded by LPL -> IDL -> LDL. "
"- LDL: 'Bad' cholesterol; delivers cholesterol to tissues; taken up by LDL receptors (ApoB-100). "
"- HDL: 'Good' cholesterol; reverse cholesterol transport via ApoA-I; LCAT esterifies cholesterol. "
"Abetalipoproteinemia: inability to synthesize ApoB-48 (chylomicrons) and ApoB-100 (VLDL/LDL) -> "
"fat malabsorption, acanthocytosis, ataxia, retinitis pigmentosa. "
"(Lippincott 8th Ed)"
)
},
{
"section": "Lipid Metabolism",
"no": 14,
"year": "INICET Nov 2023",
"q": "Ketone bodies are synthesized in which organ?",
"opts": [
"A. Brain",
"B. Skeletal muscle",
"C. Liver",
"D. Kidney"
],
"ans": "C",
"exp": (
"Ketone bodies (acetoacetate, beta-hydroxybutyrate, acetone) are synthesized ONLY IN HEPATIC MITOCHONDRIA. "
"Key enzyme: HMG-CoA synthase (mitochondrial) - rate-limiting for ketogenesis. "
"Ketone bodies are USED but NOT synthesized by: brain, muscle, kidney (they lack mitochondrial HMG-CoA synthase). "
"Conditions causing ketosis: starvation, uncontrolled T1DM, low-carb diet, alcoholism. "
"In DKA: beta-hydroxybutyrate > acetoacetate (ratio normally 3:1, in severe DKA up to 7:1). "
"Note: Acetone is volatile -> fruity (acetone) breath in ketoacidosis. "
"Ketone bodies are WATER-SOLUBLE alternative fuels - do not need albumin for transport. "
"(Harper's 32nd Ed; Lippincott 8th Ed)"
)
},
{
"section": "Lipid Metabolism",
"no": 15,
"year": "NEET PG 2022",
"q": "Essential fatty acids that CANNOT be synthesized by humans include:",
"opts": [
"A. Palmitic acid and stearic acid",
"B. Linoleic acid (omega-6) and alpha-linolenic acid (omega-3)",
"C. Oleic acid and arachidonic acid",
"D. Docosahexaenoic acid (DHA) only"
],
"ans": "B",
"exp": (
"Humans lack delta-12 and delta-15 desaturases, therefore CANNOT synthesize: "
"1. Linoleic acid (18:2, omega-6) - precursor to arachidonic acid and eicosanoids "
"2. Alpha-linolenic acid (18:3, omega-3) - precursor to EPA and DHA "
"These are TRUE essential fatty acids (must be obtained from diet). "
"Deficiency: Scaly dermatitis, impaired wound healing, increased susceptibility to infections. "
"Arachidonic acid can be synthesized FROM linoleic acid, so it is 'conditionally essential'. "
"DHA (22:6 omega-3) is important for brain and retinal development in infants. "
"(Harper's 32nd Ed)"
)
},
# ══════════════════════════════════════════════════════════════════════════════
# SECTION 4 – PROTEIN & AMINO ACID METABOLISM
# ══════════════════════════════════════════════════════════════════════════════
{
"section": "Protein & Amino Acid Metabolism",
"no": 16,
"year": "NEET PG 2023",
"q": "Phenylketonuria (PKU) is caused by deficiency of which enzyme?",
"opts": [
"A. Tyrosine hydroxylase",
"B. Phenylalanine hydroxylase",
"C. Homogentisate oxidase",
"D. Fumarylacetoacetase"
],
"ans": "B",
"exp": (
"Classic PKU (Type I): Deficiency of phenylalanine hydroxylase (PAH) - AR inheritance; "
"frequency 1/10,000 births. PAH converts Phe -> Tyr (requires BH4 - tetrahydrobiopterin as cofactor). "
"Accumulation: phenylalanine and phenylpyruvate (phenylketones). "
"Features: Intellectual disability (if untreated), fair skin/hair (reduced melanin because Tyr is deficient), "
"musty/mousy urine odor, seizures, eczema. "
"Treatment: Phenylalanine-restricted diet (avoid aspartame which contains phenylalanine). "
"Maternal PKU: Uncontrolled PKU during pregnancy -> microcephaly, congenital heart defects in infant. "
"Types II & III: Dihydrobiopterin reductase deficiency (BH4 recycling defect). "
"(Harper's 32nd Ed; Ganong's Physiology)"
)
},
{
"section": "Protein & Amino Acid Metabolism",
"no": 17,
"year": "INICET May 2022",
"q": "Alkaptonuria is caused by deficiency of which enzyme?",
"opts": [
"A. Fumarylacetoacetase",
"B. Maleylacetoacetate isomerase",
"C. Homogentisate oxidase (homogentisic acid oxidase)",
"D. 4-Hydroxyphenylpyruvate dioxygenase"
],
"ans": "C",
"exp": (
"Alkaptonuria = Deficiency of HOMOGENTISATE OXIDASE (homogentisic acid oxidase). "
"Homogentisic acid accumulates -> excreted in urine (urine turns black on standing). "
"Triad: (1) Dark urine on exposure to air, (2) Ochronosis (bluish-black pigment in cartilage, sclera), "
"(3) Arthritis (ochronotic arthropathy) in 4th-5th decade. "
"AR inheritance. Benign until adult life. Confirmed by increased homogentisic acid in urine. "
"Tyrosinemia Type I: Fumarylacetoacetase deficiency -> hepatorenal syndrome, liver failure. "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Protein & Amino Acid Metabolism",
"no": 18,
"year": "NEET PG 2021",
"q": "Ornithine transcarbamylase (OTC) deficiency is the most common urea cycle disorder. Its inheritance pattern is:",
"opts": [
"A. Autosomal dominant",
"B. Autosomal recessive",
"C. X-linked recessive",
"D. Mitochondrial inheritance"
],
"ans": "C",
"exp": (
"OTC (Ornithine transcarbamylase) deficiency is: "
"- Most COMMON urea cycle disorder "
"- X-LINKED (unlike all other urea cycle defects which are autosomal recessive) "
"- OTC catalyzes: Carbamoyl phosphate + Ornithine -> Citrulline (step 2 of urea cycle, in mitochondria) "
"Features: Hyperammonemia, elevated glutamine, DECREASED citrulline, INCREASED orotic acid in urine "
"(distinguishes from CPS-I deficiency where orotic acid is normal). "
"Treatment: Low-protein diet, sodium benzoate/phenylbutyrate (alternative nitrogen excretion routes), "
"liver transplantation (definitive). "
"(Harrison's 22E; Tintinalli Emergency Medicine)"
)
},
{
"section": "Protein & Amino Acid Metabolism",
"no": 19,
"year": "INICET Nov 2022",
"q": "Which amino acid is the precursor for both serotonin and melatonin?",
"opts": [
"A. Tyrosine",
"B. Tryptophan",
"C. Phenylalanine",
"D. Histidine"
],
"ans": "B",
"exp": (
"TRYPTOPHAN is the precursor for: "
"- Serotonin (5-HT): Trp -> 5-HTP (by tryptophan hydroxylase, rate-limiting; requires BH4) -> "
" 5-HT (by AAAD - aromatic amino acid decarboxylase; requires PLP/B6). "
" Serotonin -> Melatonin (by HIOMT in pineal gland). "
"- Niacin (Vitamin B3): 60 mg Trp = 1 mg niacin. Deficiency in carcinoid syndrome, Hartnup disease. "
"- Kynurenine pathway (90% of Trp): -> NAD+. "
"TYROSINE is the precursor for: Dopamine, Norepinephrine, Epinephrine, Melanin, T3/T4, DOPA. "
"HISTIDINE -> Histamine (by histidine decarboxylase; requires PLP). "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Protein & Amino Acid Metabolism",
"no": 20,
"year": "NEET PG 2022",
"q": "Maple Syrup Urine Disease (MSUD) involves deficiency of which enzyme?",
"opts": [
"A. Leucine aminotransferase",
"B. Branched-chain alpha-keto acid dehydrogenase (BCKD)",
"C. Isovaleryl-CoA dehydrogenase",
"D. Alpha-ketoglutarate dehydrogenase"
],
"ans": "B",
"exp": (
"MSUD = Deficiency of BCKD (Branched-chain alpha-keto acid dehydrogenase complex). "
"Affected amino acids: Leucine, Isoleucine, Valine (BCAAs - branched chain). "
"Accumulation of branched-chain keto acids -> maple syrup/burnt sugar odor in urine/earwax. "
"Features: Encephalopathy, poor feeding, seizures, opisthotonos in neonates; if untreated -> death. "
"Treatment: BCAA-restricted diet; thiamine responsive in some variants (cofactor for BCKD is thiamine-TPP). "
"BCKD complex is analogous to Pyruvate dehydrogenase complex (both require: TPP, Lipoic acid, FAD, NAD+, CoA). "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
# ══════════════════════════════════════════════════════════════════════════════
# SECTION 5 – VITAMINS & COFACTORS
# ══════════════════════════════════════════════════════════════════════════════
{
"section": "Vitamins & Cofactors",
"no": 21,
"year": "NEET PG 2023",
"q": "Vitamin C (ascorbic acid) is essential for collagen synthesis because it is required for:",
"opts": [
"A. Glycosylation of collagen",
"B. Hydroxylation of proline and lysine residues",
"C. Cross-linking of collagen fibers",
"D. Translation of collagen mRNA"
],
"ans": "B",
"exp": (
"Vitamin C (Ascorbic acid) activates PROLYL and LYSYL HYDROXYLASES which catalyze "
"hydroxylation of proline -> hydroxyproline and lysine -> hydroxylysine. "
"These hydroxy residues are essential for: "
"- Hydrogen bond formation within the triple helix -> stability "
"- Glycosylation attachment sites "
"- Cross-link formation (via lysyl oxidase, which needs Cu2+). "
"In SCURVY (Vit C deficiency): defective proline hydroxylation -> unstable triple helix -> "
"perifollicular hemorrhages, gum bleeding, poor wound healing, corkscrew hairs. "
"Vit C also has antioxidant properties and regenerates Vit E. "
"(Robbins Basic Pathology; Sabiston Surgery 8th Ed)"
)
},
{
"section": "Vitamins & Cofactors",
"no": 22,
"year": "INICET Nov 2021",
"q": "Thiamine (Vitamin B1) deficiency causes which metabolic block?",
"opts": [
"A. Inhibition of oxidative phosphorylation",
"B. Block at pyruvate dehydrogenase and alpha-ketoglutarate dehydrogenase",
"C. Inhibition of glycogen synthesis",
"D. Block at HMG-CoA reductase"
],
"ans": "B",
"exp": (
"Thiamine (B1) as TPP (Thiamine Pyrophosphate) is a cofactor for: "
"1. Pyruvate Dehydrogenase Complex (PDC): Pyruvate -> Acetyl-CoA "
"2. Alpha-ketoglutarate Dehydrogenase: Alpha-KG -> Succinyl-CoA (TCA cycle) "
"3. Transketolase (HMP shunt) "
"4. Branched-chain keto acid dehydrogenase (BCKD) "
"Deficiency -> Pyruvate accumulates -> lactic acidosis. "
"Clinical syndromes: "
"- Dry Beriberi: Peripheral neuropathy "
"- Wet Beriberi: High-output cardiac failure + edema "
"- Wernicke's encephalopathy (alcoholics): Confusion, ataxia, ophthalmoplegia "
"- Korsakoff syndrome: Anterograde amnesia, confabulation "
"- Leigh disease (subacute necrotizing encephalopathy): Pediatric. "
"(Lippincott 8th Ed; Robbins Pathology)"
)
},
{
"section": "Vitamins & Cofactors",
"no": 23,
"year": "NEET PG 2021",
"q": "Which vitamin deficiency causes pellagra (4 Ds: Dermatitis, Diarrhea, Dementia, Death)?",
"opts": [
"A. Vitamin B6 (Pyridoxine)",
"B. Vitamin B12 (Cobalamin)",
"C. Vitamin B3 (Niacin)",
"D. Vitamin B2 (Riboflavin)"
],
"ans": "C",
"exp": (
"PELLAGRA = Niacin (Vitamin B3) deficiency (or tryptophan deficiency, since Trp -> Niacin). "
"4 Ds: Dermatitis (photosensitive, Casal's necklace), Diarrhea, Dementia, Death. "
"Niacin forms NAD+ and NADP+ - essential coenzymes in >400 redox reactions. "
"Causes of pellagra: "
"1. Poor diet (maize-based diet - maize lacks tryptophan and niacin in bioavailable form) "
"2. Carcinoid syndrome (tryptophan diverted to serotonin) "
"3. Hartnup disease (tryptophan malabsorption - AR) "
"4. Isoniazid treatment (inhibits B6 needed for Trp -> Niacin conversion) "
"Treatment: Nicotinamide (niacinamide) - no flushing vs niacin. "
"High-dose niacin: lowers TGs, raises HDL (causes flushing, prevented by aspirin). "
"(Robbins Pathology; Lippincott 8th Ed)"
)
},
{
"section": "Vitamins & Cofactors",
"no": 24,
"year": "INICET May 2023",
"q": "Biotin is the cofactor for which class of enzymes?",
"opts": [
"A. Decarboxylases",
"B. Carboxylases (CO2-fixing enzymes)",
"C. Transaminases",
"D. Dehydrogenases"
],
"ans": "B",
"exp": (
"Biotin (Vitamin B7/H) is the cofactor for CARBOXYLASES (CO2-fixing enzymes): "
"1. Pyruvate Carboxylase: Pyruvate -> OAA (gluconeogenesis; mitochondria) "
"2. Acetyl-CoA Carboxylase: Acetyl-CoA -> Malonyl-CoA (RATE-LIMITING step of FA synthesis) "
"3. Propionyl-CoA Carboxylase: Propionyl-CoA -> Methylmalonyl-CoA "
"4. Beta-methylcrotonyl-CoA carboxylase (leucine catabolism) "
"Biotin deficiency: Caused by excess raw egg white consumption (avidin binds biotin) or "
"prolonged TPN. Features: Dermatitis, alopecia, neurological changes, organic aciduria. "
"PLP (B6) is the cofactor for TRANSAMINASES (aminotransferases). "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Vitamins & Cofactors",
"no": 25,
"year": "NEET PG 2022",
"q": "Vitamin K is required for the synthesis of which coagulation factors?",
"opts": [
"A. Factors I, II, V, VIII",
"B. Factors II, VII, IX, X and Protein C, S",
"C. Factors VIII, IX, X, XI",
"D. Factors III, IV, VII, X"
],
"ans": "B",
"exp": (
"Vitamin K is a fat-soluble vitamin required as a cofactor for gamma-carboxylation of glutamate "
"residues in clotting factors. Vitamin K-DEPENDENT factors (mnemonic 1972): "
"Factors II (prothrombin), VII, IX, X + Protein C, S, Z. "
"Mechanism: Vit K (hydroquinone form) enables carboxylation of Glu -> Gla (gamma-carboxyglutamate) "
"which allows Ca2+ binding and membrane attachment of clotting factors. "
"Vit K is recycled by VKOR (Vitamin K Epoxide Reductase) - target of WARFARIN. "
"Deficiency causes: Hemorrhagic disease of newborn (given IM Vit K1 at birth prophylactically), "
"bleeding on warfarin, fat malabsorption syndromes. "
"Vit K2 (menaquinone) also involved in bone mineralization (osteocalcin). "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
# ══════════════════════════════════════════════════════════════════════════════
# SECTION 6 – NUCLEOTIDE METABOLISM & MOLECULAR BIOLOGY
# ══════════════════════════════════════════════════════════════════════════════
{
"section": "Nucleotide Metabolism & Molecular Biology",
"no": 26,
"year": "NEET PG 2023",
"q": "Lesch-Nyhan syndrome is caused by deficiency of which enzyme?",
"opts": [
"A. Adenosine deaminase (ADA)",
"B. Hypoxanthine-guanine phosphoribosyltransferase (HGPRT)",
"C. Xanthine oxidase",
"D. Purine nucleoside phosphorylase"
],
"ans": "B",
"exp": (
"Lesch-Nyhan syndrome = HGPRT deficiency (Hypoxanthine-Guanine Phosphoribosyltransferase). "
"Inheritance: X-LINKED RECESSIVE (affects males). "
"HGPRT is required for PURINE SALVAGE PATHWAY: "
"Hypoxanthine + PRPP -> IMP and Guanine + PRPP -> GMP. "
"Without salvage: purines -> uric acid in excess -> HYPERURICEMIA. "
"Clinical: Hyperuricemia (gout-like arthritis), Uric acid nephropathy, Uric acid stones, "
"Intellectual disability, Choreoathetosis, SELF-MUTILATION (pathognomonic - biting fingers/lips). "
"Treatment: Allopurinol (xanthine oxidase inhibitor) for hyperuricemia; no cure for neurological features. "
"ADA deficiency -> SCID (severe combined immunodeficiency). "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Nucleotide Metabolism & Molecular Biology",
"no": 27,
"year": "INICET Nov 2022",
"q": "Which drug inhibits xanthine oxidase and is used to treat gout?",
"opts": [
"A. Probenecid",
"B. Colchicine",
"C. Allopurinol",
"D. Febuxostat"
],
"ans": "C",
"exp": (
"ALLOPURINOL inhibits XANTHINE OXIDASE (XO), reducing conversion of hypoxanthine and xanthine to uric acid. "
"Allopurinol itself is a substrate analog (structural analog of hypoxanthine) - suicide inhibitor. "
"Its active metabolite oxypurinol also inhibits XO. "
"Uses: Chronic gout prevention, Lesch-Nyhan syndrome, tumor lysis syndrome prevention. "
"Note: Febuxostat is a non-purine XO inhibitor (selective). "
"Probenecid: uricosuric (blocks renal tubular reabsorption of urate). "
"Colchicine: anti-inflammatory for acute gout (inhibits tubulin polymerization -> blocks neutrophil migration). "
"Rasburicase: recombinant uricase; converts uric acid -> allantoin (more soluble); for tumor lysis. "
"(Lippincott 8th Ed)"
)
},
{
"section": "Nucleotide Metabolism & Molecular Biology",
"no": 28,
"year": "NEET PG 2022",
"q": "The 5' to 3' direction of DNA replication on the lagging strand is accomplished via:",
"opts": [
"A. Continuous synthesis",
"B. Okazaki fragments",
"C. RNA primer only",
"D. Helicase activity"
],
"ans": "B",
"exp": (
"DNA polymerase can only synthesize DNA in the 5'->3' direction and requires a primer. "
"LEADING STRAND: synthesized continuously toward the replication fork (5'->3'). "
"LAGGING STRAND: synthesized in fragments AWAY from the replication fork as short OKAZAKI FRAGMENTS. "
"Each Okazaki fragment begins with an RNA primer (made by Primase), then DNA is synthesized. "
"In prokaryotes, DNA Pol I removes RNA primers and fills gaps; DNA ligase seals the nicks. "
"In eukaryotes, RNase H + FEN1 remove RNA primers; DNA Pol delta fills gaps; DNA ligase I seals. "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Nucleotide Metabolism & Molecular Biology",
"no": 29,
"year": "INICET May 2022",
"q": "Which type of RNA carries amino acids to the ribosome during translation?",
"opts": [
"A. mRNA",
"B. rRNA",
"C. tRNA",
"D. snRNA"
],
"ans": "C",
"exp": (
"tRNA (transfer RNA) = ADAPTOR molecule that: "
"1. Carries specific amino acids at its 3' CCA-OH terminus "
"2. Has an ANTICODON loop that base-pairs with the complementary codon on mRNA "
"Aminoacyl-tRNA synthetases charge tRNAs (one enzyme per amino acid; uses ATP). "
"rRNA forms the structural and catalytic core of ribosomes (28S rRNA is the ribozyme - peptidyl transferase). "
"mRNA carries genetic information from DNA to ribosomes. "
"RIBOSOME SITES: A site (incoming aminoacyl-tRNA), P site (peptidyl-tRNA), E site (exit). "
"Elongation factors (EF-1alpha in eukaryotes / EF-Tu in prokaryotes) bring aminoacyl-tRNA to A site. "
"(Lippincott 8th Ed)"
)
},
{
"section": "Nucleotide Metabolism & Molecular Biology",
"no": 30,
"year": "NEET PG 2023",
"q": "Reverse transcriptase is used by retroviruses. It synthesizes:",
"opts": [
"A. RNA from RNA template",
"B. DNA from RNA template",
"C. Protein from DNA template",
"D. DNA from DNA template"
],
"ans": "B",
"exp": (
"Reverse transcriptase (RNA-dependent DNA polymerase) synthesizes DNA using an RNA template. "
"This is the reverse of the central dogma (DNA -> RNA). "
"Steps in retrovirus (HIV) replication: "
"ssRNA genome -> (reverse transcriptase) -> ssDNA -> dsDNA -> (integrase) -> provirus integrated into host. "
"NRTI/NtRTI drugs (e.g., zidovudine/AZT, tenofovir) inhibit reverse transcriptase by acting as "
"chain terminators (lack 3'-OH). "
"Telomerase is a CELLULAR reverse transcriptase that extends telomeres using its own RNA template. "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
# ══════════════════════════════════════════════════════════════════════════════
# SECTION 7 – TCA CYCLE & OXIDATIVE PHOSPHORYLATION
# ══════════════════════════════════════════════════════════════════════════════
{
"section": "TCA Cycle & Oxidative Phosphorylation",
"no": 31,
"year": "NEET PG 2022",
"q": "Which complex of the electron transport chain is inhibited by cyanide?",
"opts": [
"A. Complex I (NADH dehydrogenase)",
"B. Complex II (Succinate dehydrogenase)",
"C. Complex III (Cytochrome bc1)",
"D. Complex IV (Cytochrome c oxidase)"
],
"ans": "D",
"exp": (
"ETC INHIBITORS (very high yield for NEET PG): "
"- Complex I: Rotenone, Amytal, Metformin (partial) "
"- Complex II: None clinically significant (Malonate is experimental) "
"- Complex III: Antimycin A "
"- Complex IV (Cytochrome c oxidase): CYANIDE (CN-), Carbon monoxide (CO), Azide, H2S "
"- ATP synthase (Complex V): Oligomycin "
"- Uncouplers (allow proton leak without ATP synthesis): 2,4-Dinitrophenol (DNP), Thermogenin (UCP-1), Aspirin (high dose) "
"Cyanide binds the Fe3+ (ferric) iron of cytochrome a3 (in Complex IV) - prevents O2 binding. "
"Treatment of cyanide poisoning: Nitrites (form methemoglobin which competes for CN-) + Thiosulfate "
"(converts CN- to thiocyanate by rhodanese). "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "TCA Cycle & Oxidative Phosphorylation",
"no": 32,
"year": "INICET Nov 2021",
"q": "Succinate dehydrogenase is unique in the TCA cycle because it is:",
"opts": [
"A. Located in the mitochondrial matrix",
"B. Part of Complex II of the electron transport chain",
"C. Only enzyme using NADH",
"D. Rate-limiting enzyme of TCA cycle"
],
"ans": "B",
"exp": (
"Succinate dehydrogenase (Complex II) is unique in the TCA cycle: "
"1. It is embedded in the INNER MITOCHONDRIAL MEMBRANE (all other TCA enzymes are in the matrix). "
"2. It is PART OF THE ETC (Complex II) - directly reduces FAD to FADH2. "
"3. It does NOT produce NADH - directly feeds FADH2 electrons to CoQ (ubiquinone). "
"Reaction: Succinate -> Fumarate + FADH2. "
"Competitive inhibitor: Malonate (structural analog of succinate - used in research). "
"SDHA mutations: Associated with paraganglioma/pheochromocytoma (Carney triad). "
"Aconitase (TCA cycle) and Isocitrate dehydrogenase (IDH) are commonly tested - IDH mutations in glioma (IDH1 R132H). "
"(Lippincott 8th Ed)"
)
},
{
"section": "TCA Cycle & Oxidative Phosphorylation",
"no": 33,
"year": "NEET PG 2021",
"q": "P/O ratio (ATP produced per oxygen atom consumed) for NADH via oxidative phosphorylation is approximately:",
"opts": [
"A. 1",
"B. 1.5",
"C. 2",
"D. 2.5"
],
"ans": "D",
"exp": (
"Updated P/O ratios (chemiosmotic theory, revised): "
"- NADH: P/O ratio = 2.5 (older texts say 3) "
"- FADH2: P/O ratio = 1.5 (older texts say 2) "
"The ATP produced per glucose (aerobic): ~30-32 ATP (older texts cited 36-38 ATP). "
"Source of ATP in glucose oxidation: "
"- Glycolysis: 2 ATP (substrate level) + 2 NADH (cytoplasmic, enter via malate-aspartate shuttle = 5 ATP or "
" glycerol-3-phosphate shuttle = 3 ATP) "
"- Pyruvate dehydrogenase: 2 NADH = 5 ATP "
"- TCA cycle: 3 NADH + 1 FADH2 + 1 GTP per turn (x2 turns) = 20 ATP "
"Total ~30-32 ATP per glucose. "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
# ══════════════════════════════════════════════════════════════════════════════
# SECTION 8 – HEME SYNTHESIS & PORPHYRIAS
# ══════════════════════════════════════════════════════════════════════════════
{
"section": "Heme Synthesis & Porphyrias",
"no": 34,
"year": "NEET PG 2023",
"q": "The rate-limiting enzyme of heme synthesis is:",
"opts": [
"A. Uroporphyrinogen decarboxylase",
"B. ALA synthase (delta-aminolevulinic acid synthase)",
"C. Porphobilinogen (PBG) deaminase",
"D. Ferrochelatase"
],
"ans": "B",
"exp": (
"ALA SYNTHASE (ALAS) is the RATE-LIMITING enzyme of heme synthesis. "
"Reaction: Succinyl-CoA + Glycine -> ALA (delta-aminolevulinic acid). "
"Location: MITOCHONDRIA; cofactor: PLP (Pyridoxal phosphate / B6). "
"Regulation: Inhibited by HEME (end-product feedback inhibition). "
"Two isoforms: ALAS1 (ubiquitous, inducible by drugs/starvation) and ALAS2 (erythroid-specific, X-linked sideroblastic anemia). "
"PORPHYRIAS (defects in heme synthesis): "
"- AIP (Acute Intermittent Porphyria): PBG deaminase deficiency; AD; neurovisceral attacks. "
"- PCT (Porphyria Cutanea Tarda): Uroporphyrinogen decarboxylase; most common; skin blisters. "
"- Lead poisoning: inhibits ALA dehydratase (ALA accumulates) and ferrochelatase. "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Heme Synthesis & Porphyrias",
"no": 35,
"year": "INICET May 2022",
"q": "In lead poisoning, which enzyme activities in heme synthesis are inhibited?",
"opts": [
"A. ALA synthase and PBG deaminase",
"B. ALA dehydratase and ferrochelatase",
"C. Uroporphyrinogen decarboxylase and coproporphyrinogen oxidase",
"D. Protoporphyrinogen oxidase and ferrochelatase"
],
"ans": "B",
"exp": (
"LEAD POISONING - heme synthesis enzymes inhibited: "
"1. ALA DEHYDRATASE (ALAD): ALA -> PBG step blocked -> ALA accumulates in urine. "
"2. FERROCHELATASE: Fe2+ incorporation into protoporphyrin IX blocked -> ZPP (zinc protoporphyrin) forms instead. "
"Lab findings: Elevated ALA in urine, elevated erythrocyte ZPP, basophilic stippling of RBCs "
"(aggregated ribosomes due to inhibition of 5'-nucleotidase), hypochromic microcytic anemia. "
"Other effects: Wrist/foot drop (motor neuropathy), encephalopathy (children), Burton lines (lead lines on gums). "
"Treatment: Chelation with EDTA, DMSA (succimer), BAL (dimercaprol); remove from exposure. "
"(Lippincott 8th Ed; Harrison's 22E)"
)
},
# ══════════════════════════════════════════════════════════════════════════════
# SECTION 9 – CONNECTIVE TISSUE & STRUCTURAL PROTEINS
# ══════════════════════════════════════════════════════════════════════════════
{
"section": "Connective Tissue & Structural Proteins",
"no": 36,
"year": "NEET PG 2022",
"q": "Type I collagen is the predominant collagen in which of the following tissues?",
"opts": [
"A. Cartilage and vitreous humor",
"B. Basement membranes",
"C. Skin, bone, tendon, and cornea",
"D. Blood vessels (only)"
],
"ans": "C",
"exp": (
"COLLAGEN TYPE MNEMONICS (High yield): "
"Type I ('one bone'): Skin, Bone, Tendon, Cornea, Dentin - most abundant (90% of body collagen) "
"Type II ('two cartilage'): Cartilage, Vitreous humor, Nucleus pulposus "
"Type III ('three reticulin'): Reticulin - skin, blood vessels, uterus; Ehlers-Danlos (EDS type IV) "
"Type IV: Basement membranes (filtration); Alport syndrome; target of anti-GBM antibody in Goodpasture syndrome "
"Type VII: Anchoring fibrils of skin; Epidermolysis bullosa dystrophica "
"Osteogenesis Imperfecta: Defect in Type I collagen (COL1A1/COL1A2 mutations). "
"Collagen synthesis steps: Gene transcription -> prepro-collagen -> cleavage of signal -> procollagen -> "
"triple helix (in ER) -> secretion -> cleavage of propeptides -> tropocollagen -> cross-linking. "
"(Robbins Pathology; Sabiston Surgery)"
)
},
{
"section": "Connective Tissue & Structural Proteins",
"no": 37,
"year": "INICET Nov 2022",
"q": "Marfan syndrome involves a defect in which protein?",
"opts": [
"A. Collagen type I",
"B. Fibrillin-1",
"C. Elastin",
"D. Laminin"
],
"ans": "B",
"exp": (
"Marfan Syndrome: Autosomal DOMINANT mutation in FBN1 gene -> defective FIBRILLIN-1. "
"Fibrillin-1 is a component of microfibrils in extracellular matrix. It normally sequesters TGF-beta. "
"Defective fibrillin -> excess free TGF-beta -> tissue weakening. "
"Clinical features: Tall stature, arachnodactyly, hypermobile joints, lens dislocation (ectopia lentis - "
"upward and outward), aortic root dilatation/dissection, mitral valve prolapse. "
"Homocystinuria (cystathionine synthase deficiency) also causes lens dislocation but DOWNWARD "
"and causes intellectual disability, thrombosis - distinguish from Marfan! "
"Ehlers-Danlos Syndrome: Defect in collagen (various types); skin hyperextensibility, joint hypermobility. "
"(Robbins Basic Pathology; Harrison's 22E)"
)
},
# ══════════════════════════════════════════════════════════════════════════════
# SECTION 10 – HORMONES, SIGNAL TRANSDUCTION & CLINICAL BIOCHEMISTRY
# ══════════════════════════════════════════════════════════════════════════════
{
"section": "Hormones & Signal Transduction",
"no": 38,
"year": "NEET PG 2023",
"q": "Which second messenger is produced by phospholipase C activation?",
"opts": [
"A. cAMP only",
"B. IP3 and DAG",
"C. cGMP",
"D. Arachidonic acid only"
],
"ans": "B",
"exp": (
"Phospholipase C (PLC) cleaves PIP2 (phosphatidylinositol 4,5-bisphosphate) into: "
"1. IP3 (Inositol-1,4,5-trisphosphate) -> releases Ca2+ from ER (via IP3 receptors). "
"2. DAG (Diacylglycerol) -> activates Protein Kinase C (PKC). "
"This cascade is initiated by Gq-coupled receptors (QISS and QIQQK mnemonic): "
"Gq: M1, M3 (muscarinic), H1, alpha-1 adrenergic, V1 (vasopressin), oxytocin, GnRH, TRH, angiotensin II. "
"cAMP pathway: Gs-coupled (increase) or Gi-coupled (decrease). "
"cGMP pathway: Nitric oxide -> soluble guanylyl cyclase -> cGMP -> PKG. "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Hormones & Signal Transduction",
"no": 39,
"year": "INICET May 2023",
"q": "Insulin receptor is classified as which type of receptor?",
"opts": [
"A. G-protein coupled receptor (GPCR)",
"B. Nuclear receptor",
"C. Receptor tyrosine kinase (RTK)",
"D. Ligand-gated ion channel"
],
"ans": "C",
"exp": (
"Insulin receptor = RECEPTOR TYROSINE KINASE (RTK). "
"Structure: Heterotetrameric (alpha2-beta2); alpha subunits are extracellular (insulin-binding); "
"beta subunits are transmembrane with intrinsic tyrosine kinase activity. "
"Binding insulin -> autophosphorylation of beta subunits -> phosphorylates IRS-1/IRS-2 -> "
"activates PI3K -> Akt -> GLUT-4 translocation to membrane (in muscle and adipose). "
"Other RTKs: EGF receptor, PDGF receptor, FGF receptor, IGF-1 receptor. "
"NUCLEAR RECEPTORS (intracellular): Steroids (GC, MC, sex hormones), Thyroid hormones, Vitamin D, Retinoic acid. "
"(Lippincott 8th Ed)"
)
},
{
"section": "Hormones & Signal Transduction",
"no": 40,
"year": "NEET PG 2021",
"q": "Which enzyme converts angiotensin I to angiotensin II?",
"opts": [
"A. Renin",
"B. Angiotensinogen synthase",
"C. Angiotensin-converting enzyme (ACE)",
"D. Neprilysin"
],
"ans": "C",
"exp": (
"RAAS Pathway: "
"Angiotensinogen (liver) -> [Renin from JGA of kidney] -> Angiotensin I (inactive, 10 aa) "
"-> [ACE - from pulmonary endothelium] -> Angiotensin II (8 aa, active). "
"Angiotensin II effects: Vasoconstriction (AT1R), aldosterone secretion (adrenal cortex), "
"ADH release, sympathetic activation, Na+ retention. "
"ACE INHIBITORS (e.g., lisinopril): Also prevent bradykinin breakdown -> bradykinin accumulates "
"-> cough (side effect); contraindicated in pregnancy (teratogenic, causes fetal renal failure). "
"ARBs (e.g., losartan): Block AT1 receptor; no bradykinin effect; less cough. "
"ACE also degrades: Bradykinin, substance P. "
"(Guyton & Hall Physiology; Lippincott 8th Ed)"
)
},
# ══════════════════════════════════════════════════════════════════════════════
# SECTION 11 – ADDITIONAL HIGH-YIELD MCQs
# ══════════════════════════════════════════════════════════════════════════════
{
"section": "Additional High-Yield MCQs",
"no": 41,
"year": "NEET PG 2022",
"q": "Which vitamin requires intrinsic factor (IF) for absorption?",
"opts": [
"A. Folic acid",
"B. Vitamin B12 (Cobalamin)",
"C. Vitamin B6",
"D. Vitamin B1"
],
"ans": "B",
"exp": (
"Vitamin B12 (Cobalamin) absorption requires intrinsic factor (IF): "
"- IF is a glycoprotein secreted by PARIETAL CELLS of gastric fundus. "
"- B12-IF complex binds cubilin receptor in terminal ILEUM for absorption. "
"- Deficiency causes: Megaloblastic anemia, subacute combined degeneration of spinal cord "
" (dorsal columns + lateral corticospinal tract), glossitis. "
"Pernicious anemia: Autoimmune destruction of parietal cells (anti-parietal cell + anti-IF antibodies). "
"Schilling test: Used to differentiate causes of B12 deficiency. "
"Note: Folic acid absorption is in jejunum and does NOT require IF. "
"B12 deficiency vs. Folate deficiency: Both cause megaloblastic anemia; "
"B12 deficiency additionally causes neurological features and elevated homocysteine AND methylmalonic acid. "
"Folate deficiency: Only elevated homocysteine (not methylmalonic acid). "
"(Lippincott 8th Ed; Robbins Pathology)"
)
},
{
"section": "Additional High-Yield MCQs",
"no": 42,
"year": "INICET Nov 2021",
"q": "Homocystinuria due to cystathionine beta-synthase deficiency is treated with which vitamin?",
"opts": [
"A. Vitamin B12",
"B. Vitamin B6 (Pyridoxine)",
"C. Folic acid",
"D. Riboflavin"
],
"ans": "B",
"exp": (
"Homocystinuria (classic type): Cystathionine beta-synthase (CBS) deficiency -> homocysteine accumulates. "
"Inheritance: Autosomal recessive. "
"Features: Intellectual disability, lens dislocation (DOWNWARD, ectopia lentis), Marfanoid habitus, "
"osteoporosis, THROMBOEMBOLISM (platelet aggregation + vascular endothelial injury). "
"Biochemistry: Methionine -> Homocysteine -> (CBS, PLP/B6) -> Cystathionine -> Cysteine. "
"If CBS defective -> Homocysteine accumulates. "
"Treatment: Vitamin B6 (B6-responsive variant); also methionine-restricted diet + betaine supplementation. "
"B12 + Folate also lower homocysteine (via methionine synthase remethylation pathway). "
"Elevated homocysteine is also a CARDIOVASCULAR RISK FACTOR (damages endothelium). "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Additional High-Yield MCQs",
"no": 43,
"year": "NEET PG 2021",
"q": "Which enzyme is deficient in Tay-Sachs disease?",
"opts": [
"A. Glucocerebrosidase",
"B. Sphingomyelinase",
"C. Hexosaminidase A",
"D. Arylsulfatase A"
],
"ans": "C",
"exp": (
"LYSOSOMAL STORAGE DISEASES - HIGH YIELD TABLE: "
"- Tay-Sachs: Hexosaminidase A deficiency -> GM2 ganglioside accumulation; "
" cherry-red spot on macula, progressive neurodegeneration; no organomegaly; AR. "
"- Gaucher disease: Glucocerebrosidase (beta-glucosidase) deficiency -> glucocerebroside; "
" most common LSD; Gaucher cells (crumpled tissue paper cytoplasm); hepatosplenomegaly, bone pain. "
"- Niemann-Pick: Sphingomyelinase deficiency -> sphingomyelin; cherry-red spot + hepatosplenomegaly. "
"- Krabbe: Galactocerebrosidase deficiency; globoid cells. "
"- Metachromatic leukodystrophy (MLD): Arylsulfatase A deficiency. "
"- Fabry: Alpha-galactosidase A deficiency; X-linked; angiokeratoma, renal failure. "
"- Hurler: Alpha-L-iduronidase (MPS type I); corneal clouding + intellectual disability. "
"(Lippincott 8th Ed; Robbins Pathology)"
)
},
{
"section": "Additional High-Yield MCQs",
"no": 44,
"year": "INICET May 2023",
"q": "The P450 cytochrome enzyme system in drug metabolism primarily uses which cofactor?",
"opts": [
"A. NAD+",
"B. FAD",
"C. NADPH",
"D. FMN"
],
"ans": "C",
"exp": (
"Cytochrome P450 (CYP) monooxygenase system: "
"CYP enzymes catalyze: R-H + O2 + NADPH + H+ -> R-OH + H2O + NADP+ "
"Electron donor: NADPH (via NADPH-cytochrome P450 reductase, which uses both FAD and FMN). "
"Location: Mainly ER (microsomes) and mitochondria of LIVER (also intestine, lung, adrenal). "
"Functions: Drug/xenobiotic metabolism (Phase I - oxidation, hydroxylation), "
"steroid hormone synthesis, vitamin D activation, fatty acid omega-oxidation. "
"Important CYP inducers: Rifampicin, carbamazepine, phenytoin, barbiturates (St. John's Wort). "
"Important CYP inhibitors: Ketoconazole, erythromycin, grapefruit juice (CYP3A4), isoniazid (CYP2E1). "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Additional High-Yield MCQs",
"no": 45,
"year": "NEET PG 2022",
"q": "Southern blotting detects:",
"opts": [
"A. RNA",
"B. Protein",
"C. DNA",
"D. Lipids"
],
"ans": "C",
"exp": (
"BLOTTING TECHNIQUES MNEMONIC (SDN-WEB): "
"S = Southern blot -> DNA (invented by Edwin Southern, 1975) "
"N = Northern blot -> RNA (mRNA/gene expression) "
"W = Western blot -> Protein (e.g., HIV confirmatory test - detects anti-HIV antibodies/viral proteins) "
"Other techniques: "
"- ELISA: Antigen or antibody detection (HIV screening) "
"- PCR: Amplifies specific DNA sequences (most sensitive diagnostic tool) "
"- FISH (Fluorescence In Situ Hybridization): Chromosomal abnormalities "
"- DNA microarray / gene chip: Genome-wide expression profiling "
"Southern blot steps: Restriction enzyme digest -> agarose gel electrophoresis -> "
"transfer to nitrocellulose membrane -> hybridization with labeled probe -> detection. "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Additional High-Yield MCQs",
"no": 46,
"year": "INICET Nov 2022",
"q": "Which mutation causes sickle cell disease?",
"opts": [
"A. Deletion of exon 1 of beta-globin gene",
"B. Point mutation: Glu -> Val at position 6 of beta-globin chain",
"C. Frameshift mutation in alpha-globin gene",
"D. Nonsense mutation causing premature stop codon at position 17"
],
"ans": "B",
"exp": (
"Sickle Cell Disease: Single POINT MUTATION in HBB gene (beta-globin). "
"Codon 6: GAG -> GTG (A->T transversion) = Glutamic acid (Glu, negatively charged) -> Valine (Val, hydrophobic). "
"This substitution creates a hydrophobic 'sticky patch' on deoxygenated HbS -> "
"HbS polymerizes into long fibers -> RBC sickling. "
"Inheritance: Autosomal recessive; HbSS = disease; HbAS = sickle cell trait (mostly asymptomatic). "
"HbF (fetal Hb, alpha2-gamma2) inhibits sickling - hence hydroxyurea (increases HbF) is therapeutic. "
"Lab: HbS migrates differently on hemoglobin electrophoresis (alkaline: HbS between HbA and HbC). "
"Complications: Vaso-occlusive crisis, acute chest syndrome, splenic sequestration/autosplenectomy, "
"stroke, priapism, avascular necrosis, aplastic crisis (parvovirus B19). "
"(Lippincott 8th Ed; Harrison's 22E)"
)
},
{
"section": "Additional High-Yield MCQs",
"no": 47,
"year": "NEET PG 2021",
"q": "Which enzyme catalyzes the conversion of fibrinogen to fibrin?",
"opts": [
"A. Plasmin",
"B. Thrombin",
"C. Factor Xa",
"D. Streptokinase"
],
"ans": "B",
"exp": (
"THROMBIN (Factor IIa): Serine protease that cleaves fibrinogen (Factor I) -> fibrin monomers. "
"Fibrin monomers -> (Factor XIIIa cross-links) -> stable fibrin clot. "
"Thrombin also: Activates Factors V, VIII, XI, XIII; activates platelets; activates Protein C "
"(anticoagulant when bound to thrombomodulin). "
"Plasmin: Fibrinolytic enzyme; cleaves fibrin -> FDPs; D-dimer is a specific FDP. "
"Streptokinase: Bacterial protein that activates plasminogen -> plasmin (thrombolytic agent). "
"Direct thrombin inhibitors: Dabigatran (oral), argatroban, bivalirudin. "
"LMWH/Heparin: Enhances antithrombin (inhibits Xa and IIa). "
"(Lippincott 8th Ed)"
)
},
{
"section": "Additional High-Yield MCQs",
"no": 48,
"year": "INICET May 2023",
"q": "GLUT-2 transporter is characteristically found in which tissue?",
"opts": [
"A. Brain and neurons",
"B. Liver, pancreatic beta-cells, and small intestine",
"C. Muscle and adipose tissue",
"D. RBCs only"
],
"ans": "B",
"exp": (
"GLUCOSE TRANSPORTERS (GLUTs) - HIGH YIELD: "
"GLUT-1: RBCs, blood-brain barrier; high affinity (low Km); basal glucose uptake. "
"GLUT-2: LIVER, PANCREATIC BETA-CELLS, small intestine, kidney; LOW affinity (high Km ~15-20 mM); "
" acts as glucose SENSOR - active only when blood glucose is HIGH (postprandial). "
"GLUT-3: Neurons; high affinity (even in low glucose). "
"GLUT-4: MUSCLE and ADIPOSE; insulin-dependent (translocated to membrane by insulin via Akt pathway); "
" exercise also causes GLUT-4 translocation independently of insulin. "
"GLUT-5: Fructose transporter in small intestine and sperm. "
"SGLTs (Na+-glucose cotransporters): SGLT1 (intestine, kidney S3), SGLT2 (kidney S1/S2, proximal tubule). "
"SGLT2 inhibitors (e.g. empagliflozin) used in T2DM. "
"(Basic Medical Biochemistry 6e; Lippincott 8th Ed)"
)
},
{
"section": "Additional High-Yield MCQs",
"no": 49,
"year": "NEET PG 2023",
"q": "The process of removing introns and joining exons during gene expression is called:",
"opts": [
"A. Translation",
"B. Transcription",
"C. RNA splicing",
"D. RNA capping"
],
"ans": "C",
"exp": (
"Post-transcriptional modifications of pre-mRNA in eukaryotes: "
"1. 5' CAPPING: Addition of 7-methylguanosine cap -> protects mRNA from degradation, aids ribosomal binding. "
"2. 3' POLYADENYLATION: Poly-A tail added by poly-A polymerase -> stability, nuclear export. "
"3. RNA SPLICING: Removal of INTRONS, joining of EXONS; carried out by SPLICEOSOME "
" (snRNPs - small nuclear ribonucleoproteins: U1, U2, U4, U5, U6). "
" Branch point A nucleotide attacks 5' splice site (transesterification). "
"Alternative splicing: One pre-mRNA can generate multiple different proteins -> proteome diversity. "
"Splicing mutations: Can cause disease (e.g., beta-thalassemia - some mutations affect splice sites). "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
{
"section": "Additional High-Yield MCQs",
"no": 50,
"year": "INICET Nov 2022",
"q": "Which amino acid is the immediate precursor of NO (nitric oxide) synthesis?",
"opts": [
"A. Glutamine",
"B. Arginine",
"C. Citrulline",
"D. Aspartate"
],
"ans": "B",
"exp": (
"Nitric Oxide (NO) synthesis: "
"L-ARGININE + O2 + NADPH -> (Nitric Oxide Synthase, NOS) -> L-CITRULLINE + NO. "
"Cofactors for NOS: NADPH, FAD, FMN, BH4, calmodulin/Ca2+. "
"Three isoforms of NOS: "
"- eNOS (endothelial): Vasodilation (activated by Ca2+/shear stress); NO -> cGMP -> PKG -> MLCK inhibition. "
"- nNOS (neuronal): Neurotransmission; memory (LTP). "
"- iNOS (inducible): Macrophages; immune defense; large amounts of NO -> cytotoxic. "
"Pharmacology: Nitrates (GTN, isosorbide) -> NO donors; sildenafil inhibits PDE5 (prevents cGMP breakdown). "
"L-NMMA and L-NAME are NOS inhibitors (used experimentally). "
"(Lippincott 8th Ed; Harper's 32nd Ed)"
)
},
]
# ─── PDF GENERATION ────────────────────────────────────────────────────────────
def build_pdf():
doc = SimpleDocTemplate(
OUTPUT_PATH,
pagesize=A4,
rightMargin=2*cm, leftMargin=2*cm,
topMargin=2.5*cm, bottomMargin=2*cm,
title="Biochemistry NEET PG / INICET High Yield PYQs",
author="Orris Medical AI"
)
styles = getSampleStyleSheet()
# Custom styles
cover_title = ParagraphStyle(
"CoverTitle",
parent=styles["Title"],
fontSize=26,
textColor=colors.HexColor("#1a3a5c"),
spaceAfter=10,
alignment=TA_CENTER,
fontName="Helvetica-Bold"
)
cover_sub = ParagraphStyle(
"CoverSub",
parent=styles["Normal"],
fontSize=13,
textColor=colors.HexColor("#2e6da4"),
spaceAfter=6,
alignment=TA_CENTER
)
section_heading = ParagraphStyle(
"SectionHeading",
parent=styles["Heading1"],
fontSize=14,
textColor=colors.white,
backColor=colors.HexColor("#1a3a5c"),
spaceBefore=14,
spaceAfter=8,
leftIndent=-10,
rightIndent=-10,
borderPadding=(6, 8, 6, 8),
fontName="Helvetica-Bold"
)
q_no_style = ParagraphStyle(
"QNo",
parent=styles["Normal"],
fontSize=9,
textColor=colors.HexColor("#2e6da4"),
spaceAfter=2,
fontName="Helvetica-Bold"
)
q_style = ParagraphStyle(
"QText",
parent=styles["Normal"],
fontSize=11,
textColor=colors.HexColor("#1a1a1a"),
spaceAfter=4,
leading=16,
fontName="Helvetica-Bold"
)
opt_style = ParagraphStyle(
"OptText",
parent=styles["Normal"],
fontSize=10,
textColor=colors.HexColor("#333333"),
leading=15,
leftIndent=10
)
ans_style = ParagraphStyle(
"AnsText",
parent=styles["Normal"],
fontSize=10,
textColor=colors.HexColor("#1a7a2e"),
spaceAfter=3,
fontName="Helvetica-Bold"
)
exp_style = ParagraphStyle(
"ExpText",
parent=styles["Normal"],
fontSize=9.5,
textColor=colors.HexColor("#2a2a2a"),
leading=14.5,
spaceAfter=4,
alignment=TA_JUSTIFY
)
tag_style = ParagraphStyle(
"TagStyle",
parent=styles["Normal"],
fontSize=8.5,
textColor=colors.HexColor("#666666"),
spaceAfter=2,
fontName="Helvetica-Oblique"
)
footer_style = ParagraphStyle(
"Footer",
parent=styles["Normal"],
fontSize=8,
textColor=colors.grey,
alignment=TA_CENTER
)
story = []
# ── COVER PAGE ──────────────────────────────────────────────────────────────
story.append(Spacer(1, 1.5*cm))
story.append(Paragraph("BIOCHEMISTRY", cover_title))
story.append(Paragraph("NEET PG & INICET", cover_title))
story.append(Spacer(1, 0.5*cm))
story.append(Paragraph("High Yield Previous Year Questions (PYQs)", cover_sub))
story.append(Paragraph("with Detailed Explanations", cover_sub))
story.append(Spacer(1, 0.3*cm))
story.append(HRFlowable(width="100%", thickness=2, color=colors.HexColor("#2e6da4")))
story.append(Spacer(1, 0.3*cm))
stats_data = [
["Total Questions", "Exam Coverage", "Topics", "Compiled"],
["50 MCQs", "NEET PG 2019-2024\nINICET 2021-2023", "10 Core Topics", "June 2026"]
]
stats_table = Table(stats_data, colWidths=[4*cm, 5.5*cm, 4*cm, 4*cm])
stats_table.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,0), colors.HexColor("#1a3a5c")),
("TEXTCOLOR", (0,0), (-1,0), colors.white),
("FONTNAME", (0,0), (-1,0), "Helvetica-Bold"),
("FONTSIZE", (0,0), (-1,0), 10),
("FONTSIZE", (0,1), (-1,1), 10),
("ALIGN", (0,0), (-1,-1), "CENTER"),
("VALIGN", (0,0), (-1,-1), "MIDDLE"),
("ROWBACKGROUNDS", (0,1), (-1,1), [colors.HexColor("#e8f0fb")]),
("GRID", (0,0), (-1,-1), 0.5, colors.HexColor("#2e6da4")),
("TOPPADDING", (0,0), (-1,-1), 8),
("BOTTOMPADDING", (0,0), (-1,-1), 8),
]))
story.append(stats_table)
story.append(Spacer(1, 0.5*cm))
topics_header = ParagraphStyle("TH", parent=styles["Normal"], fontSize=11,
fontName="Helvetica-Bold", textColor=colors.HexColor("#1a3a5c"),
spaceBefore=8, spaceAfter=4)
story.append(Paragraph("Topics Covered:", topics_header))
topics_list = [
"1. Enzyme Kinetics & Regulation (Km, Vmax, inhibition, allosteric)",
"2. Carbohydrate Metabolism (Glycolysis, GSD, G6PD, HbA1c, gluconeogenesis)",
"3. Lipid Metabolism (Cholesterol, Lipoprotein, Ketogenesis, FA synthesis)",
"4. Protein & Amino Acid Metabolism (PKU, Alkaptonuria, Urea cycle, MSUD)",
"5. Vitamins & Cofactors (B1, B3, B6, B7, B12, C, K)",
"6. Nucleotide Metabolism & Molecular Biology (Gout, DNA replication, PCR, blotting)",
"7. TCA Cycle & Oxidative Phosphorylation (ETC inhibitors, ATP yield)",
"8. Heme Synthesis & Porphyrias (ALA synthase, Porphyrias, Lead poisoning)",
"9. Connective Tissue & Structural Proteins (Collagen types, Marfan, EDS)",
"10. Hormones, Signal Transduction & Clinical Biochemistry (cAMP/IP3, RAAS, GLUTs)"
]
for t in topics_list:
story.append(Paragraph(t, ParagraphStyle("TL", parent=styles["Normal"], fontSize=10,
leftIndent=10, spaceAfter=3,
textColor=colors.HexColor("#2a2a2a"))))
story.append(Spacer(1, 0.5*cm))
story.append(HRFlowable(width="100%", thickness=1, color=colors.HexColor("#2e6da4")))
story.append(Spacer(1, 0.3*cm))
story.append(Paragraph(
"Sources: Harper's Illustrated Biochemistry 32nd Ed | Lippincott Biochemistry 8th Ed | "
"Basic Medical Biochemistry 6e | Harrison's 22E | Robbins Basic Pathology",
ParagraphStyle("Src", parent=styles["Normal"], fontSize=8.5, textColor=colors.grey,
alignment=TA_CENTER, fontName="Helvetica-Oblique")))
story.append(PageBreak())
# ── QUESTIONS ──────────────────────────────────────────────────────────────
current_section = None
for q in questions:
if q["section"] != current_section:
current_section = q["section"]
story.append(Spacer(1, 0.4*cm))
# Section header with colored background
sec_table = Table([[Paragraph(f" {current_section}", section_heading)]],
colWidths=[17*cm])
sec_table.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,-1), colors.HexColor("#1a3a5c")),
("TOPPADDING", (0,0), (-1,-1), 5),
("BOTTOMPADDING", (0,0), (-1,-1), 5),
("LEFTPADDING", (0,0), (-1,-1), 8),
]))
story.append(sec_table)
story.append(Spacer(1, 0.3*cm))
# Build question block
q_block = []
q_block.append(Paragraph(
f"Q{q['no']}. <font color='#2e6da4'>({q['year']})</font>",
q_no_style))
q_block.append(Paragraph(q["q"], q_style))
for opt in q["opts"]:
q_block.append(Paragraph(opt, opt_style))
q_block.append(Spacer(1, 0.15*cm))
# Answer row
ans_table = Table(
[[Paragraph(f"ANSWER: {q['ans']}", ans_style),
Paragraph("", styles["Normal"])]],
colWidths=[3.5*cm, 13.5*cm]
)
ans_table.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,-1), colors.HexColor("#e8f8ed")),
("LEFTPADDING", (0,0), (-1,-1), 6),
("RIGHTPADDING", (0,0), (-1,-1), 6),
("TOPPADDING", (0,0), (-1,-1), 4),
("BOTTOMPADDING", (0,0), (-1,-1), 4),
("ROUNDEDCORNERS", [3]),
]))
q_block.append(ans_table)
q_block.append(Spacer(1, 0.1*cm))
# Explanation
exp_box = Table(
[[Paragraph("<b>Explanation:</b>", ParagraphStyle("ExpH", parent=styles["Normal"],
fontSize=9.5, fontName="Helvetica-Bold",
textColor=colors.HexColor("#1a3a5c")))],
[Paragraph(q["exp"], exp_style)]],
colWidths=[17*cm]
)
exp_box.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,-1), colors.HexColor("#f5f8fd")),
("BOX", (0,0), (-1,-1), 0.75, colors.HexColor("#2e6da4")),
("LEFTPADDING", (0,0), (-1,-1), 8),
("RIGHTPADDING", (0,0), (-1,-1), 8),
("TOPPADDING", (0,0), (-1,-1), 5),
("BOTTOMPADDING", (0,0), (-1,-1), 5),
]))
q_block.append(exp_box)
q_block.append(Spacer(1, 0.4*cm))
q_block.append(HRFlowable(width="100%", thickness=0.5, color=colors.HexColor("#cccccc")))
q_block.append(Spacer(1, 0.2*cm))
story.append(KeepTogether(q_block))
# ── END NOTES ───────────────────────────────────────────────────────────────
story.append(PageBreak())
story.append(Spacer(1, 1*cm))
end_title = ParagraphStyle("ET", parent=styles["Normal"], fontSize=16,
fontName="Helvetica-Bold", textColor=colors.HexColor("#1a3a5c"),
alignment=TA_CENTER, spaceAfter=12)
story.append(Paragraph("Quick Reference Summary", end_title))
story.append(HRFlowable(width="100%", thickness=2, color=colors.HexColor("#2e6da4")))
story.append(Spacer(1, 0.5*cm))
summary_data = [
["Topic", "Rate-Limiting Enzyme / Key Fact"],
["Glycolysis", "PFK-1 (activated by AMP, fructose-2,6-BP; inhibited by ATP, citrate)"],
["Gluconeogenesis", "Fructose-1,6-bisphosphatase (inhibited by AMP, F-2,6-BP)"],
["Fatty Acid Synthesis", "Acetyl-CoA Carboxylase (inhibited by palmitoyl-CoA; activated by citrate)"],
["Beta-Oxidation", "Carnitine shuttle via CPT-I (inhibited by malonyl-CoA)"],
["Ketogenesis", "HMG-CoA synthase (mitochondrial); only in hepatic mitochondria"],
["Cholesterol Synthesis", "HMG-CoA Reductase (inhibited by statins)"],
["Heme Synthesis", "ALA Synthase (inhibited by heme; cofactor PLP/B6)"],
["Urea Cycle", "CPS-I (carbamoyl phosphate synthetase I) - first committed step"],
["Purine Synthesis (de novo)", "PRPP amidotransferase (rate-limiting; inhibited by AMP/GMP)"],
["Pyrimidine Synthesis", "CPS-II (cytoplasm) / ATCase"],
["TCA Cycle", "Isocitrate dehydrogenase (key regulatory enzyme)"],
]
summary_table = Table(summary_data, colWidths=[5.5*cm, 11.5*cm])
summary_table.setStyle(TableStyle([
("BACKGROUND", (0,0), (-1,0), colors.HexColor("#1a3a5c")),
("TEXTCOLOR", (0,0), (-1,0), colors.white),
("FONTNAME", (0,0), (-1,0), "Helvetica-Bold"),
("FONTSIZE", (0,0), (-1,-1), 9),
("ROWBACKGROUNDS", (0,1), (-1,-1), [colors.white, colors.HexColor("#e8f0fb")]),
("GRID", (0,0), (-1,-1), 0.5, colors.HexColor("#2e6da4")),
("TOPPADDING", (0,0), (-1,-1), 5),
("BOTTOMPADDING", (0,0), (-1,-1), 5),
("LEFTPADDING", (0,0), (-1,-1), 6),
("VALIGN", (0,0), (-1,-1), "MIDDLE"),
]))
story.append(summary_table)
story.append(Spacer(1, 1*cm))
disclaimer_style = ParagraphStyle("Disc", parent=styles["Normal"], fontSize=8,
textColor=colors.grey, alignment=TA_CENTER,
fontName="Helvetica-Oblique")
story.append(Paragraph(
"This material is compiled for educational purposes from authoritative medical textbooks "
"(Harper's 32nd Ed, Lippincott Biochemistry 8th Ed, Basic Medical Biochemistry 6e, Harrison's 22E). "
"Always cross-reference with your institution's recommended curriculum. | Generated by Orris Medical AI | June 2026",
disclaimer_style))
doc.build(story)
print(f"PDF saved to: {OUTPUT_PATH}")
if __name__ == "__main__":
build_pdf()
cd /home/daytona/workspace/biochemistry-neet-pg && python3 generate_pdf.py 2>&1
ls -lh /home/daytona/workspace/biochemistry-neet-pg/Biochemistry_NEET_PG_INICET_HighYield_PYQs.pdf
Biochemistry NEET PG INICET HighYield PYQs
PDF Document · PDF
| # | Section | Questions |
|---|---|---|
| 1 | Enzyme Kinetics & Regulation | Km/Vmax, Competitive inhibition, Glucokinase, Serine proteases |
| 2 | Carbohydrate Metabolism | PFK-1 (rate-limiting), Pyruvate kinase deficiency, HbA1c, Von Gierke disease, G6PD, Gluconeogenesis |
| 3 | Lipid Metabolism | HMG-CoA reductase, Carnitine/CPT-I, Lipoproteins, Ketogenesis, Essential fatty acids |
| 4 | Protein & Amino Acid Metabolism | PKU, Alkaptonuria, OTC deficiency (urea cycle), Tryptophan/serotonin, MSUD |
| 5 | Vitamins & Cofactors | Vit C/Scurvy/collagen, Thiamine (B1), Niacin/Pellagra, Biotin, Vitamin K |
| 6 | Nucleotide Metabolism & Molecular Biology | Lesch-Nyhan/HGPRT, Allopurinol, DNA replication, Blotting techniques (SDS/N/W), Reverse transcriptase |
| 7 | TCA Cycle & Oxidative Phosphorylation | ETC inhibitors (cyanide = Complex IV), Succinate dehydrogenase, P/O ratios |
| 8 | Heme Synthesis & Porphyrias | ALA synthase, Lead poisoning (ALA dehydratase + ferrochelatase), Porphyrias |
| 9 | Connective Tissue | Collagen types, Marfan syndrome (fibrillin-1), Osteogenesis imperfecta |
| 10 | Hormones & Signal Transduction | IP3/DAG, Insulin receptor (RTK), RAAS/ACE, GLUT transporters, NO synthesis, Sickle cell mutation |
Please compile a comprehensive PDF document that serves as a community medicine NEET PG exam preparation resource. This document should include a detailed list of high-yield previous year questions, accompanied by comprehensive explanations for each question.
NEET PG community medicine high yield topics previous year questions 2022 2023 2024
Please compile a comprehensive PDF document that serves as a community medicine NEET PG exam preparation resource. This document should include a detailed list of high-yield previous year questions, accompanied by comprehensive explanations for each question.
NEET PG community medicine PSM high yield topics biostatistics national health programs 2023 2024 2025
mkdir -p /home/daytona/workspace/community-medicine-neet-pg
Generate the pdf you are taking too much time
Please compile a comprehensive PDF document that serves as a community medicine NEET PG exam preparation resource. This document should include a detailed list of high-yield previous year questions, accompanied by comprehensive explanations for each question.
Generate
mkdir -p /home/daytona/workspace/community-medicine-neet-pg && cat > /home/daytona/workspace/community-medicine-neet-pg/gen.py << 'PYEOF' from reportlab.lib.pagesizes import A4 from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle from reportlab.lib.units import cm from reportlab.lib import colors from reportlab.platypus import (SimpleDocTemplate, Paragraph, Spacer, HRFlowable, Table, TableStyle, PageBreak, KeepTogether) from reportlab.lib.enums import TA_LEFT, TA_CENTER, TA_JUSTIFY OUT = "/home/daytona/workspace/community-medicine-neet-pg/CommunityMedicine_NEET_PG_PYQs.pdf" SECTIONS = [ { "title": "Section 1: Epidemiology — Study Designs & Measures", "color": "#1a3a5c", "qs": [ { "no":1,"year":"NEET PG 2023", "q":"In a cohort study, the measure of association used to compare disease frequency between exposed and unexposed groups is:", "opts":["A. Odds Ratio","B. Relative Risk (Risk Ratio)","C. Attributable Risk %","D. Prevalence Ratio"], "ans":"B", "exp":"Relative Risk (RR) = Incidence in exposed / Incidence in unexposed. RR is calculated in COHORT studies (prospective or retrospective) because incidence can be directly measured. RR=1 means no association; RR>1 means positive association (risk factor); RR<1 means protective. Odds Ratio (OR) is used in CASE-CONTROL studies (incidence cannot be measured directly). When disease prevalence is low (<10%), OR approximates RR. (Park's Textbook PSM)" }, { "no":2,"year":"INICET Nov 2022", "q":"Which type of study design is BEST for studying rare diseases?", "opts":["A. Cohort study","B. Cross-sectional study","C. Case-control study","D. Randomized controlled trial"], "ans":"C", "exp":"Case-control study is ideal for RARE DISEASES because: (1) You start with cases (people who already have the disease), avoiding the need to follow thousands of people to find a few cases. (2) It is quick and inexpensive. (3) Multiple exposures can be examined simultaneously. Cohort studies are best for rare exposures. Cross-sectional studies measure prevalence at one point in time. RCTs are gold standard for interventions but impractical for rare diseases. (Park's PSM)" }, { "no":3,"year":"NEET PG 2022", "q":"Prevalence = Incidence × Duration is valid when:", "opts":["A. Disease is acute and short-lived","B. Disease is in a steady state (prevalence pool is stable)","C. Incidence is rapidly increasing","D. Population is large"], "ans":"B", "exp":"The formula Prevalence ≈ Incidence × Duration (mean duration of disease) holds only in STEADY STATE — i.e., when prevalence is neither increasing nor decreasing rapidly, the population is large, and disease duration is relatively constant. Prevalence is a 'stock' measure; incidence is a 'flow' measure. Increasing treatment that reduces duration REDUCES prevalence without changing incidence. Improved survival (longer duration) INCREASES prevalence. (Park's PSM; Sherris Microbiology)" }, { "no":4,"year":"NEET PG 2022", "q":"The 'Hawthorne effect' is a type of:", "opts":["A. Selection bias","B. Information bias","C. Confounding","D. Observation bias (Reactivity bias)"], "ans":"D", "exp":"Hawthorne effect occurs when study participants CHANGE THEIR BEHAVIOUR because they know they are being observed/studied — a form of observation/reactivity bias. Example: workers in the Hawthorne plant became more productive simply because they knew they were being studied. This is different from: Selection bias (systematic difference in who is selected), Information/measurement bias (errors in data collection), and Confounding (third variable distorts the association). Blinding (single/double) reduces observation bias. (Park's PSM)" }, { "no":5,"year":"INICET May 2023", "q":"In a clinical trial, allocation of participants such that neither the participant nor the investigator knows the treatment given is called:", "opts":["A. Single blind","B. Double blind","C. Triple blind","D. Open label"], "ans":"B", "exp":"Double-blind trial: BOTH the participant AND the investigator/assessor are unaware of treatment allocation. This eliminates both performance bias (participant changes behaviour) and assessment bias (investigator unconsciously favours one group). Single-blind: only participant is unaware. Triple-blind: participant, investigator AND data analyst/statistician are all unaware. Double-blind RCT is considered the gold standard for minimizing bias in clinical trials. (Park's PSM)" }, { "no":6,"year":"NEET PG 2021", "q":"The BEST measure of central tendency for skewed data is:", "opts":["A. Mean","B. Median","C. Mode","D. Standard deviation"], "ans":"B", "exp":"MEDIAN is the best measure of central tendency for SKEWED (asymmetric) distributions because it is not affected by extreme values/outliers. MEAN is best for normally distributed (symmetric) data. MODE is the most frequently occurring value; least useful as a central tendency measure in most clinical situations. Standard deviation (SD) measures dispersion, not central tendency. Rule: In positively skewed data, Mean > Median > Mode; in negatively skewed data, Mean < Median < Mode. (Goldman-Cecil Medicine; Miller's Orthopaedics)" }, { "no":7,"year":"INICET Nov 2021", "q":"Which statistical test is used to compare means of TWO independent groups with normally distributed continuous data?", "opts":["A. Chi-square test","B. Mann-Whitney U test","C. Unpaired (independent) t-test","D. ANOVA"], "ans":"C", "exp":"Unpaired (independent samples) t-test: Compares means of TWO independent normally distributed groups. Paired t-test: Compares means of two related groups (e.g., before/after). ANOVA: Compares means of THREE or more groups. Chi-square: Compares PROPORTIONS (categorical data). Mann-Whitney U (Wilcoxon rank-sum): Non-parametric equivalent of unpaired t-test (for non-normal data). Fisher's exact test: Categorical data with small expected frequencies (<5). (Park's PSM)" }, { "no":8,"year":"NEET PG 2023", "q":"In a 2×2 table for a case-control study, the Odds Ratio is calculated as:", "opts":["A. (a×d) / (b×c)","B. (a×b) / (c×d)","C. a/(a+b) ÷ c/(c+d)","D. a/(a+c) ÷ b/(b+d)"], "ans":"A", "exp":"2×2 table: Disease+/Exposed+ = a, Disease+/Exposed- = b, Disease-/Exposed+ = c, Disease-/Exposed- = d. Odds Ratio (OR) = (a×d)/(b×c) = cross-product ratio. This is used in CASE-CONTROL studies. Relative Risk = [a/(a+b)] / [c/(c+d)] — used in COHORT studies. OR approximates RR when disease is RARE (<10% prevalence). OR is always further from 1.0 than RR for the same data. (Park's PSM; Harrison's 22E)" }, ] }, { "title": "Section 2: Screening Tests & Biostatistics", "color": "#1a5c3a", "qs": [ { "no":9,"year":"NEET PG 2023", "q":"Sensitivity of a screening test is defined as:", "opts":["A. True negatives / (True negatives + False positives)","B. True positives / (True positives + False negatives)","C. True positives / (True positives + False positives)","D. True negatives / (True negatives + False negatives)"], "ans":"B", "exp":"SENSITIVITY = TP / (TP + FN) × 100 = ability to correctly identify DISEASED people (true positive rate). SPECIFICITY = TN / (TN + FP) × 100 = ability to correctly identify HEALTHY people (true negative rate). PPV = TP / (TP + FP) — probability that a positive test truly has disease. NPV = TN / (TN + FN) — probability that a negative test truly does not have disease. High sensitivity test: Used to RULE OUT disease (SnNout — Sensitive, Negative rules OUT). High specificity test: Used to RULE IN disease (SpPin — Specific, Positive rules IN). (Park's PSM)" }, { "no":10,"year":"NEET PG 2022", "q":"When prevalence of a disease increases, which parameter of a screening test is MOST affected?", "opts":["A. Sensitivity","B. Specificity","C. Positive Predictive Value (PPV)","D. Negative Predictive Value (NPV)"], "ans":"C", "exp":"SENSITIVITY and SPECIFICITY are INTRINSIC properties of the test — they do NOT change with disease prevalence. PPV (Positive Predictive Value) INCREASES as prevalence increases. NPV DECREASES as prevalence increases. This is why a test used in a HIGH-RISK population (high prevalence) has better PPV than the same test in a low-risk/general population. Clinical implication: Screening programs should target HIGH-PREVALENCE populations to maximize PPV and minimize false positives. (Park's PSM)" }, { "no":11,"year":"INICET May 2022", "q":"In a screening test calculation: 100 diseased people test positive (true positives), 10 diseased test negative (false negatives), 50 healthy people test positive (false positives), 840 healthy test negative (true negatives). What is the sensitivity?", "opts":["A. 66.7%","B. 90.9%","C. 90.0%","D. 94.4%"], "ans":"C", "exp":"Sensitivity = TP / (TP + FN) × 100 = 100 / (100 + 10) × 100 = 100/110 × 100 = 90.9% ≈ 90%. Specificity = TN / (TN + FP) × 100 = 840 / (840 + 50) × 100 = 840/890 × 100 = 94.4%. PPV = TP / (TP + FP) × 100 = 100 / (100 + 50) × 100 = 66.7%. NPV = TN / (TN + FN) × 100 = 840 / (840 + 10) × 100 = 98.8%. Always construct the 2×2 table first: rows = disease status, columns = test result. (Park's PSM)" }, { "no":12,"year":"NEET PG 2021", "q":"ROC (Receiver Operating Characteristic) curve is used to:", "opts":["A. Determine sample size","B. Select the optimal cut-off point for a diagnostic test","C. Calculate relative risk","D. Measure incidence rate"], "ans":"B", "exp":"ROC curve plots Sensitivity (true positive rate) on Y-axis vs 1-Specificity (false positive rate) on X-axis at various cut-off points. It is used to: (1) Select the OPTIMAL CUT-OFF point (point closest to top-left corner where both sensitivity and specificity are maximized). (2) Compare the diagnostic ability of two or more tests (larger AUC = Area Under Curve = better test). AUC = 0.5 means the test is no better than chance; AUC = 1.0 means perfect test. (Park's PSM)" }, { "no":13,"year":"INICET Nov 2022", "q":"The p-value of 0.03 in a study means:", "opts":["A. There is 3% chance the null hypothesis is true","B. There is 3% probability of getting the observed result by chance if null hypothesis is true","C. The study has 97% power","D. The effect size is clinically significant"], "ans":"B", "exp":"P-value = probability of obtaining the observed result (or more extreme) BY CHANCE ALONE assuming the null hypothesis is true. P < 0.05 means we reject the null hypothesis at 5% significance level (results are 'statistically significant'). P-value does NOT tell us: the probability the null hypothesis is true, the clinical significance, or the effect size. Type I error (alpha) = false positive = rejecting true null hypothesis (conventionally set at 0.05). Type II error (beta) = false negative = accepting false null hypothesis. Power = 1 - beta = ability to detect a true effect. (Park's PSM)" }, ] }, { "title": "Section 3: Immunization & Vaccines", "color": "#5c1a3a", "qs": [ { "no":14,"year":"NEET PG 2023", "q":"As per India's Universal Immunization Programme (UIP), which vaccines are given at BIRTH?", "opts":["A. BCG, OPV-0, Hepatitis B-1","B. BCG, OPV-0, Hepatitis B-1, Vitamin K","C. BCG, OPV-0, Hepatitis B-1, IPV","D. BCG and Hepatitis B-1 only"], "ans":"A", "exp":"UIP Birth dose (at birth or within 24 hours): BCG (0.1 mL intradermal, left deltoid), OPV-0 (2 drops oral), Hepatitis B-1 (0.5 mL intramuscular, anterolateral thigh). At 6 weeks (1.5 months): OPV-1 + Pentavalent-1 (DPT+HepB+Hib) + IPV-1 + Rotavirus-1 + PCV-1. At 10 weeks: OPV-2 + Pentavalent-2 + Rotavirus-2. At 14 weeks: OPV-3 + Pentavalent-3 + IPV-2 + Rotavirus-3 + PCV-2. At 9-12 months: MR-1 + JE-1 (endemic areas) + Vitamin A-1. Vitamin K is given at birth but is NOT part of UIP. (Park's PSM; NHP India)" }, { "no":15,"year":"NEET PG 2022", "q":"Cold chain for vaccines in India: The temperature for storage of vaccines at the PRIMARY HEALTH CENTRE (PHC) level is:", "opts":["A. -15°C to -25°C","B. +2°C to +8°C","C. 0°C to +4°C","D. -20°C to -30°C"], "ans":"B", "exp":"Cold Chain temperature levels in India: District/CHC/PHC level: +2°C to +8°C (ILR - Ice-Lined Refrigerator). State/Regional level: -15°C to -25°C (Deep freezer). Walk-in cooler: +2°C to +8°C (bulk storage). Walk-in freezer: -15°C to -25°C. During transport (vaccine carrier): +2°C to +8°C. OPV requires -15°C to -25°C at higher levels but can be kept at +2°C to +8°C at PHC. VVM (Vaccine Vial Monitor) detects heat exposure cumulative damage. Freeze-sensitive vaccines (DPT, DT, TT, HepB): Never freeze! (Park's PSM)" }, { "no":16,"year":"INICET Nov 2021", "q":"Which of the following vaccines is a LIVE ATTENUATED vaccine?", "opts":["A. Hepatitis B vaccine","B. DPT vaccine","C. Oral Polio Vaccine (OPV)","D. Hepatitis A (inactivated)"], "ans":"C", "exp":"LIVE ATTENUATED vaccines (mnemonic: 'Small Yellow Fever Makes BCG Oral Rota'): BCG, OPV (Sabin), MMR, Varicella, Yellow Fever, Rotavirus (Rotarix, RotaTeq), Typhoid (Ty21a oral), Influenza (intranasal LAIV), Rabies (pre-exposure, Flury strain). KILLED/INACTIVATED: IPV (Salk), Hepatitis A (inactivated), Rabies (post-exposure), Cholera, Plague, Pertussis (whole cell). TOXOIDS: Tetanus, Diphtheria. SUBUNIT/RECOMBINANT: Hepatitis B (rDNA), Acellular Pertussis, Meningococcal. (Park's PSM)" }, { "no":17,"year":"NEET PG 2021", "q":"Herd immunity threshold for measles (R0 = 15) requires what percentage of the population to be immune?", "opts":["A. 75%","B. 80%","C. 93.3%","D. 99%"], "ans":"C", "exp":"Herd immunity threshold (HIT) = 1 - (1/R0), where R0 is the basic reproduction number. For measles: R0 = 12-18 (typically 15). HIT = 1 - 1/15 = 1 - 0.067 = 0.933 = 93.3%. R0 values and HIT: Measles (R0=15): ~93%; Polio (R0=6): ~83%; Mumps (R0=7): ~86%; Diphtheria (R0=7): ~85%; Smallpox (R0=5): ~80%; COVID-19 original strain (R0=2-3): ~50-67%. Higher R0 = more infectious = higher herd immunity needed. (Park's PSM)" }, { "no":18,"year":"INICET May 2023", "q":"Which vaccine is contraindicated in immunocompromised patients?", "opts":["A. Inactivated Polio Vaccine (IPV)","B. Hepatitis B vaccine","C. BCG vaccine","D. Meningococcal polysaccharide vaccine"], "ans":"C", "exp":"LIVE VACCINES are CONTRAINDICATED in immunocompromised patients (HIV with low CD4, on chemotherapy, congenital immunodeficiency, high-dose steroids) because live attenuated organisms can cause disease in immunodeficient hosts. Contraindicated live vaccines: BCG, OPV, MMR, Varicella, Yellow Fever, Rotavirus (caution), Nasal flu (LAIV). SAFE in immunocompromised: All KILLED/INACTIVATED vaccines (IPV, Hepatitis B, inactivated Hepatitis A, influenza injectable, pneumococcal, meningococcal, Td). Exception: MMR and Varicella CAN be given to HIV patients with CD4 >200 cells/µL. (Park's PSM)" }, ] }, { "title": "Section 4: National Health Programmes", "color": "#3a1a5c", "qs": [ { "no":19,"year":"NEET PG 2023", "q":"The DOTS (Directly Observed Treatment Short-course) strategy is the backbone of India's TB elimination programme. The standard SHORT COURSE regimen for new pulmonary TB is:", "opts":["A. 2HRZE / 4HR","B. 2HRZS / 4HR","C. 2HRZE / 4HRE","D. 2HRZ / 6HE"], "ans":"A", "exp":"RNTCP/NTEP (National TB Elimination Programme) regimen for NEW pulmonary TB: Intensive phase: 2 months HRZE (Isoniazid + Rifampicin + Pyrazinamide + Ethambutol). Continuation phase: 4 months HR (Isoniazid + Rifampicin). Total: 6 months. Previously RNTCP used thrice-weekly dosing, but now DAILY dosing is recommended. MDR-TB (resistant to H and R): 20-24 month regimen with second-line drugs. India aims to ELIMINATE TB by 2025 (WHO target 2030). Targets: Reduce incidence to <10/lakh and mortality to <3/lakh by 2030. (Park's PSM — NTEP guidelines)" }, { "no":20,"year":"NEET PG 2022", "q":"Under the National Vector Borne Disease Control Programme (NVBDCP), the primary vector for malaria in most parts of India is:", "opts":["A. Culex quinquefasciatus","B. Anopheles stephensi","C. Aedes aegypti","D. Anopheles culicifacies"], "ans":"D", "exp":"Anopheles culicifacies: PRIMARY rural malaria vector in India (responsible for ~60% of malaria cases). Anopheles stephensi: Urban malaria vector (breeds in stored water, cisterns, overhead tanks). Anopheles fluviatilis: Forest malaria vector. Culex quinquefasciatus: Vector for LYMPHATIC FILARIASIS and Japanese Encephalitis (not malaria). Aedes aegypti: Vector for Dengue, Chikungunya, Zika, Yellow fever. Aedes albopictus: Secondary dengue vector. NVBDCP controls: Malaria, Dengue, Filariasis, Kala-azar, Japanese Encephalitis, Chikungunya. (Park's PSM)" }, { "no":21,"year":"INICET Nov 2022", "q":"The Janani Suraksha Yojana (JSY) targets which group for cash incentive to improve institutional delivery?", "opts":["A. All pregnant women regardless of parity","B. BPL pregnant women, especially in low-performing states (LPS), for institutional delivery","C. Women undergoing caesarean section only","D. Women in urban areas only"], "ans":"B", "exp":"Janani Suraksha Yojana (JSY): Launched 2005 under NHM; modified version of National Maternity Benefit Scheme. Target: BPL (Below Poverty Line) pregnant women, SC/ST women. Incentive for institutional delivery in Low Performing States (LPS: UP, UK, Bihar, Jharkhand, MP, Chhattisgarh, Rajasthan, Orissa, J&K). LPS cash: Rural: Rs. 1400 (mother) + Rs. 600 (ASHA). Urban: Rs. 1000 + Rs. 400 (ASHA). High Performing States (HPS): Rs. 700 rural / Rs. 600 urban. ASHA is the key facilitator linking mothers to health services. (Park's PSM; NHM)" }, { "no":22,"year":"NEET PG 2021", "q":"The Mid-Day Meal Scheme in India targets which age group and provides approximately how many calories per meal?", "opts":["A. 0-6 years, 300 kcal","B. 6-14 years (primary/upper primary school), 450-700 kcal","C. 14-18 years, 800 kcal","D. Pregnant women, 500 kcal"], "ans":"B", "exp":"Mid-Day Meal Scheme (MDMS): Now called PM POSHAN scheme. Target: Children studying in classes I-VIII (6-14 years) in government and government-aided schools. Nutritional norms: PRIMARY (Class I-V): 450 kcal + 12g protein per meal. UPPER PRIMARY (Class VI-VIII): 700 kcal + 20g protein per meal. Objectives: (1) Improve nutritional status, (2) Increase school enrolment/attendance/retention, (3) Reduce classroom hunger. Other nutrition programmes: ICDS (0-6 years, pregnant/lactating mothers), Poshan Abhiyaan (stunting, wasting, anaemia, LBW). (Park's PSM)" }, { "no":23,"year":"INICET May 2022", "q":"The Integrated Child Development Services (ICDS) scheme provides services through which frontline worker?", "opts":["A. ASHA","B. ANM (Auxiliary Nurse Midwife)","C. Anganwadi Worker (AWW)","D. Health Inspector"], "ans":"C", "exp":"ICDS (Integrated Child Development Services): Launched 1975; world's largest early childhood development programme. Delivered through ANGANWADI CENTRES by Anganwadi Workers (AWW). Target beneficiaries: Children 0-6 years, pregnant women, lactating mothers. Six services provided: (1) Supplementary nutrition, (2) Immunization (linkage with UIP via ANM), (3) Health check-up, (4) Referral services, (5) Pre-school non-formal education (3-6 yrs), (6) Nutrition and health education (mothers). ASHA: Village-level community health activist (NHM, 2005). ANM: Government female health worker at sub-centre level. (Park's PSM)" }, { "no":24,"year":"NEET PG 2023", "q":"Under the National AIDS Control Programme (NACP), the transmission route accounting for the MAJORITY of HIV cases in India is:", "opts":["A. Blood transfusion","B. Mother to child (PMTCT)","C. Heterosexual contact","D. Intravenous drug use"], "ans":"C", "exp":"HIV transmission in India: Heterosexual contact: ~87% (majority). Mother to child (vertical): ~5%. Blood and blood products: ~2.5%. Intravenous drug use: ~1.5% (higher in Northeast India). Men who have sex with men (MSM): ~2%. High-risk groups (HRG): Female Sex Workers (FSW), MSM, Transgenders, IVDU, Migrants, Truckers. India's NACP-IV (2012-2017) targeted HRGs. NACO (National AIDS Control Organisation) oversees. 'ABC' strategy: Abstinence, Be faithful, Condom use. PPTCT: Prevention of Parent to Child Transmission programme. (Park's PSM; NACO)" }, ] }, { "title": "Section 5: Communicable Diseases", "color": "#5c3a1a", "qs": [ { "no":25,"year":"NEET PG 2022", "q":"The incubation period of cholera is:", "opts":["A. 2-3 weeks","B. 1-5 days (a few hours to 5 days)","C. 7-14 days","D. 14-21 days"], "ans":"B", "exp":"CHOLERA (Vibrio cholerae): Incubation period: Few hours to 5 days (typically 1-3 days). Source: Human cases and carriers (no animal reservoir). Transmission: Feco-oral route — contaminated water (MOST common route), food. Pathogenesis: CT (Cholera toxin) increases cAMP -> hypersecretion of Cl- and water -> profuse RICE-WATER diarrhoea (no blood, no pus). Treatment: ORS (KEY) + IV Ringer's Lactate (severe) + Doxycycline (antibiotic of choice). Prevention: Safe water, sanitation, hygiene (WASH). Oral cholera vaccines available. Notification: Cholera is a NOTIFIABLE disease (Schedule 1). (Park's PSM)" }, { "no":26,"year":"INICET Nov 2022", "q":"The Widal test is used for the diagnosis of which disease, and the significant titre is:", "opts":["A. Malaria; 1:20","B. Typhoid; 1:160 (O antigen) or fourfold rise in titre","C. Brucellosis; 1:80","D. Leptospirosis; 1:100"], "ans":"B", "exp":"Widal test: Agglutination test for TYPHOID (Enteric Fever) caused by Salmonella Typhi and S. Paratyphi. Tests for: O antigen (somatic) and H antigen (flagellar) antibodies. Significant titre: O antibody ≥ 1:160 in a single sample (endemic areas). Better: 4-fold RISE in titre in paired samples (taken 1-2 weeks apart). Limitations: False positives in malaria, SBE, liver disease, other Salmonella infections. Gold standard: Blood CULTURE (positive in first week, most sensitive). Bone marrow culture: Most sensitive (positive even after antibiotics). Stool/urine culture: positive in 3rd week. (Park's PSM; Harrison's 22E)" }, { "no":27,"year":"NEET PG 2021", "q":"The definitive host of Plasmodium (malaria parasite) is:", "opts":["A. Humans","B. Female Anopheles mosquito","C. Male Anopheles mosquito","D. Cattle"], "ans":"B", "exp":"DEFINITIVE HOST = host in which SEXUAL reproduction (sporogony) occurs. For malaria: Female Anopheles mosquito is the definitive host (sexual cycle of Plasmodium occurs here: gametocytes -> oocyst -> sporozoites). INTERMEDIATE HOST = host in which ASEXUAL reproduction (schizogony) occurs = HUMANS (liver and RBC cycle). Plasmodium species: P. falciparum (most dangerous, cerebral malaria), P. vivax (most common in India, relapses due to hypnozoites), P. malariae (quartan malaria, 72-hr cycle), P. ovale (rare, West Africa). Vivax/ovale: Treated with Primaquine to eliminate liver hypnozoites and prevent relapse. (Park's PSM)" }, { "no":28,"year":"INICET May 2023", "q":"The causative agent of Kala-azar (Visceral Leishmaniasis) and its vector are:", "opts":["A. L. tropica / Culex mosquito","B. L. donovani / Phlebotomus (sandfly)","C. L. donovani / Aedes mosquito","D. L. major / Phlebotomus"], "ans":"B", "exp":"KALA-AZAR (Visceral Leishmaniasis): Agent: Leishmania donovani. Vector: Phlebotomus argentipes (female sandfly) — endemic in Bihar, Jharkhand, West Bengal, UP. Features: Fever, hepatosplenomegaly (massive spleen), anaemia, weight loss, hyperpigmentation (Kala-azar = 'black fever'). Lab: Aldehyde test (formol-gel test) is non-specific; LD bodies in bone marrow/spleen biopsy. rK39 antigen test (rapid card test) — most used now. Treatment: Liposomal Amphotericin B (first line in India), Miltefosine (oral). NVBDCPtarget: Eliminate Kala-azar (<1 case/10,000 population). (Park's PSM)" }, { "no":29,"year":"NEET PG 2022", "q":"In which disease does the 'Rose spots' rash appear on the abdomen?", "opts":["A. Typhus fever","B. Meningococcemia","C. Typhoid fever (Enteric fever)","D. Dengue"], "ans":"C", "exp":"TYPHOID FEVER (Enteric fever — Salmonella Typhi): Rose spots: Faint salmon-pink macular rash on ABDOMEN and lower chest, 2-4 mm, appearing in 2nd week, fade on pressure, 10-20 spots. Classic clinical triad: Fever (step-ladder pattern), relative bradycardia (Faget's sign), abdominal symptoms. Complications: Intestinal perforation (3rd-4th week), haemorrhage, meningitis, myocarditis. Treatment: Ceftriaxone (drug of choice), ciprofloxacin, azithromycin. Typhus fever (Rickettsia): Rash starts on TRUNK and spreads peripherally; does NOT involve palms/soles. (Park's PSM)" }, { "no":30,"year":"INICET Nov 2021", "q":"The DIRECTLY COMMUNICABLE DISEASE with the shortest incubation period is:", "opts":["A. Typhoid (1-3 weeks)","B. Staphylococcal food poisoning (1-6 hours)","C. Cholera (1-5 days)","D. Hepatitis A (15-45 days)"], "ans":"B", "exp":"Staphylococcal food poisoning: IP = 1-6 hours (SHORTEST among foodborne diseases) — due to preformed TOXIN (not the bacteria multiplying in gut). Caused by Staphylococcus aureus enterotoxin (heat-stable). Other short IPs: Bacillus cereus (emetic form): 1-5 hours; Chemical food poisoning: minutes-hours. Longer IPs: Botulism: 12-72 hours; Typhoid: 1-3 weeks; Hepatitis A: 15-45 days; HIV: weeks to months. Remember: The shorter the IP, the more likely a preformed toxin is involved rather than active infection. (Park's PSM)" }, ] }, { "title": "Section 6: Nutrition & Nutritional Disorders", "color": "#1a5c5c", "qs": [ { "no":31,"year":"NEET PG 2023", "q":"Kwashiorkor is DISTINGUISHED from Marasmus by the presence of:", "opts":["A. Severe weight loss","B. Pitting oedema","C. Muscle wasting","D. Hair changes"], "ans":"B", "exp":"KWASHIORKOR vs MARASMUS: Kwashiorkor: Protein deficiency predominantly (calories relatively preserved). KEY feature: PITTING OEDEMA (hypoalbuminaemia). Also: Moon face, flag sign (alternating light/dark bands of hair), flaky paint dermatosis, hepatomegaly (fatty liver), irritability. Weight may be deceptively near-normal due to oedema. Marasmus: Severe calorie AND protein deficiency. NO oedema. Features: Severe wasting, 'old man face', visible ribs, baggy-pants appearance (loss of gluteal fat), wasting of temporal muscles. Both: Hair changes, growth failure. Marasmic-Kwashiorkor: Worst form — both wasting AND oedema. (Lippincott Biochemistry 8th Ed; Park's PSM)" }, { "no":32,"year":"NEET PG 2022", "q":"Vitamin A deficiency in children: the EARLIEST sign is:", "opts":["A. Bitot's spots","B. Night blindness (Nyctalopia)","C. Corneal ulceration","D. Xerophthalmia grade X2"], "ans":"B", "exp":"Vitamin A Deficiency — WHO/IVACG Classification of Xerophthalmia: XN: Night blindness (EARLIEST sign) — impaired dark adaptation. X1A: Conjunctival xerosis (dry, hazy conjunctiva). X1B: Bitot's spots (foamy triangular white spots on temporal conjunctiva, squamous metaplasia). X2: Corneal xerosis (dry, lustreless cornea). X3A: Corneal ulceration <1/3 cornea. X3B: Keratomalacia (corneal ulceration >1/3, most severe eye sign — leads to blindness). XS: Corneal scar. XF: Fundus changes. NNAP (National Night Blindness and Nutritional Anaemia Programme): Vitamin A given at 9 months with MR vaccine, then 6-monthly up to 5 years. Dose: 1 lakh IU at 9 months; 2 lakh IU every 6 months (1-5 years). (Park's PSM)" }, { "no":33,"year":"INICET May 2022", "q":"Which nutritional deficiency causes RICKETS in children and OSTEOMALACIA in adults?", "opts":["A. Vitamin C deficiency","B. Calcium deficiency alone","C. Vitamin D deficiency","D. Fluoride deficiency"], "ans":"C", "exp":"Vitamin D deficiency: Children: RICKETS — failure of mineralization of GROWING bone (epiphyseal growth plate affected). Features: Craniotabes, frontal bossing, rickety rosary, Harrison's sulcus, bow-legs (genu varum) or knock-knees (genu valgum), delayed dentition. Adults: OSTEOMALACIA — failure of mineralization of MATURE bone (softening of bone). Elderly: increases fracture risk, proximal myopathy. Biochemistry: Low 25-OH Vitamin D, low serum Ca, low PO4, raised ALP (compensatory hyperparathyroidism). Treatment: Vitamin D supplements + calcium. Sources: Sunlight (skin synthesis), fatty fish, fortified milk. (Park's PSM; Robbins Pathology)" }, { "no":34,"year":"NEET PG 2021", "q":"The recommended daily allowance (RDA) of iron for a PREGNANT woman in India is:", "opts":["A. 18 mg/day","B. 27-35 mg/day","C. 100 mg elemental iron daily (therapeutic dose during pregnancy under IFA programme)","D. 60 mg/day"], "ans":"C", "exp":"India's IFA (Iron Folic Acid) supplementation programme: PREGNANT WOMEN: 100 mg elemental iron + 500 mcg folic acid daily (starting from 2nd trimester, for 100 days / throughout pregnancy). ADOLESCENT GIRLS (WIFS - Weekly Iron Folic Acid Supplementation): 60 mg iron + 400 mcg folic acid WEEKLY. CHILDREN 6 months-5 years: 25 mg iron/day. CHILDREN 6-10 years: 45 mg/week. Anaemia targets (India): Reduce anaemia in women 15-49 years from 53% to 35% by 2022 (Poshan Abhiyaan). IDA in pregnancy: Most common nutritional anaemia; treat with therapeutic dose. (Park's PSM; NHM Guidelines)" }, { "no":35,"year":"INICET Nov 2022", "q":"Endemic fluorosis in India is caused by excess fluoride in drinking water. The permissible limit of fluoride in drinking water (WHO/BIS) is:", "opts":["A. 0.5 mg/L","B. 1.0 mg/L","C. 1.5 mg/L","D. 2.0 mg/L"], "ans":"C", "exp":"FLUORIDE in drinking water: WHO/BIS permissible limit: 1.5 mg/L. Optimal level (for dental caries prevention): 0.5-0.8 mg/L. Dental fluorosis (mottled enamel): >1.5 mg/L — white spots, chalky, pitting on enamel. Skeletal fluorosis: >3-6 mg/L — osteosclerosis, calcification of ligaments, crippling fluorosis. Rajasthan, Gujarat, AP, Telangana, UP are highly fluorosis-affected states in India. Defluoridation methods: Nalgonda technique (alum + lime). The minimum residual chlorine in drinking water: 0.5 mg/L at source; 0.2 mg/L at consumer's tap. (Park's PSM)" }, ] }, { "title": "Section 7: Demography & Health Indicators", "color": "#2a4a2a", "qs": [ { "no":36,"year":"NEET PG 2023", "q":"Infant Mortality Rate (IMR) is defined as:", "opts":["A. Deaths under 5 years per 1000 live births","B. Deaths under 1 year of age per 1000 live births in the same year","C. Deaths in neonatal period per 1000 live births","D. Deaths under 1 year per 1000 total births"], "ans":"B", "exp":"VITAL HEALTH INDICATORS (High yield table): IMR = Deaths under 1 year / Live births × 1000. India IMR (2020): ~28/1000 (SRS). Neonatal Mortality Rate (NMR) = Deaths in 0-28 days / Live births × 1000. Perinatal Mortality Rate = (Stillbirths + Early neonatal deaths in 0-7 days) / (Stillbirths + Live births) × 1000. Under-5 Mortality Rate (U5MR) = Deaths under 5 / Live births × 1000. Maternal Mortality Ratio (MMR) = Maternal deaths / Live births × 100,000. India MMR (2018-20): ~97/100,000. Target (NHP 2017): IMR <23/1000 by 2025; MMR <100/100,000; U5MR <23/1000. (Park's PSM)" }, { "no":37,"year":"NEET PG 2022", "q":"The BEST single indicator of a community's health status is:", "opts":["A. Crude Death Rate","B. Infant Mortality Rate (IMR)","C. Maternal Mortality Ratio","D. Life Expectancy at birth"], "ans":"B", "exp":"Infant Mortality Rate (IMR) is considered the BEST SINGLE INDICATOR of community health status because it reflects: (1) General standard of living and socioeconomic status, (2) Nutritional status, (3) Environmental sanitation, (4) Quality of health services, (5) Maternal health, (6) Immunization coverage. IMR is a sensitive indicator because infants are the most vulnerable group. Life expectancy at birth is also used as a composite indicator. HDI (Human Development Index) = Life expectancy + Education + Per capita income. PQLI (Physical Quality of Life Index) = IMR + Life expectancy at age 1 + Adult literacy. (Park's PSM)" }, { "no":38,"year":"INICET Nov 2021", "q":"Crude Birth Rate (CBR) is calculated as:", "opts":["A. Live births / Mid-year female population (15-49 yrs) × 1000","B. Live births / Mid-year total population × 1000","C. Live births / Total deaths × 1000","D. Total fertility / Mean reproductive period"], "ans":"B", "exp":"DEMOGRAPHIC RATES: CBR (Crude Birth Rate) = Live births / Mid-year total population × 1000. India CBR (2020): ~19.5/1000. General Fertility Rate (GFR) = Live births / Mid-year female population aged 15-49 × 1000. Total Fertility Rate (TFR) = Sum of age-specific fertility rates × 5. India TFR (2020): ~2.0 (replacement level TFR = 2.1). Net Reproduction Rate (NRR) = 1.0 means stable population; <1 means declining. Crude Death Rate (CDR) = Deaths / Mid-year total population × 1000. India CDR: ~6/1000. Natural Growth Rate = CBR - CDR. Demographic transition theory: Stage III India (declining birth AND death rates). (Park's PSM)" }, { "no":39,"year":"NEET PG 2021", "q":"Disability Adjusted Life Year (DALY) is a measure of:", "opts":["A. Life years gained due to treatment","B. Years of healthy life lost to disease (YLD + YLL)","C. Life expectancy at age 1","D. Quality of life in terminal illness"], "ans":"B", "exp":"DALY (Disability Adjusted Life Year): DALY = YLL + YLD. YLL (Years of Life Lost due to premature mortality). YLD (Years Lived with Disability, weighted by severity). 1 DALY = 1 year of healthy life lost. Used by WHO Global Burden of Disease studies to compare disease burden across countries. QALY (Quality Adjusted Life Year): Used in health economics/cost-effectiveness analysis; 1 QALY = 1 year in perfect health. Healthy Life Expectancy (HALE): Average years in good health. PYLL (Potential Years of Life Lost): Measures premature mortality (deaths before age 70). (Park's PSM; WHO)" }, { "no":40,"year":"INICET May 2023", "q":"The SEX RATIO in India as per Census 2011 is defined as:", "opts":["A. Males per 100 females","B. Females per 1000 males","C. Males per 1000 females","D. Females per 100 males"], "ans":"B", "exp":"Sex Ratio in INDIA (Census definition) = Females per 1000 MALES. Census 2011: Overall sex ratio = 943 females/1000 males. Child sex ratio (0-6 years) = 919 females/1000 males (declined from 927 in 2001 — concern for female foeticide). Best sex ratio state: Kerala (1084). Worst sex ratio: Haryana (879). International convention: Sex ratio = Males per 100 females. India uses the reverse (females/1000 males) — remember this difference for MCQs! PCPNDT Act: Prohibition of sex determination tests — enacted to prevent female foeticide. Beti Bachao Beti Padhao (BBBP) scheme targets districts with lowest CSR. (Park's PSM; Census of India 2011)" }, ] }, { "title": "Section 8: Environment & Occupational Health", "color": "#4a3a1a", "qs": [ { "no":41,"year":"NEET PG 2023", "q":"The minimum residual chlorine required at the consumer's tap in drinking water supply is:", "opts":["A. 0.1 mg/L","B. 0.2 mg/L","C. 0.5 mg/L","D. 1.0 mg/L"], "ans":"B", "exp":"WATER CHLORINATION standards: Source/treatment plant: 0.5 mg/L residual free chlorine. Consumer's tap (end of distribution): 0.2 mg/L. WHO/BIS permissible limit for chlorine: 0.2-1.0 mg/L. Turbidity: <1 NTU (WHO); <5 NTU (BIS). pH of drinking water: 6.5-8.5. Coliform bacteria: 0 per 100 mL (ideal). Hardness (Ca/Mg salts): <300 mg/L (BIS permissible up to 600 mg/L). Double pot method (Horrock's apparatus): Field test for chlorine demand. Break-point chlorination: Adding chlorine until ammonia/organic matter is fully oxidized — any extra chlorine after break-point = free residual chlorine. (Park's PSM)" }, { "no":42,"year":"NEET PG 2022", "q":"Pneumoconiosis due to coal dust inhalation is called:", "opts":["A. Silicosis","B. Asbestosis","C. Coal Worker's Pneumoconiosis (Anthracosis)","D. Byssinosis"], "ans":"C", "exp":"DUST DISEASES (Pneumoconioses): Coal dust → Coal Worker's Pneumoconiosis (CWP) / Anthracosis — progressive massive fibrosis in advanced cases. Silica dust (quartz) → SILICOSIS — most common occupational lung disease worldwide; nodular fibrosis; increased TB risk. Asbestos → ASBESTOSIS — lower lobe fibrosis; asbestos bodies; increased mesothelioma and lung cancer risk. Cotton dust → BYSSINOSIS — 'Monday morning tightness' (chest tightness after weekend off). Bagasse (sugarcane dust) → Bagassosis. Hay/mouldy compost → Farmer's lung (extrinsic allergic alveolitis). Beryllium → Berylliosis (granulomatous). (Park's PSM)" }, { "no":43,"year":"INICET Nov 2022", "q":"The permissible noise level in the workplace (continuous exposure, 8 hours/day) as per Indian standards is:", "opts":["A. 70 dB(A)","B. 85 dB(A)","C. 90 dB(A)","D. 95 dB(A)"], "ans":"B", "exp":"NOISE STANDARDS: Occupational noise permissible limit: 85 dB(A) for 8-hour exposure/day (OSHA/Indian standard). Time-intensity exchange rate: 5 dB rule — for every 5 dB increase, allowable exposure time halves: 85 dB → 8 hrs; 90 dB → 4 hrs; 95 dB → 2 hrs; 100 dB → 1 hr. Community/residential: Day: 55 dB; Night: 45 dB. Noise-Induced Hearing Loss (NIHL): Cochlear hair cell damage; 4000 Hz notch on audiogram is pathognomonic; irreversible. Primary prevention: Engineering controls (reduce noise at source) > Administrative controls > PPE (earmuffs, earplugs — last resort). (Park's PSM)" }, { "no":44,"year":"NEET PG 2021", "q":"Which disease is caused by methylmercury poisoning from contaminated fish (as seen in Minamata disease, Japan)?", "opts":["A. Itai-Itai disease","B. Minamata disease (organic mercury poisoning)","C. Fluorosis","D. Arsenic poisoning"], "ans":"B", "exp":"Environmental disease outbreaks (High yield): MINAMATA disease (Japan, 1950s): Methylmercury contamination of Minamata Bay fish → neurological damage (paresthesia, ataxia, visual/hearing impairment, congenital defects). ITAI-ITAI disease (Japan): Cadmium contamination of rice → bone pain, fractures, renal tubular dysfunction (Fanconi syndrome). ARSENIC poisoning (Bangladesh, West Bengal): Groundwater arsenic → Mees' lines (white bands on nails), Blackfoot disease (peripheral vascular disease), Raindrop pigmentation, arsenical keratosis, increased bladder/skin cancer risk. LEAD: Encephalopathy, Burton's lines (lead lines on gums), wrist/foot drop. (Park's PSM)" }, ] }, { "title": "Section 9: Maternal & Child Health", "color": "#1a3a5c", "qs": [ { "no":45,"year":"NEET PG 2023", "q":"Antenatal care (ANC) — The minimum number of ANC visits recommended by WHO (2016 revised guidelines) is:", "opts":["A. 3 visits","B. 4 visits (focused ANC)","C. 8 contacts","D. 6 visits"], "ans":"C", "exp":"WHO 2016 ANC Model: Recommends 8 CONTACTS (not just 'visits' — contact implies active management). Contact schedule: 1st contact at <12 weeks, then at 20, 24, 28, 32, 34, 36, 38 weeks. Previously WHO recommended 4 visits (Focused ANC), India now aligns with 8-contact model. India's PMSMA (Pradhan Mantri Surakshit Matritva Abhiyan): Fixed-day, guaranteed ANC on 9th of every month. ANC package includes: BP, weight, Hb, urine albumin/sugar, tetanus toxoid (TT), IFA tablets, counseling, USG. Objectives of ANC: Treat/prevent anaemia, detect PIH, malpresentations, IUGR. (Park's PSM; NHM Guidelines)" }, { "no":46,"year":"NEET PG 2022", "q":"Birth weight <2500g is defined as:", "opts":["A. Preterm birth","B. Low Birth Weight (LBW)","C. Small for Gestational Age (SGA)","D. Intrauterine Growth Restriction"], "ans":"B", "exp":"Birth weight definitions: LBW (Low Birth Weight): <2500g — affects 28% of births in India (one of highest globally). Very LBW (VLBW): <1500g. Extremely LBW (ELBW): <1000g. LBW causes: Prematurity (<37 weeks), IUGR (SGA), or both. IUGR/SGA: Weight <10th percentile for gestational age — due to uteroplacental insufficiency, maternal malnutrition, smoking, chronic disease. Consequences of LBW: Higher infant mortality, infection risk, neurodevelopmental delay, adult-onset NCDs (Barker hypothesis — programming of metabolic disease in utero). Kangaroo Mother Care (KMC): WHO-recommended for LBW/preterm — skin-to-skin contact + exclusive breastfeeding. (Park's PSM)" }, { "no":47,"year":"INICET Nov 2022", "q":"The APGAR score is assessed at which time points after birth, and a score of ≥7 is considered:", "opts":["A. 2 and 5 minutes; normal","B. 1 and 5 minutes; normal","C. 3 and 10 minutes; normal","D. 1 and 10 minutes; normal"], "ans":"B", "exp":"APGAR score: Assessed at 1 minute and 5 minutes after birth (10 minutes if low). Components (each 0, 1, or 2): Appearance (colour), Pulse (heart rate), Grimace (reflex irritability), Activity (muscle tone), Respiration. Maximum score = 10. Interpretation: 7-10 = Normal (satisfactory adaptation). 4-6 = Moderate depression (needs stimulation/O2). 0-3 = Severe depression (needs immediate resuscitation). 1-minute score: Indicates need for immediate intervention. 5-minute score: Better predictor of long-term neurological outcome. 10-minute APGAR <3: Associated with poor prognosis. (Park's PSM; Nelson Paediatrics)" }, { "no":48,"year":"NEET PG 2021", "q":"The GRADE of maternal mortality — death occurring within 42 days of termination of pregnancy from causes related to pregnancy is called:", "opts":["A. Late maternal death","B. Maternal death","C. Coincidental death","D. Pregnancy-related death"], "ans":"B", "exp":"WHO Definitions of Maternal Death: MATERNAL DEATH: Death of a woman while pregnant OR within 42 DAYS of termination of pregnancy, from any cause related to or aggravated by the pregnancy or its management (NOT accidental/incidental). LATE MATERNAL DEATH: Death of a woman from direct/indirect obstetric causes >42 days but <1 year after termination of pregnancy. COINCIDENTAL (FORTUITOUS) DEATH: Death from unrelated cause during pregnancy/puerperium (e.g., road accident). PREGNANCY-RELATED DEATH: Death during pregnancy or within 42 days, regardless of cause. India MMR (2018-20): 97/100,000 live births. Leading causes: Haemorrhage > Hypertension > Sepsis. (Park's PSM; WHO ICD)" }, ] }, { "title": "Section 10: Health Planning, Systems & Non-Communicable Diseases", "color": "#3a1a5c", "qs": [ { "no":49,"year":"NEET PG 2023", "q":"Primary Prevention of disease involves:", "opts":["A. Early detection and treatment (screening)","B. Preventing the disease from occurring (health promotion + specific protection)","C. Rehabilitation of disabled persons","D. Reducing complications of disease"], "ans":"B", "exp":"LEVELS OF PREVENTION (Leavell & Clark): PRIMARY Prevention: Before disease occurs — (1) Health promotion: education, nutrition, housing, exercise. (2) Specific protection: immunization, chemoprophylaxis, PPE. SECONDARY Prevention: Early disease stage — (1) Early diagnosis and prompt treatment (screening, case finding). (2) Disability limitation. TERTIARY Prevention: Late/advanced disease — (1) Rehabilitation (physical, social, vocational). Examples: Primary: Vaccination against measles. Secondary: Pap smear for cervical cancer. Tertiary: Physiotherapy post-stroke. PRIMORDIAL prevention (4th level): Preventing emergence of risk factors in society. (Park's PSM)" }, { "no":50,"year":"NEET PG 2022", "q":"The National Health Mission (NHM) was launched in which year, and it encompasses which two sub-missions?", "opts":["A. 2005; NRHM and NUHM","B. 2013; NRHM and NUHM","C. 2010; NRHM and RMNCH+A","D. 2005; NRHM only"], "ans":"B", "exp":"National Health Mission (NHM): Launched 2013 (by restructuring NRHM). Two sub-missions: (1) NRHM — National Rural Health Mission (original: 2005, covers 18 states + UTs). (2) NUHM — National Urban Health Mission (launched 2013 for urban poor). NHM goals: Reduce IMR, MMR, U5MR; universal access to healthcare; financial protection. Key components: ASHA (community health activist), strengthening PHC/CHC/DH, JSSK (free drugs/diagnostics), JSSK, RBSK (Rashtriya Bal Swasthya Karyakram — 4D screening: Defects, Deficiencies, Diseases, Developmental delays). RMNCH+A: Reproductive, Maternal, Newborn, Child and Adolescent Health. (Park's PSM; MoHFW India)" }, { "no":51,"year":"INICET May 2022", "q":"The PRIMARY HEALTH CENTRE (PHC) in India serves a population of approximately:", "opts":["A. 5,000 in plains; 3,000 in hilly/tribal areas","B. 30,000 in plains; 20,000 in hilly/tribal areas","C. 1,00,000 in plains; 80,000 in hilly areas","D. 5,00,000 in any area"], "ans":"B", "exp":"Health Infrastructure norms (IPHS — Indian Public Health Standards): Sub-Centre: 5,000 population (plains); 3,000 (hilly/tribal). PRIMARY HEALTH CENTRE (PHC): 30,000 population (plains); 20,000 (hilly/tribal). COMMUNITY HEALTH CENTRE (CHC): 1,20,000 population (plains); 80,000 (hilly/tribal) — 30-bed hospital with 4 specialists (surgeon, physician, OBG, paediatrician). District Hospital: district population. Sub-district/Taluka Hospital: 50-100 beds. PHC staffing: Medical Officer, ANM, Multi-Purpose Worker, pharmacist, lab technician. PHC provides: 24×7 delivery services, MCH, immunization, OPD, in-patient (6 beds), lab. (Park's PSM; IPHS 2022)" }, { "no":52,"year":"NEET PG 2021", "q":"Non-communicable disease (NCD) that is the LEADING CAUSE OF DEATH globally as per WHO 2023 is:", "opts":["A. Diabetes mellitus","B. Stroke and ischaemic heart disease (cardiovascular diseases)","C. Cancer","D. Chronic obstructive pulmonary disease (COPD)"], "ans":"B", "exp":"WHO Global Causes of Death (2023): TOP causes: (1) Ischaemic heart disease — #1 cause globally, responsible for ~16% of total deaths. (2) Stroke — #2 globally. Together CVD accounts for ~32% of global deaths. Other leading NCDs: COPD (3rd), lower respiratory infections (4th), neonatal conditions (5th), trachea/bronchus/lung cancers (6th). INDIA: CVD + stroke are also leading causes. National Programme for NCDs (NPCDCS): Covers cardiovascular diseases, diabetes, cancers, stroke. NCD risk factors (WHO): Tobacco, unhealthy diet, physical inactivity, harmful alcohol use. SDG 3.4: Reduce premature NCD mortality by 1/3 by 2030. (Park's PSM; WHO GHO 2023)" }, { "no":53,"year":"INICET Nov 2021", "q":"The AUDIT tool (Alcohol Use Disorders Identification Test) is used for:", "opts":["A. Diagnosing liver cirrhosis","B. Screening for hazardous/harmful alcohol use and alcohol dependence","C. Measuring blood alcohol level","D. Assessing depression in alcoholics"], "ans":"B", "exp":"AUDIT (Alcohol Use Disorders Identification Test): Developed by WHO; 10-question standardized tool to SCREEN for hazardous drinking, harmful drinking, and alcohol dependence. Score interpretation: 0-7: Low risk; 8-15: Hazardous use; 16-19: Harmful use; ≥20: Dependence likely. CAGE questionnaire: 4 questions (Cut down, Annoyed, Guilty, Eye-opener) — simpler screening; ≥2 positive = significant. AUDIT-C: 3-item shortened version for primary care. BRIEF INTERVENTIONS (BI) based on screening: Shown to reduce alcohol use in primary care settings. (Park's PSM; WHO AUDIT Manual)" }, { "no":54,"year":"NEET PG 2022", "q":"Global target set by WHO for tobacco use reduction — what is the goal of MPOWER framework?", "opts":["A. Eliminate tobacco use by 2025","B. Reduce tobacco use prevalence by 30% by 2025 (WHO MPOWER/FCTC)","C. Tax tobacco 50% of retail price","D. Achieve 100% smoke-free workplaces by 2020"], "ans":"B", "exp":"WHO FCTC (Framework Convention on Tobacco Control, 2003): First international public health treaty; India ratified 2004. MPOWER package (6 components): M — Monitor tobacco use and prevention policies. P — Protect people from tobacco smoke (smoke-free laws). O — Offer help to quit tobacco use (cessation services). W — Warn about the dangers of tobacco (health warnings). E — Enforce bans on advertising, promotion and sponsorship. R — Raise taxes on tobacco (most cost-effective measure). In India: COTPA (Cigarettes and Other Tobacco Products Act, 2003) — prohibits smoking in public places, regulates advertising, mandates health warnings (pictorial health warnings on 85% of pack). (Park's PSM)" }, { "no":55,"year":"INICET May 2023", "q":"Under the NPCDCS (National Programme for Prevention and Control of Cancer, Diabetes, CVD and Stroke), opportunistic screening for which 3 common cancers is recommended for women?", "opts":["A. Breast, cervical, and ovarian cancer","B. Oral, breast, and cervical cancer","C. Cervical, colorectal, and endometrial cancer","D. Breast, cervical, and lung cancer"], "ans":"B", "exp":"NPCDCS Common Cancer Screening (India): Three cancers screened opportunistically at health facilities: (1) ORAL CANCER: Visual inspection of oral cavity. (2) BREAST CANCER: Clinical Breast Examination (CBE). (3) CERVICAL CANCER: VIA (Visual Inspection with Acetic Acid) / VILI (Visual Inspection with Lugol's Iodine) — preferred in India as they are low-cost, same-visit results. Pap smear: Conventional cytology, for organized programmes. HPV DNA testing: Being rolled out. Cervical cancer prevention: HPV vaccine (Girls 9-14 years, 2-dose schedule) now in India's UIP. Most common cancer in women in India: Cervical cancer (rural); Breast cancer (urban). (Park's PSM; NPCDCS Guidelines)" }, ] }, ] def build(): doc = SimpleDocTemplate(OUT, pagesize=A4, rightMargin=1.8*cm, leftMargin=1.8*cm, topMargin=2.2*cm, bottomMargin=1.8*cm, title="Community Medicine NEET PG PYQs", author="Orris Medical AI") styles = getSampleStyleSheet() C_DARK = "#1a3a5c" C_GREEN = "#1a5c3a" C_LIGHT = "#e8f0fb" C_YELLOW = "#fffbe6" C_BORDER = "#2e6da4" ST = lambda name, **kw: ParagraphStyle(name, parent=styles["Normal"], **kw) cover_h = ST("CH", fontSize=28, textColor=colors.HexColor(C_DARK), alignment=TA_CENTER, fontName="Helvetica-Bold", spaceAfter=6) cover_sub = ST("CS", fontSize=13, textColor=colors.HexColor("#2e6da4"), alignment=TA_CENTER, spaceAfter=4) sec_style = ST("SS", fontSize=12, textColor=colors.white, fontName="Helvetica-Bold") qno_style = ST("QN", fontSize=8.5, textColor=colors.HexColor("#2e6da4"), fontName="Helvetica-Bold", spaceAfter=2) q_style = ST("QQ", fontSize=10.5, textColor=colors.HexColor("#111111"), fontName="Helvetica-Bold", spaceAfter=3, leading=15) opt_style = ST("OP", fontSize=9.5, textColor=colors.HexColor("#333333"), leading=14, leftIndent=8) ans_style = ST("AN", fontSize=10, textColor=colors.HexColor("#1a7a2e"), fontName="Helvetica-Bold") exp_h = ST("EH", fontSize=9.5, textColor=colors.HexColor(C_DARK), fontName="Helvetica-Bold") exp_style = ST("EX", fontSize=9, textColor=colors.HexColor("#1a1a1a"), leading=14, alignment=TA_JUSTIFY) disc_style= ST("DC", fontSize=7.5, textColor=colors.grey, alignment=TA_CENTER, fontName="Helvetica-Oblique") story = [] # ── COVER ── story.append(Spacer(1, 1.2*cm)) story.append(Paragraph("COMMUNITY MEDICINE", cover_h)) story.append(Paragraph("(Preventive & Social Medicine)", cover_sub)) story.append(Spacer(1,0.3*cm)) story.append(Paragraph("NEET PG & INICET", ST("CH2", fontSize=22, textColor=colors.HexColor("#2e6da4"), alignment=TA_CENTER, fontName="Helvetica-Bold"))) story.append(Spacer(1,0.3*cm)) story.append(Paragraph("High Yield Previous Year Questions with Detailed Explanations", cover_sub)) story.append(Spacer(1,0.4*cm)) story.append(HRFlowable(width="100%", thickness=2.5, color=colors.HexColor(C_DARK))) story.append(Spacer(1,0.4*cm)) stats = [["55 MCQs","10 Sections","NEET PG + INICET\n2019–2024","Source: Park's PSM"], ["Comprehensive\nExplanations","High-Yield Tables","Formulas & Numbers","June 2026"]] st = Table(stats, colWidths=[4.2*cm]*4) st.setStyle(TableStyle([ ("BACKGROUND",(0,0),(-1,0),colors.HexColor(C_DARK)), ("TEXTCOLOR",(0,0),(-1,0),colors.white), ("FONTNAME",(0,0),(-1,0),"Helvetica-Bold"), ("FONTSIZE",(0,0),(-1,-1),9), ("ALIGN",(0,0),(-1,-1),"CENTER"), ("VALIGN",(0,0),(-1,-1),"MIDDLE"), ("ROWBACKGROUNDS",(0,1),(-1,1),[colors.HexColor(C_LIGHT)]), ("GRID",(0,0),(-1,-1),0.5,colors.HexColor(C_BORDER)), ("TOPPADDING",(0,0),(-1,-1),7),("BOTTOMPADDING",(0,0),(-1,-1),7), ])) story.append(st) story.append(Spacer(1,0.5*cm)) toc_title = ST("TT",fontSize=11,fontName="Helvetica-Bold",textColor=colors.HexColor(C_DARK),spaceAfter=5) story.append(Paragraph("Sections Covered:", toc_title)) toc_items = [ "1. Epidemiology — Study Designs & Measures of Association (Q1–Q8)", "2. Screening Tests & Biostatistics (Q9–Q13)", "3. Immunization & Vaccines — UIP, Cold Chain, Herd Immunity (Q14–Q18)", "4. National Health Programmes — NTEP, NVBDCP, JSY, ICDS, NACP (Q19–Q24)", "5. Communicable Diseases — Cholera, Typhoid, Malaria, Kala-azar (Q25–Q30)", "6. Nutrition & Nutritional Disorders — PEM, Vitamin A, D, Iron, Fluoride (Q31–Q35)", "7. Demography & Health Indicators — IMR, MMR, CBR, TFR, DALY (Q36–Q40)", "8. Environment & Occupational Health — Water, Dust Diseases, Noise (Q41–Q44)", "9. Maternal & Child Health — ANC, LBW, APGAR, Maternal Mortality (Q45–Q48)", "10. Health Planning, Systems & NCDs — PHC, NHM, MPOWER, NPCDCS (Q49–Q55)", ] for t in toc_items: story.append(Paragraph(t, ST("TI",fontSize=9.5,leftIndent=10,spaceAfter=3,textColor=colors.HexColor("#2a2a2a")))) story.append(Spacer(1,0.4*cm)) story.append(HRFlowable(width="100%",thickness=1,color=colors.HexColor(C_BORDER))) story.append(Spacer(1,0.2*cm)) story.append(Paragraph("Primary Reference: Park's Textbook of Preventive and Social Medicine | Harrison's 22E | NHM/NTEP/NACO Guidelines | WHO",disc_style)) story.append(PageBreak()) # ── QUESTIONS ── for sec in SECTIONS: sc = sec["color"] # Section header hdr = Table([[Paragraph(f" {sec['title']}", sec_style)]], colWidths=[16.9*cm]) hdr.setStyle(TableStyle([ ("BACKGROUND",(0,0),(-1,-1),colors.HexColor(sc)), ("TOPPADDING",(0,0),(-1,-1),6),("BOTTOMPADDING",(0,0),(-1,-1),6), ("LEFTPADDING",(0,0),(-1,-1),8), ])) story.append(Spacer(1,0.3*cm)) story.append(hdr) story.append(Spacer(1,0.25*cm)) for q in sec["qs"]: block = [] block.append(Paragraph(f"Q{q['no']}. <font color='#2e6da4'>({q['year']})</font>", qno_style)) block.append(Paragraph(q["q"], q_style)) for o in q["opts"]: block.append(Paragraph(o, opt_style)) block.append(Spacer(1,0.1*cm)) # Answer badge at = Table([[Paragraph(f"ANSWER: {q['ans']}", ans_style)]],colWidths=[16.9*cm]) at.setStyle(TableStyle([ ("BACKGROUND",(0,0),(-1,-1),colors.HexColor("#e6f9ee")), ("LEFTPADDING",(0,0),(-1,-1),8),("TOPPADDING",(0,0),(-1,-1),4),("BOTTOMPADDING",(0,0),(-1,-1),4), ("BOX",(0,0),(-1,-1),0.5,colors.HexColor("#2a9d5c")), ])) block.append(at) block.append(Spacer(1,0.1*cm)) # Explanation box exp_tbl = Table([ [Paragraph("Explanation:", exp_h)], [Paragraph(q["exp"], exp_style)] ], colWidths=[16.9*cm]) exp_tbl.setStyle(TableStyle([ ("BACKGROUND",(0,0),(-1,-1),colors.HexColor("#f5f8fd")), ("BOX",(0,0),(-1,-1),0.75,colors.HexColor(C_BORDER)), ("LEFTPADDING",(0,0),(-1,-1),8),("RIGHTPADDING",(0,0),(-1,-1),8), ("TOPPADDING",(0,0),(-1,-1),5),("BOTTOMPADDING",(0,0),(-1,-1),5), ])) block.append(exp_tbl) block.append(Spacer(1,0.3*cm)) block.append(HRFlowable(width="100%",thickness=0.4,color=colors.lightgrey)) block.append(Spacer(1,0.15*cm)) story.append(KeepTogether(block)) # ── QUICK REFERENCE ── story.append(PageBreak()) story.append(Spacer(1,0.5*cm)) story.append(Paragraph("Quick Reference: Key Numbers & Formulas", ST("RT",fontSize=15,fontName="Helvetica-Bold",textColor=colors.HexColor(C_DARK),alignment=TA_CENTER,spaceAfter=10))) story.append(HRFlowable(width="100%",thickness=2,color=colors.HexColor(C_BORDER))) story.append(Spacer(1,0.4*cm)) ref_data = [ ["Indicator","Formula / Value","Notes"], ["Sensitivity","TP / (TP+FN) × 100","Rules OUT disease if negative (SnNout)"], ["Specificity","TN / (TN+FP) × 100","Rules IN disease if positive (SpPin)"], ["PPV","TP / (TP+FP) × 100","Increases with prevalence"], ["Relative Risk","Incidence (exposed) / Incidence (unexposed)","Cohort studies"], ["Odds Ratio","(a×d) / (b×c)","Case-control studies"], ["IMR","Under-1 deaths / Live births × 1000","India 2020: ~28"], ["MMR","Maternal deaths / Live births × 100,000","India 2018-20: 97"], ["CBR","Live births / Mid-year population × 1000","India 2020: ~19.5"], ["TFR","Sum of age-specific fertility rates × 5","India 2020: ~2.0"], ["DALY","YLL + YLD","1 DALY = 1 healthy year lost"], ["HIT (Herd Immunity)","1 - (1/R0)","Measles R0=15 → HIT=93.3%"], ["Residual Chlorine","0.5 mg/L at source; 0.2 mg/L at tap","BIS/WHO standard"], ["Fluoride limit","1.5 mg/L (WHO/BIS permissible)","Optimal: 0.5-0.8 mg/L"], ["Noise limit","85 dB(A) for 8 hrs/day (workplace)","NIHL: 4000 Hz notch"], ["LBW","Birth weight < 2500g","India prevalence: ~28%"], ["PHC population","30,000 plains; 20,000 hilly/tribal","IPHS norms"], ["CHC population","1,20,000 plains; 80,000 hilly/tribal","4 specialists"], ["Sub-Centre","5,000 plains; 3,000 hilly/tribal","ANM + MPW"], ] ref_tbl = Table(ref_data, colWidths=[4.5*cm, 6*cm, 6.4*cm]) ref_tbl.setStyle(TableStyle([ ("BACKGROUND",(0,0),(-1,0),colors.HexColor(C_DARK)), ("TEXTCOLOR",(0,0),(-1,0),colors.white), ("FONTNAME",(0,0),(-1,0),"Helvetica-Bold"), ("FONTSIZE",(0,0),(-1,-1),8.5), ("ROWBACKGROUNDS",(0,1),(-1,-1),[colors.white,colors.HexColor(C_LIGHT)]), ("GRID",(0,0),(-1,-1),0.4,colors.HexColor(C_BORDER)), ("TOPPADDING",(0,0),(-1,-1),4),("BOTTOMPADDING",(0,0),(-1,-1),4), ("LEFTPADDING",(0,0),(-1,-1),5),("VALIGN",(0,0),(-1,-1),"MIDDLE"), ])) story.append(ref_tbl) story.append(Spacer(1,0.8*cm)) story.append(Paragraph( "Compiled from: Park's Textbook of Preventive & Social Medicine | Harrison's Principles of Internal Medicine 22E | " "WHO/NHM/NACO/NTEP/NVBDCP Guidelines | IPHS 2022 | Census of India 2011 | Generated by Orris Medical AI | June 2026", disc_style)) doc.build(story) print("Done:", OUT) build() PYEOF python3 /home/daytona/workspace/community-medicine-neet-pg/gen.py
Please compile a comprehensive PDF document that serves as a gynaecology and obstetrics NEET PG exam preparation resource. This document should include a detailed list of high-yield previous year questions, accompanied by comprehensive explanations for each question.
Download your Community Medicine NEET PG PDF with 55 high-yield MCQs
Create a Gynaecology & Obstetrics NEET PG PDF with similar structure