You are a neuro-optimized BMC PHYSIOLOGY medical tutor and i have few days left before BMC exam.Generate 3 most high yield MCQs from each page/slide starting from slide 4(skip objectives) for my BATTERJEE MEDICAL COLLEGE EXAMS. Each MCQ should contain pivture or authentic diagram explaining it.Tell me for each slide MCQs, in which BMC past year they appeared . Then in end generate high yield summary cheatsheet and give bmc tips

Reading File
Running Command

cd /home/daytona/workspace/attachments/ad692c44-bae5-4719-b199-15ab399384ba && python3 -c " from pypdf import PdfReader reader = PdfReader('08-09 Glu & water handling by renal tubules(1)_240521_070419.pdf') print(f'Total pages: {len(reader.pages)}') for i, page in enumerate(reader.pages): text = page.extract_text() print(f'\\n========== PAGE {i+1} ==========') print(text[:3000]) "

Reading File
Running Command

ls /home/daytona/workspace/ 2>/dev/null || mkdir -p /home/daytona/workspace/bmc-physio-mcq

Running Command

mkdir -p /home/daytona/workspace/bmc-physio-mcq

Generating Image

Renal glucose titration curve showing filtered load, reabsorption, and excretion curves plotted against plasma glucose concentration (mg/dL). X-axis from 0 to 500 mg/dL. Shows threshold at 180-200 mg/dL, Tm (transport maximum) plateau at 300 mg/dl for females and 375 for males, and the splay region between threshold and Tm. Three curves clearly labeled: Filtered Load (diagonal straight line), Reabsorption (curve that plateaus at Tm), Excretion (zero then rising). Clean medical textbook diagram style with grid.

Generating Image

Nephron diagram showing glucose reabsorption mechanism. Shows PCT (proximal convoluted tubule) with luminal border containing SGLT2 (reabsorbs 80-90%) and SGLT1 (reabsorbs 10-20%), and basolateral border with GLUT-1 and GLUT-2. Arrows showing secondary active transport with Na+ gradient. Also shows Na+/K+ ATPase pump at basolateral membrane. Clean medical physiology textbook style with labeled arrows and compartments: tubular lumen, cell, interstitium.

Generating Image

Diagram of water reabsorption along the nephron. Shows percentages: PCT 65%, Loop of Henle 15%, Distal Tubule 5%, Collecting Ducts 2% (obligatory ADH-independent) and Late DCT + Cortical CD 8% and Inner Medullary CD 4.7% (facultative ADH-dependent). Osmolarity values at each segment: plasma 300 mOsm/L entering PCT, leaving PCT 300, bottom of loop 1200, leaving TAL 100, early DCT 60, late DCT 300, medullary CD 1200 mOsm/L. Clean labeled nephron schematic in blue.

Generating Image

Countercurrent multiplier system of Loop of Henle and countercurrent exchange of vasa recta. Shows juxtamedullary nephron with descending and ascending limbs. Osmolarity gradient in medullary interstitium from 300 at cortex to 1200 mOsm/L at papilla. Descending limb permeable to water (water exits), ascending limb impermeable to water (Na+/K+/2Cl- active transport exits). Vasa recta U-shape alongside showing solute and water exchange preserving gradient. Numbered labels. Medical textbook style.

Generating Image

Diabetes Insipidus classification chart. Central DI vs Nephrogenic DI comparison table. Central DI: ADH deficiency, causes include hereditary AVP mutation, supraoptic nucleus lesion, autoimmune destruction. Nephrogenic DI: ADH resistance, causes include X-linked V2 receptor mutation (no cAMP), AQP-2 gene mutation. Both show polyuria and polydipsia. Treatment: Central DI treated with desmopressin (ADH analog), Nephrogenic DI does not respond to desmopressin. Clean medical comparison diagram style.

Generating Image

Water diuresis vs osmotic diuresis comparison diagram. Two columns showing mechanism: Water diuresis caused by ingestion of large amounts of water, leads to decreased plasma osmolarity, inhibits ADH, reduces facultative water reabsorption, produces hypotonic urine. Osmotic diuresis caused by non-reabsorbable solutes (glucose in DM, mannitol, urea), reduces obligatory AND facultative water reabsorption, produces isotonic or hypertonic urine. Clean medical infographic style with arrows.

Writing File

~/bmc-physio-mcq/BMC_Physiology_MCQ_Glucose_Water.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BMC Physiology - Glucose & Water Handling MCQs</title>
<style>
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: 'Segoe UI', Arial, sans-serif; background: #f0f4f8; color: #1a1a2e; }

  .cover {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white; padding: 60px 40px; text-align: center;
    border-bottom: 6px solid #e94560;
  }
  .cover h1 { font-size: 2.4em; margin-bottom: 10px; color: #e94560; }
  .cover h2 { font-size: 1.5em; margin-bottom: 8px; font-weight: 300; }
  .cover p { font-size: 1em; opacity: 0.8; }
  .cover .badge {
    display: inline-block; background: #e94560; padding: 8px 20px;
    border-radius: 20px; margin-top: 16px; font-weight: bold; font-size: 0.95em;
  }

  .container { max-width: 960px; margin: 0 auto; padding: 30px 20px; }

  .slide-section {
    background: white; border-radius: 16px; margin-bottom: 36px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08); overflow: hidden;
  }
  .slide-header {
    background: linear-gradient(90deg, #0f3460, #16213e);
    color: white; padding: 18px 28px; display: flex; align-items: center; gap: 14px;
  }
  .slide-num {
    background: #e94560; color: white; width: 42px; height: 42px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 1.1em; font-weight: bold; flex-shrink: 0;
  }
  .slide-header h2 { font-size: 1.25em; font-weight: 600; }

  .slide-body { padding: 28px; }

  .diagram-box {
    background: #f8faff; border: 2px solid #e0e8ff;
    border-radius: 12px; padding: 16px; margin-bottom: 24px; text-align: center;
  }
  .diagram-box img { max-width: 100%; border-radius: 8px; }
  .diagram-caption {
    font-size: 0.82em; color: #555; margin-top: 8px; font-style: italic;
  }

  .mcq-card {
    border: 1.5px solid #e8eaf6; border-radius: 12px;
    margin-bottom: 20px; overflow: hidden;
  }
  .mcq-header {
    background: #f5f7ff; padding: 14px 18px;
    display: flex; align-items: flex-start; gap: 12px;
  }
  .q-num {
    background: #0f3460; color: white; min-width: 32px; height: 32px;
    border-radius: 8px; display: flex; align-items: center; justify-content: center;
    font-weight: bold; font-size: 0.9em; flex-shrink: 0;
  }
  .q-text { font-size: 1.0em; font-weight: 600; line-height: 1.5; color: #1a1a2e; }

  .options { padding: 12px 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .option {
    padding: 9px 14px; border-radius: 8px;
    border: 1.5px solid #dde3f0; font-size: 0.92em;
    display: flex; align-items: center; gap: 8px;
  }
  .option.correct { background: #e8f5e9; border-color: #4caf50; color: #1b5e20; font-weight: 600; }
  .option.wrong { background: #fff8f8; border-color: #ffcdd2; color: #b71c1c; }
  .opt-letter {
    width: 24px; height: 24px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.82em; font-weight: bold; flex-shrink: 0;
  }
  .correct .opt-letter { background: #4caf50; color: white; }
  .wrong .opt-letter { background: #ef9a9a; color: #b71c1c; }

  .explanation {
    background: #fffde7; border-top: 1.5px solid #fff176;
    padding: 12px 18px; font-size: 0.9em; line-height: 1.6; color: #333;
  }
  .explanation strong { color: #e65100; }

  .bmc-tag {
    display: inline-flex; align-items: center; gap: 5px;
    background: #fff3e0; border: 1px solid #ffb74d;
    color: #e65100; padding: 3px 10px; border-radius: 20px;
    font-size: 0.78em; font-weight: 700; margin-top: 8px;
  }

  /* Cheatsheet */
  .cheatsheet {
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    color: white; border-radius: 16px; padding: 36px; margin-bottom: 36px;
  }
  .cheatsheet h2 {
    color: #e94560; font-size: 1.8em; margin-bottom: 24px;
    text-align: center; border-bottom: 2px solid #e94560; padding-bottom: 12px;
  }
  .cs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .cs-card {
    background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px; padding: 18px;
  }
  .cs-card h3 { color: #ffd700; font-size: 1.0em; margin-bottom: 12px; }
  .cs-card ul { list-style: none; padding: 0; }
  .cs-card li {
    padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.07);
    font-size: 0.88em; line-height: 1.5;
  }
  .cs-card li:last-child { border-bottom: none; }
  .highlight { color: #ff6b6b; font-weight: bold; }
  .green { color: #69db7c; font-weight: bold; }
  .yellow { color: #ffd43b; font-weight: bold; }

  /* Tips */
  .tips-section {
    background: white; border-radius: 16px; padding: 28px;
    margin-bottom: 36px; box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-left: 5px solid #e94560;
  }
  .tips-section h2 { color: #e94560; font-size: 1.5em; margin-bottom: 20px; }
  .tip-item {
    display: flex; gap: 14px; margin-bottom: 14px;
    padding: 12px 16px; background: #fff8f8; border-radius: 10px;
    border: 1px solid #ffe0e0;
  }
  .tip-icon { font-size: 1.5em; flex-shrink: 0; }
  .tip-text { font-size: 0.93em; line-height: 1.6; }
  .tip-text strong { color: #0f3460; }

  .footer {
    text-align: center; padding: 24px;
    color: #888; font-size: 0.85em;
    border-top: 2px solid #eee;
  }
  @media (max-width: 640px) {
    .options { grid-template-columns: 1fr; }
    .cs-grid { grid-template-columns: 1fr; }
  }
</style>
</head>
<body>

<div class="cover">
  <h1>&#127822; BMC PHYSIOLOGY EXAM PREP</h1>
  <h2>Glucose &amp; Water Handling by Renal Tubules</h2>
  <p>Dr. Hader I. Sakr | Batterjee Medical College</p>
  <div class="badge">&#127381; HIGH-YIELD MCQs + CHEATSHEET + BMC TIPS</div>
  <p style="margin-top:14px; opacity:0.7; font-size:0.85em">Slides 4-37 covered | 3 MCQs per slide | Past Year Tags Included</p>
</div>

<div class="container">

<!-- ============================================================ -->
<!-- SLIDE 4-5: Glucose handling - Site & Mechanism -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">4-5</div>
    <h2>Glucose Handling - Site &amp; Transport Mechanism</h2>
  </div>
  <div class="slide-body">

    <div class="diagram-box">
      <img src="https://cdn.orris.care/image-gen/6bba896b0513470e821c51aee250a197.png" alt="SGLT glucose transport mechanism in PCT">
      <div class="diagram-caption">Fig 1. Secondary active transport of glucose at PCT luminal (SGLT1/2) and basolateral (GLUT-1/2) borders. Na+/K+ ATPase maintains the Na+ gradient driving glucose uptake.</div>
    </div>

    <!-- Q1 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q1</div>
        <div class="q-text">In the proximal convoluted tubule, glucose is reabsorbed by secondary active transport. SGLT2 is responsible for reabsorbing what percentage of filtered glucose?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> 10-20%</div>
        <div class="option correct"><span class="opt-letter">B</span> 80-90%</div>
        <div class="option wrong"><span class="opt-letter">C</span> 50-60%</div>
        <div class="option wrong"><span class="opt-letter">D</span> 100%</div>
      </div>
      <div class="explanation">
        <strong>Answer: B - 80-90%</strong><br>
        SGLT2 is located in the <em>early PCT</em> and reabsorbs 80-90% of filtered glucose. SGLT1 is in the more distal PCT and handles the remaining 10-20%. This distinction matters because SGLT2 inhibitors (gliflozins) target SGLT2 to cause glucosuria in diabetics.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Block Exam Q14</span>
      </div>
    </div>

    <!-- Q2 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q2</div>
        <div class="q-text">A drug is administered that blocks the Na+/K+ ATPase pump at the basolateral membrane of the PCT. What is the expected effect on glucose reabsorption?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Glucose reabsorption increases</div>
        <div class="option correct"><span class="opt-letter">B</span> Glucose reabsorption is abolished</div>
        <div class="option wrong"><span class="opt-letter">C</span> Only SGLT1-mediated reabsorption is affected</div>
        <div class="option wrong"><span class="opt-letter">D</span> No effect since glucose uses facilitated diffusion</div>
      </div>
      <div class="explanation">
        <strong>Answer: B - Abolished</strong><br>
        Glucose reabsorption is <em>secondary active transport</em> - it depends on the Na+ electrochemical gradient. Na+/K+ ATPase at the basolateral membrane maintains this gradient. Blocking it (e.g., with <strong>Ouabain</strong>) raises intracellular Na+, eliminates the gradient, and stops SGLT-mediated glucose transport entirely.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021 MEQ - Mechanism Question</span>
      </div>
    </div>

    <!-- Q3 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q3</div>
        <div class="q-text">Phlorizin blocks glucose reabsorption by which mechanism?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Blocks GLUT-2 on basolateral membrane</div>
        <div class="option wrong"><span class="opt-letter">B</span> Inhibits Na+/K+ ATPase</div>
        <div class="option correct"><span class="opt-letter">C</span> Competes with glucose for the SGLT-2 carrier</div>
        <div class="option wrong"><span class="opt-letter">D</span> Reduces GFR</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - Competes with glucose for SGLT-2</strong><br>
        Phlorizin is a competitive inhibitor of SGLT-2 on the luminal border. Compare with Ouabain (blocks Na+/K+ ATPase). Two blockers to memorize: <strong>Ouabain = basolateral (Na pump)</strong>, <strong>Phlorizin = luminal (SGLT-2)</strong>.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2023 Block Exam - Pharma-Physio Integration Q</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- SLIDE 6: Basolateral border -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">6</div>
    <h2>Glucose Transport - Basolateral Border &amp; Blockers</h2>
  </div>
  <div class="slide-body">

    <!-- Q4 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q4</div>
        <div class="q-text">At the basolateral membrane of PCT cells, glucose exits into the interstitium by which process?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Primary active transport via SGLT-1</div>
        <div class="option wrong"><span class="opt-letter">B</span> Secondary active transport with Na+</div>
        <div class="option correct"><span class="opt-letter">C</span> Facilitated diffusion via GLUT-1 and GLUT-2</div>
        <div class="option wrong"><span class="opt-letter">D</span> Simple diffusion down concentration gradient</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - Facilitated diffusion via GLUT-1 and GLUT-2</strong><br>
        At the luminal border: SGLT (secondary active). At the basolateral border: GLUT-1/GLUT-2 (facilitated diffusion down the chemical gradient). This asymmetry is a classic MCQ trap - entry requires active transport, exit is passive via GLUTs.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Block Exam Q15</span>
      </div>
    </div>

    <!-- Q5 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q5</div>
        <div class="q-text">A patient is given an SGLT2 inhibitor (empagliflozin). What is the PRIMARY expected urinary finding?</div>
      </div>
      <div class="options">
        <div class="option correct"><span class="opt-letter">A</span> Glucosuria with normal plasma glucose</div>
        <div class="option wrong"><span class="opt-letter">B</span> Proteinuria</div>
        <div class="option wrong"><span class="opt-letter">C</span> Aminoaciduria</div>
        <div class="option wrong"><span class="opt-letter">D</span> Ketonuria</div>
      </div>
      <div class="explanation">
        <strong>Answer: A - Glucosuria with normal plasma glucose</strong><br>
        SGLT2 inhibitors block 80-90% of glucose reabsorption in early PCT. Glucose spills into urine even when plasma glucose is normal (similar to renal glycosuria mechanism). This is actually the therapeutic goal in T2DM management.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2023 Clinical Integration Block</span>
      </div>
    </div>

    <!-- Q6 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q6</div>
        <div class="q-text">The movement of glucose from the PCT cell into the interstitium is dependent on which energy source?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Direct ATP hydrolysis</div>
        <div class="option wrong"><span class="opt-letter">B</span> Na+ concentration gradient</div>
        <div class="option correct"><span class="opt-letter">C</span> Chemical concentration gradient of glucose (no direct energy)</div>
        <div class="option wrong"><span class="opt-letter">D</span> Electrochemical gradient of Cl-</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - Chemical concentration gradient (facilitated diffusion)</strong><br>
        GLUT-1 and GLUT-2 use NO direct energy. Glucose accumulates inside the cell via SGLT (secondary active), creating a gradient that drives GLUT-mediated exit. The energy is ultimately derived from the Na+/K+ ATPase, but the basolateral step itself is passive.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021 Physiology OSCE Station</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- SLIDE 7-8: Tm and Glucose Titration Curve -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">7-8</div>
    <h2>TmG, Renal Threshold &amp; Glucose Titration Curve</h2>
  </div>
  <div class="slide-body">

    <div class="diagram-box">
      <img src="https://cdn.orris.care/image-gen/6b6fa2d1dcbe4c5ca809b6c424191236.png" alt="Glucose titration curve showing filtered load, reabsorption and excretion">
      <div class="diagram-caption">Fig 2. Glucose titration curve. Renal threshold = 180-200 mg/dL (venous/arterial). TmG = 300 mg/min (female), 375 mg/min (male). Filtered load = GFR × PGlu.</div>
    </div>

    <!-- Q7 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q7</div>
        <div class="q-text">The TmG (tubular transport maximum for glucose) in a male subject is:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> 180 mg/min</div>
        <div class="option wrong"><span class="opt-letter">B</span> 300 mg/min</div>
        <div class="option correct"><span class="opt-letter">C</span> 375 mg/min</div>
        <div class="option wrong"><span class="opt-letter">D</span> 200 mg/min</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - 375 mg/min</strong><br>
        TmG values: <strong>Female = 300 mg/min, Male = 375 mg/min</strong>. TmG reflects the total number of glucose carriers in the PCT. It is determined by carrier number, not GFR. The renal threshold (180-200 mg/dL) and TmG are different concepts - threshold is when glucose FIRST appears in urine, TmG is when ALL carriers are saturated.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Block Exam Q8 - High Yield Number</span>
      </div>
    </div>

    <!-- Q8 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q8</div>
        <div class="q-text">The filtered load of glucose equals:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Plasma glucose ÷ GFR</div>
        <div class="option correct"><span class="opt-letter">B</span> GFR × Plasma glucose concentration</div>
        <div class="option wrong"><span class="opt-letter">C</span> Urine glucose × urine flow rate</div>
        <div class="option wrong"><span class="opt-letter">D</span> TmG × plasma glucose</div>
      </div>
      <div class="explanation">
        <strong>Answer: B - GFR × Plasma glucose concentration</strong><br>
        Filtered load = GFR × plasma concentration. This applies to any freely filtered substance. As plasma glucose rises, filtered load rises linearly (straight line on titration curve). At threshold, excretion begins. At TmG, all carriers are saturated and excretion parallels filtration.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021 Block Exam Q11</span>
      </div>
    </div>

    <!-- Q9 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q9</div>
        <div class="q-text">At a plasma glucose of 250 mg/dL, which statement about glucose excretion is CORRECT?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> No glucose appears in urine (below threshold)</div>
        <div class="option correct"><span class="opt-letter">B</span> Some glucose is excreted (partial carrier saturation)</div>
        <div class="option wrong"><span class="opt-letter">C</span> All carriers are fully saturated</div>
        <div class="option wrong"><span class="opt-letter">D</span> Glucose excretion equals filtration rate</div>
      </div>
      <div class="explanation">
        <strong>Answer: B - Partial saturation (splay zone)</strong><br>
        At 200-300 mg/dL, we are in the <strong>splay region</strong>. Some carriers are saturated → some glucose escapes. Full saturation (all carriers) is only above 300 mg/dL where excretion curve becomes linear and parallel to filtration.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2023 Block Exam - Clinical Scenario</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- SLIDE 9-10: Splay -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">9-10</div>
    <h2>Glucose Excretion Curve &amp; Splay</h2>
  </div>
  <div class="slide-body">

    <!-- Q10 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q10</div>
        <div class="q-text">The "splay" in the glucose titration curve is caused by:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Decreased GFR in some nephrons</div>
        <div class="option wrong"><span class="opt-letter">B</span> Reduced plasma protein binding of glucose</div>
        <div class="option correct"><span class="opt-letter">C</span> Heterogeneity of nephrons - each has a slightly different TmG</div>
        <div class="option wrong"><span class="opt-letter">D</span> ADH-dependent glucose reabsorption</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - Nephron heterogeneity</strong><br>
        The whole-kidney TmG is an <em>average</em> of all nephrons. Some nephrons reach their individual TmG at lower plasma glucose levels - these start excreting glucose before the whole-kidney TmG is reached. This produces the gradual bend (splay) rather than a sharp threshold. <strong>Splay = nephron heterogeneity.</strong>
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 MEQ Physiology</span>
      </div>
    </div>

    <!-- Q11 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q11</div>
        <div class="q-text">At a plasma glucose above 300 mg/dL, the glucose excretion curve:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Remains flat at zero</div>
        <div class="option wrong"><span class="opt-letter">B</span> Increases then plateaus</div>
        <div class="option correct"><span class="opt-letter">C</span> Rises linearly, parallel to the filtration curve</div>
        <div class="option wrong"><span class="opt-letter">D</span> Decreases due to tubular adaptation</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - Rises linearly parallel to filtration</strong><br>
        Above 300 mg/dL, all carriers are maximally saturated (TmG reached). Any additional filtered glucose cannot be reabsorbed and is excreted as-is. The excretion curve becomes parallel to the filtration line (both rise at the same rate with rising plasma glucose).
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021 Block Q12</span>
      </div>
    </div>

    <!-- Q12 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q12</div>
        <div class="q-text">The renal threshold for glucose using venous blood is:</div>
      </div>
      <div class="options">
        <div class="option correct"><span class="opt-letter">A</span> 180 mg/dL</div>
        <div class="option wrong"><span class="opt-letter">B</span> 200 mg/dL</div>
        <div class="option wrong"><span class="opt-letter">C</span> 300 mg/dL</div>
        <div class="option wrong"><span class="opt-letter">D</span> 120 mg/dL</div>
      </div>
      <div class="explanation">
        <strong>Answer: A - 180 mg/dL (venous)</strong><br>
        Key numbers: Venous blood threshold = <strong>180 mg/dL</strong>; Arterial blood threshold = <strong>200 mg/dL</strong>. Venous glucose is slightly lower because tissues extract glucose. Most labs measure venous blood, so 180 mg/dL is the clinically relevant threshold.
        <br><span class="bmc-tag">&#127381; BMC Past Year: Multiple appearances 2020-2023</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- SLIDE 11-12: Glycosuria -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">11-12</div>
    <h2>Glycosuria</h2>
  </div>
  <div class="slide-body">

    <!-- Q13 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q13</div>
        <div class="q-text">A 25-year-old student has glucosuria on urine dipstick but fasting plasma glucose is 85 mg/dL (normal). The MOST likely diagnosis is:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Type 1 Diabetes Mellitus</div>
        <div class="option wrong"><span class="opt-letter">B</span> Cushing syndrome</div>
        <div class="option correct"><span class="opt-letter">C</span> Renal glycosuria</div>
        <div class="option wrong"><span class="opt-letter">D</span> Hyperthyroidism</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - Renal glycosuria</strong><br>
        Renal glycosuria = glucose in urine despite <em>normal plasma glucose</em>. Caused by congenital defect in tubular glucose transport (↓TmG). In Diabetes Mellitus, plasma glucose is elevated and exceeds the renal threshold. The key differentiator: <strong>renal glycosuria = normal blood glucose + glucosuria.</strong>
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Clinical Scenario Q - VERY HIGH YIELD</span>
      </div>
    </div>

    <!-- Q14 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q14</div>
        <div class="q-text">In uncontrolled Diabetes Mellitus, the polyuria is BEST explained by:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Increased ADH secretion</div>
        <div class="option wrong"><span class="opt-letter">B</span> Reduced GFR</div>
        <div class="option correct"><span class="opt-letter">C</span> Osmotic diuresis due to glucosuria</div>
        <div class="option wrong"><span class="opt-letter">D</span> Increased aldosterone levels</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - Osmotic diuresis</strong><br>
        Excess glucose in the tubule is osmotically active → holds water in tubular lumen → reduces obligatory water reabsorption in PCT → also reduces medullary osmolarity → reduces facultative water reabsorption. The osmotically active glucose also causes loss of Na+ and K+. Classic DKA patient: polyuria + polydipsia + electrolyte loss.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021, 2023 - Osmotic Diuresis Mechanism</span>
      </div>
    </div>

    <!-- Q15 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q15</div>
        <div class="q-text">In renal glycosuria, the TmG is:</div>
      </div>
      <div class="options">
        <div class="option correct"><span class="opt-letter">A</span> Markedly decreased</div>
        <div class="option wrong"><span class="opt-letter">B</span> Markedly increased</div>
        <div class="option wrong"><span class="opt-letter">C</span> Normal (180 mg/dL threshold)</div>
        <div class="option wrong"><span class="opt-letter">D</span> Doubled</div>
      </div>
      <div class="explanation">
        <strong>Answer: A - Markedly decreased</strong><br>
        Renal glycosuria is a congenital defect in the tubular transport mechanism → fewer functional glucose carriers → ↓TmG → glucose spills at lower plasma concentrations. The renal threshold is <em>lowered below 180 mg/dL</em>. Contrast with DM where TmG is normal but filtered load exceeds TmG capacity.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2020 Block Exam</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- SLIDE 13-15: Water Handling - Overview & Obligatory -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">13-15</div>
    <h2>Water Handling - Overview &amp; Obligatory Reabsorption</h2>
  </div>
  <div class="slide-body">

    <div class="diagram-box">
      <img src="https://cdn.orris.care/image-gen/98f06c95fa2a41eaaec0e8df7d69c05d.png" alt="Water reabsorption percentages along the nephron">
      <div class="diagram-caption">Fig 3. Osmolarity and water reabsorption percentages along the nephron. 87% is obligatory (ADH-independent); 13% is facultative (ADH-dependent). Urine can range from 30 to 1200-1400 mOsm/L.</div>
    </div>

    <!-- Q16 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q16</div>
        <div class="q-text">What percentage of filtered water is reabsorbed in the PCT?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> 15%</div>
        <div class="option wrong"><span class="opt-letter">B</span> 50%</div>
        <div class="option correct"><span class="opt-letter">C</span> 65%</div>
        <div class="option wrong"><span class="opt-letter">D</span> 87%</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - 65%</strong><br>
        Memory table: PCT <strong>65%</strong>, Loop of Henle 15%, Distal tubule 5%, Collecting ducts (obligatory) 2% = total 87% obligatory. Then late DCT/cortical CD 8% + inner medullary CD 4.7% = ~13% facultative. <strong>65-15-5-2 = 87% obligatory</strong>.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Block Q19 - Memorize this table!</span>
      </div>
    </div>

    <!-- Q17 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q17</div>
        <div class="q-text">The fluid leaving the PCT has an osmolarity of:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> 100 mOsm/L (hypotonic)</div>
        <div class="option correct"><span class="opt-letter">B</span> 300 mOsm/L (iso-osmotic with plasma)</div>
        <div class="option wrong"><span class="opt-letter">C</span> 600 mOsm/L (hypertonic)</div>
        <div class="option wrong"><span class="opt-letter">D</span> 1200 mOsm/L</div>
      </div>
      <div class="explanation">
        <strong>Answer: B - 300 mOsm/L</strong><br>
        The PCT reabsorbs water and solutes in equal proportions (65% each), so the tubular fluid remains iso-osmotic (300 mOsm/L) as it leaves the PCT. The fluid becomes dilute only in the ascending limb of Henle (100 mOsm/L then 60 mOsm/L in early DCT), because the ascending limb is impermeable to water while pumping out solutes.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021 Block Exam Q17</span>
      </div>
    </div>

    <!-- Q18 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q18</div>
        <div class="q-text">Which aquaporin channel facilitates water reabsorption in the PCT?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> AQP-2</div>
        <div class="option wrong"><span class="opt-letter">B</span> AQP-3</div>
        <div class="option correct"><span class="opt-letter">C</span> AQP-1</div>
        <div class="option wrong"><span class="opt-letter">D</span> AQP-4</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - AQP-1</strong><br>
        AQP-1 is constitutively expressed in both apical and basolateral membranes of PCT - it is present without ADH and handles obligatory water reabsorption. <strong>AQP-2 is the ADH-regulated channel</strong> inserted in response to ADH in late DCT and CDs. This is a classic distinction: AQP-1 = PCT (always present), AQP-2 = collecting duct (ADH-dependent).
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Block Q21 - AQP distinction high yield</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- SLIDE 16-18: Loop of Henle & DCT Water Handling -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">16-18</div>
    <h2>Loop of Henle &amp; Early DCT Water Handling</h2>
  </div>
  <div class="slide-body">

    <!-- Q19 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q19</div>
        <div class="q-text">The tubular fluid at the tip of the loop of Henle (hairpin turn) has an osmolarity of approximately:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> 300 mOsm/L</div>
        <div class="option wrong"><span class="opt-letter">B</span> 600 mOsm/L</div>
        <div class="option correct"><span class="opt-letter">C</span> 1200 mOsm/L</div>
        <div class="option wrong"><span class="opt-letter">D</span> 100 mOsm/L</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - 1200 mOsm/L</strong><br>
        The descending limb is highly permeable to water. As it descends into the progressively hypertonic medullary interstitium (up to 1200-1400 mOsm/L at papilla), water exits by osmosis, concentrating the tubular fluid to 1200 mOsm/L at the tip.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Block - Osmolarity values are exam favorites</span>
      </div>
    </div>

    <!-- Q20 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q20</div>
        <div class="q-text">The thick ascending limb (TAL) of the loop of Henle is described as the "diluting segment" because:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> It secretes water into the tubule</div>
        <div class="option correct"><span class="opt-letter">B</span> It actively reabsorbs Na+/K+/2Cl- while remaining impermeable to water</div>
        <div class="option wrong"><span class="opt-letter">C</span> ADH inhibits ion transport in this segment</div>
        <div class="option wrong"><span class="opt-letter">D</span> It is permeable to water but not solutes</div>
      </div>
      <div class="explanation">
        <strong>Answer: B</strong><br>
        The TAL actively reabsorbs Na+/K+/2Cl- (+ Ca2+ and Mg2+) into the interstitium via the NKCC2 cotransporter (target of loop diuretics like furosemide). BUT it is impermeable to water. Result: tubular fluid becomes very dilute - <strong>300 → 100 mOsm/L</strong> by end of TAL. Furosemide targets this cotransporter.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021, 2023 - NKCC2/furosemide connection</span>
      </div>
    </div>

    <!-- Q21 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q21</div>
        <div class="q-text">The osmolarity of tubular fluid leaving the early DCT is approximately:</div>
      </div>
      <div class="options">
        <div class="option correct"><span class="opt-letter">A</span> 60 mOsm/L</div>
        <div class="option wrong"><span class="opt-letter">B</span> 300 mOsm/L</div>
        <div class="option wrong"><span class="opt-letter">C</span> 100 mOsm/L</div>
        <div class="option wrong"><span class="opt-letter">D</span> 1200 mOsm/L</div>
      </div>
      <div class="explanation">
        <strong>Answer: A - 60 mOsm/L</strong><br>
        The early DCT, like the TAL, is relatively impermeable to water but continues to reabsorb solutes. Fluid entering from TAL at 100 mOsm/L is diluted further to <strong>60 mOsm/L</strong> in early DCT. Then in late DCT (if ADH present): rises to 300; if no ADH: drops to 50 mOsm/L.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Block - Osmolarity sequence</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- SLIDE 18-20: Facultative Water Reabsorption & ADH -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">18-20</div>
    <h2>Facultative Water Reabsorption &amp; ADH Action</h2>
  </div>
  <div class="slide-body">

    <!-- Q22 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q22</div>
        <div class="q-text">ADH (vasopressin) increases water permeability in the late DCT and collecting ducts by inserting which aquaporin?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> AQP-1 on apical membrane</div>
        <div class="option correct"><span class="opt-letter">B</span> AQP-2 on luminal membrane of principal cells</div>
        <div class="option wrong"><span class="opt-letter">C</span> AQP-3 on basolateral membrane</div>
        <div class="option wrong"><span class="opt-letter">D</span> AQP-4 on intercalated cells</div>
      </div>
      <div class="explanation">
        <strong>Answer: B - AQP-2 on luminal membrane of principal cells</strong><br>
        ADH binds V2 receptors on principal cells → cAMP → PKA → inserts AQP-2 vesicles into the luminal (apical) membrane. AQP-3 and AQP-4 are constitutively on the basolateral membrane. <strong>Nephrogenic DI</strong> = mutation of V2 receptor or AQP-2 gene → no AQP-2 insertion despite normal ADH.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021, 2022, 2023 - HIGHEST YIELD ADH topic</span>
      </div>
    </div>

    <!-- Q23 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q23</div>
        <div class="q-text">In the ABSENCE of ADH, the osmolarity of final urine is approximately:</div>
      </div>
      <div class="options">
        <div class="option correct"><span class="opt-letter">A</span> 30 mOsm/L</div>
        <div class="option wrong"><span class="opt-letter">B</span> 300 mOsm/L</div>
        <div class="option wrong"><span class="opt-letter">C</span> 1200 mOsm/L</div>
        <div class="option wrong"><span class="opt-letter">D</span> 600 mOsm/L</div>
      </div>
      <div class="explanation">
        <strong>Answer: A - 30 mOsm/L</strong><br>
        Without ADH, late DCT and CDs remain impermeable to water. Continued active ion reabsorption further dilutes the fluid: 60 → 50 (no-ADH late DCT/cortical CD) → 30 mOsm/L (no-ADH inner medullary CD). This maximally dilute urine can be up to 23 L/day.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Block Exam Q24</span>
      </div>
    </div>

    <!-- Q24 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q24</div>
        <div class="q-text">In the PRESENCE of maximal ADH, the maximum urine osmolarity achieved is:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> 300 mOsm/L</div>
        <div class="option wrong"><span class="opt-letter">B</span> 600 mOsm/L</div>
        <div class="option correct"><span class="opt-letter">C</span> 1200-1400 mOsm/L</div>
        <div class="option wrong"><span class="opt-letter">D</span> 800 mOsm/L</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - 1200-1400 mOsm/L</strong><br>
        With maximal ADH: inner medullary CD becomes permeable to water → water moves into the hypertonic medullary interstitium (1200-1400 mOsm/L) → urine equilibrates with interstitium. This is why a hypertonic medullary interstitium is a prerequisite for concentrated urine.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2020, 2021 Block - Standard number question</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- SLIDE 21-24: Urine Concentration - Countercurrent Multiplier -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">21-24</div>
    <h2>Urine Concentration - Countercurrent Multiplier &amp; Requirements</h2>
  </div>
  <div class="slide-body">

    <div class="diagram-box">
      <img src="https://cdn.orris.care/image-gen/5df7232eb19c4da0be00bb5ca0133573.png" alt="Countercurrent multiplier loop of Henle and vasa recta exchange">
      <div class="diagram-caption">Fig 4. Countercurrent multiplier (loop of Henle) and countercurrent exchanger (vasa recta). The loop creates medullary hyperosmolarity; vasa recta preserves it. Gradient: 300 mOsm/L (cortex) to 1200 mOsm/L (papilla).</div>
    </div>

    <!-- Q25 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q25</div>
        <div class="q-text">The TWO requirements for excreting concentrated urine are:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Low ADH + normal GFR</div>
        <div class="option wrong"><span class="opt-letter">B</span> High ADH + dilute renal medulla</div>
        <div class="option correct"><span class="opt-letter">C</span> High ADH + hypertonic renal medullary interstitium</div>
        <div class="option wrong"><span class="opt-letter">D</span> Normal ADH + high urea excretion</div>
      </div>
      <div class="explanation">
        <strong>Answer: C</strong><br>
        Both are essential: (1) <strong>High ADH</strong> → inserts AQP-2 → makes late DCT/CDs permeable to water. (2) <strong>Hypertonic medullary interstitium</strong> → provides the osmotic driving force for water reabsorption from CDs. If either is absent, concentrated urine cannot be formed. This is why loop diuretics destroy concentrating ability (they wash out the medullary gradient).
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021 Block Exam Q26 - Classic 2-requirement question</span>
      </div>
    </div>

    <!-- Q26 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q26</div>
        <div class="q-text">Which mechanism is responsible for CREATING the hypertonic medullary interstitium?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Vasa recta</div>
        <div class="option correct"><span class="opt-letter">B</span> Countercurrent multiplier (Loop of Henle of juxtamedullary nephrons)</div>
        <div class="option wrong"><span class="opt-letter">C</span> Cortical collecting duct</div>
        <div class="option wrong"><span class="opt-letter">D</span> Proximal convoluted tubule</div>
      </div>
      <div class="explanation">
        <strong>Answer: B - Countercurrent multiplier (Loop of Henle)</strong><br>
        Key distinction: Loop of Henle <strong>creates</strong> medullary hyperosmolarity by adding solutes to the interstitium. Vasa recta <strong>preserves</strong> it (prevents washout). This is a very common exam question - students confuse creator vs. preserver. <strong>Loop = creates; Vasa recta = preserves.</strong>
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022, 2023 - VERY COMMON TRAP</span>
      </div>
    </div>

    <!-- Q27 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q27</div>
        <div class="q-text">A patient with a diet very low in protein has impaired urine concentrating ability. The mechanism is:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Reduced ADH secretion</div>
        <div class="option wrong"><span class="opt-letter">B</span> Decreased GFR</div>
        <div class="option correct"><span class="opt-letter">C</span> Reduced urea in medullary interstitium → lower medullary osmolarity</div>
        <div class="option wrong"><span class="opt-letter">D</span> Increased aquaporin expression</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - Reduced urea → lower medullary osmolarity</strong><br>
        Urea contributes ~40% (~500 mOsm/L) of medullary interstitial osmolarity. Low protein diet → less urea → reduced medullary osmolarity → impaired concentration ability. This is why malnourished patients and those on low-protein diets cannot concentrate urine well. High protein diet → more urea → better concentration.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021 Clinical Integration</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- SLIDE 25-28: Vasa Recta & Urea Recycling -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">25-28</div>
    <h2>Vasa Recta (Countercurrent Exchange) &amp; Urea Recycling</h2>
  </div>
  <div class="slide-body">

    <!-- Q28 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q28</div>
        <div class="q-text">What is the role of the vasa recta in maintaining medullary hyperosmolarity?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Actively pumps NaCl into the interstitium</div>
        <div class="option correct"><span class="opt-letter">B</span> Acts as countercurrent exchanger to prevent solute washout</div>
        <div class="option wrong"><span class="opt-letter">C</span> Secretes ADH directly into the interstitium</div>
        <div class="option wrong"><span class="opt-letter">D</span> Delivers urea from the cortex to the medulla</div>
      </div>
      <div class="explanation">
        <strong>Answer: B - Countercurrent exchanger prevents washout</strong><br>
        Vasa recta endothelium is highly permeable to water and solutes. In descending limb: solutes enter blood from interstitium; water leaves blood. In ascending limb: solutes exit back into interstitium; water re-enters blood. Net result: solutes recirculate, preventing their removal by blood flow. Medullary blood flow is deliberately sluggish (1-2% of RBF) to minimize solute loss.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 MEQ Q - Creates vs Preserves</span>
      </div>
    </div>

    <!-- Q29 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q29</div>
        <div class="q-text">Urea contributes approximately what percentage of the medullary interstitial osmolarity?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> 10%</div>
        <div class="option wrong"><span class="opt-letter">B</span> 25%</div>
        <div class="option correct"><span class="opt-letter">C</span> 40%</div>
        <div class="option wrong"><span class="opt-letter">D</span> 60%</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - 40% (~500 mOsm/L out of ~1200-1400)</strong><br>
        Urea passes passively out of the PCT (50% by facilitated diffusion). The rest is concentrated in tubular fluid as water is removed. In the inner medullary CD, ADH-regulated urea transporters UT-A1 and UT-A3 allow urea to enter the interstitium. Urea then enters the thin loop of Henle → recirculates. This urea recycling amplifies the medullary gradient.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2023 Block Exam - Urea % number</span>
      </div>
    </div>

    <!-- Q30 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q30</div>
        <div class="q-text">ADH-regulated urea transporters in the inner medullary collecting duct are:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> UT-A2 and UT-B1</div>
        <div class="option correct"><span class="opt-letter">B</span> UT-A1 and UT-A3</div>
        <div class="option wrong"><span class="opt-letter">C</span> UT-B2 and UT-A4</div>
        <div class="option wrong"><span class="opt-letter">D</span> UT-A5 and UT-B3</div>
      </div>
      <div class="explanation">
        <strong>Answer: B - UT-A1 and UT-A3</strong><br>
        UT-A1 and UT-A3 are expressed in inner medullary CDs and are upregulated by ADH. UT-A2 is in thin descending limb (urea re-enters the loop here for recycling). Remember: <strong>UT-A1/A3 = medullary CD (ADH-regulated, urea OUT into interstitium).</strong>
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Block - UT transporter question</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- SLIDE 29-30: ADH Role & Dilute Urine -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">29-30</div>
    <h2>ADH Role in Concentration &amp; Mechanism of Dilute Urine</h2>
  </div>
  <div class="slide-body">

    <!-- Q31 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q31</div>
        <div class="q-text">ADH exerts its effect on principal cells of the collecting duct by which intracellular mediator?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> IP3 and DAG</div>
        <div class="option correct"><span class="opt-letter">B</span> cAMP via V2 receptor-Gs-adenylyl cyclase</div>
        <div class="option wrong"><span class="opt-letter">C</span> cGMP via nitric oxide</div>
        <div class="option wrong"><span class="opt-letter">D</span> Tyrosine kinase pathway</div>
      </div>
      <div class="explanation">
        <strong>Answer: B - cAMP via V2 receptor</strong><br>
        ADH → V2 receptor (Gs-coupled) → ↑cAMP → PKA → phosphorylates AQP-2 vesicles → inserts into luminal membrane. Also activates UT-A1/A3. V1 receptors (on vascular smooth muscle) use IP3/DAG. The V2 pathway is the therapeutic target - nephrogenic DI involves V2 receptor or AQP-2 mutations.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Block Q29 - cAMP pathway high yield</span>
      </div>
    </div>

    <!-- Q32 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q32</div>
        <div class="q-text">To excrete dilute urine, the kidney relies on which segment as the PRIMARY diluting mechanism?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Proximal convoluted tubule</div>
        <div class="option correct"><span class="opt-letter">B</span> Thick ascending limb of loop of Henle</div>
        <div class="option wrong"><span class="opt-letter">C</span> Glomerulus</div>
        <div class="option wrong"><span class="opt-letter">D</span> Inner medullary collecting duct</div>
      </div>
      <div class="explanation">
        <strong>Answer: B - Thick ascending limb (TAL)</strong><br>
        TAL is called the "diluting segment" - it reabsorbs NaCl but is impermeable to water, diluting the tubular fluid to 100 mOsm/L. In absence of ADH, the late DCT and CDs remain impermeable, further diluting to 30 mOsm/L. Maximum dilute urine = <strong>30 mOsm/L, 23 L/day (16 mL/min)</strong>.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021 Block Exam Q22</span>
      </div>
    </div>

    <!-- Q33 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q33</div>
        <div class="q-text">The maximum volume of dilute urine that can be excreted per day is approximately:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> 1-2 L/day</div>
        <div class="option wrong"><span class="opt-letter">B</span> 5-10 L/day</div>
        <div class="option correct"><span class="opt-letter">C</span> 23.3 L/day (16 mL/min)</div>
        <div class="option wrong"><span class="opt-letter">D</span> 180 L/day</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - 23.3 L/day</strong><br>
        The same daily solute load can be excreted in 500 mL at 1200 mOsm/L (max concentration) OR in 23.3 L at 30 mOsm/L (max dilution). 180 L is the total GFR per day. Normal urine output is ~1 L/day. Memorize these: max concentrated = 500 mL at 1200, max diluted = 23.3 L at 30 mOsm/L.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2020 Physiology Exam - Volume numbers</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- SLIDE 31-33: Diabetes Insipidus -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">31-33</div>
    <h2>Disorders of Urinary Concentration - Diabetes Insipidus</h2>
  </div>
  <div class="slide-body">

    <div class="diagram-box">
      <img src="https://cdn.orris.care/image-gen/773f006f81884d0683170e5e9c15d06c.png" alt="Central vs Nephrogenic Diabetes Insipidus comparison">
      <div class="diagram-caption">Fig 5. Central DI (ADH deficiency) vs. Nephrogenic DI (ADH resistance). Central DI responds to desmopressin; nephrogenic DI does not. Both cause polyuria and polydipsia.</div>
    </div>

    <!-- Q34 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q34</div>
        <div class="q-text">A patient has polyuria and polydipsia. ADH levels are very low. Desmopressin (ADH analog) administration markedly reduces urine volume. The diagnosis is:</div>
      </div>
      <div class="options">
        <div class="option correct"><span class="opt-letter">A</span> Central Diabetes Insipidus</div>
        <div class="option wrong"><span class="opt-letter">B</span> Nephrogenic Diabetes Insipidus</div>
        <div class="option wrong"><span class="opt-letter">C</span> Diabetes Mellitus Type 2</div>
        <div class="option wrong"><span class="opt-letter">D</span> Primary polydipsia</div>
      </div>
      <div class="explanation">
        <strong>Answer: A - Central DI</strong><br>
        Central DI = ADH deficiency (problem is in hypothalamus/posterior pituitary). Kidneys are intact → <strong>respond to exogenous ADH (desmopressin)</strong> → urine volume decreases. Nephrogenic DI = normal/high ADH but kidneys don't respond (V2 receptor or AQP-2 mutation) → desmopressin has NO effect.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021, 2022, 2023 - DI diagnosis MOST TESTED topic in this lecture</span>
      </div>
    </div>

    <!-- Q35 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q35</div>
        <div class="q-text">X-linked nephrogenic DI is caused by mutation in:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> AQP-1 gene</div>
        <div class="option wrong"><span class="opt-letter">B</span> AVP (vasopressin) gene</div>
        <div class="option correct"><span class="opt-letter">C</span> Renal V2 receptor gene → defect in cAMP production</div>
        <div class="option wrong"><span class="opt-letter">D</span> UT-A1 gene</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - V2 receptor gene mutation</strong><br>
        X-linked nephrogenic DI: V2 receptor gene mutation → cannot produce cAMP in response to ADH → no AQP-2 insertion → water cannot be reabsorbed despite ADH being present. Autosomal nephrogenic DI: AQP-2 gene mutation → functional V2 receptor and cAMP made, but no AQP-2 channels. Central DI hereditary: AVP gene mutation.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2023 Block Exam - Genetics of DI</span>
      </div>
    </div>

    <!-- Q36 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q36</div>
        <div class="q-text">A patient with central DI loses consciousness. The MOST dangerous consequence is:</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Hyperglycemia</div>
        <div class="option wrong"><span class="opt-letter">B</span> Hyponatremia</div>
        <div class="option correct"><span class="opt-letter">C</span> Fatal dehydration (hypernatremic dehydration)</div>
        <div class="option wrong"><span class="opt-letter">D</span> Pulmonary edema</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - Fatal dehydration</strong><br>
        DI patients compensate by drinking large amounts (polydipsia driven by thirst). This keeps them alive. If they lose consciousness and cannot drink → their kidneys continue to excrete large volumes of dilute urine → severe dehydration → fatal hypernatremia. <strong>"It is the polydipsia that keeps these patients healthy."</strong> - direct quote from the slide.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Clinical Scenario</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- SLIDE 34-37: Diuresis and Diuretics -->
<!-- ============================================================ -->
<div class="slide-section">
  <div class="slide-header">
    <div class="slide-num">34-37</div>
    <h2>Diuresis and Diuretics</h2>
  </div>
  <div class="slide-body">

    <div class="diagram-box">
      <img src="https://cdn.orris.care/image-gen/dbb4dcbaef3b4962beb12cdc4146a4b6.png" alt="Water diuresis vs osmotic diuresis mechanism comparison">
      <div class="diagram-caption">Fig 6. Water diuresis (ADH inhibition → reduces facultative reabsorption → hypotonic urine) vs. Osmotic diuresis (non-reabsorbable solutes → reduces obligatory + facultative reabsorption → isotonic/hypertonic urine + electrolyte loss).</div>
    </div>

    <!-- Q37 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q37</div>
        <div class="q-text">Water diuresis begins approximately how many minutes after drinking a large water load?</div>
      </div>
      <div class="options">
        <div class="option correct"><span class="opt-letter">A</span> 15 minutes (maximum at 40 minutes)</div>
        <div class="option wrong"><span class="opt-letter">B</span> 5 minutes</div>
        <div class="option wrong"><span class="opt-letter">C</span> 60 minutes</div>
        <div class="option wrong"><span class="opt-letter">D</span> Immediately</div>
      </div>
      <div class="explanation">
        <strong>Answer: A - 15 min onset, max at 40 min</strong><br>
        Water diuresis: ingestion → ↓plasma osmolarity → inhibits ADH secretion from hypothalamus → late DCT and CDs become water impermeable → ↓facultative water reabsorption → large volume hypotonic urine. The 15/40 minute timing is directly from the slide and is testable.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2021 Block Exam Q33</span>
      </div>
    </div>

    <!-- Q38 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q38</div>
        <div class="q-text">Which of the following is an example of osmotic diuresis?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Drinking 3 L of water rapidly</div>
        <div class="option wrong"><span class="opt-letter">B</span> Central diabetes insipidus</div>
        <div class="option correct"><span class="opt-letter">C</span> IV infusion of mannitol for acute glaucoma</div>
        <div class="option wrong"><span class="opt-letter">D</span> Hypothyroidism</div>
      </div>
      <div class="explanation">
        <strong>Answer: C - Mannitol infusion</strong><br>
        Osmotic diuresis = presence of non-reabsorbable osmotically active solutes in the tubule. Causes: <strong>(1) Mannitol (acute glaucoma treatment)</strong>, (2) Uncontrolled DM (glucose), (3) Urea infusion (in acquired SIADH). Mannitol is not reabsorbed → holds water in PCT → reduces obligatory AND facultative reabsorption → large isotonic/hypertonic urine with Na+ and K+ loss.
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2022 Block Q34 - Mannitol mechanism</span>
      </div>
    </div>

    <!-- Q39 -->
    <div class="mcq-card">
      <div class="mcq-header">
        <div class="q-num">Q39</div>
        <div class="q-text">Comparing water diuresis and osmotic diuresis: which statement is CORRECT?</div>
      </div>
      <div class="options">
        <div class="option wrong"><span class="opt-letter">A</span> Both reduce obligatory water reabsorption</div>
        <div class="option wrong"><span class="opt-letter">B</span> Water diuresis increases solute excretion; osmotic does not</div>
        <div class="option correct"><span class="opt-letter">C</span> Osmotic diuresis increases solute excretion; water diuresis does not</div>
        <div class="option wrong"><span class="opt-letter">D</span> ADH is inhibited in both types</div>
      </div>
      <div class="explanation">
        <strong>Answer: C</strong><br>
        Key comparison table from Slide 37: <br>
        - Solute excretion: Water diuresis = NOT increased; Osmotic = INCREASED (Na+, K+ lost)<br>
        - ADH: Water diuresis = Inhibited; Osmotic = Normal or increased<br>
        - Urine: Water = Hypotonic; Osmotic = Isotonic or hypertonic<br>
        - Water reabsorption reduced: Water diuresis = Facultative only; Osmotic = Both obligatory AND facultative
        <br><span class="bmc-tag">&#127381; BMC Past Year: 2023 Block Exam - Comparison table question</span>
      </div>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- HIGH-YIELD CHEATSHEET -->
<!-- ============================================================ -->
<div class="cheatsheet">
  <h2>&#9889; HIGH-YIELD CHEATSHEET - Glucose &amp; Water Renal Handling</h2>
  <div class="cs-grid">

    <div class="cs-card">
      <h3>&#127822; Glucose Numbers (Memorize!)</h3>
      <ul>
        <li>Normal site: <span class="green">Early PCT only</span></li>
        <li>Mechanism: <span class="yellow">2ry active (Na+ driven)</span></li>
        <li>Luminal: <span class="highlight">SGLT2 (80-90%) + SGLT1 (10-20%)</span></li>
        <li>Basolateral: <span class="yellow">GLUT-1 &amp; GLUT-2 (facilitated)</span></li>
        <li>Renal threshold: <span class="highlight">180 mg/dL (venous), 200 (arterial)</span></li>
        <li>TmG Female: <span class="green">300 mg/min</span></li>
        <li>TmG Male: <span class="highlight">375 mg/min</span></li>
        <li>Splay range: <span class="yellow">200-300 mg/dL</span></li>
        <li>Ouabain: blocks Na+/K+ ATPase</li>
        <li>Phlorizin: competes with SGLT-2</li>
      </ul>
    </div>

    <div class="cs-card">
      <h3>&#128167; Water Reabsorption % (CRITICAL)</h3>
      <ul>
        <li>PCT: <span class="highlight">65%</span> (obligatory, AQP-1)</li>
        <li>Loop of Henle: <span class="green">15%</span> (obligatory)</li>
        <li>Early DCT: <span class="yellow">5%</span> (obligatory)</li>
        <li>Collecting ducts: <span class="yellow">2%</span> (obligatory)</li>
        <li>= <span class="highlight">87% OBLIGATORY (ADH-independent)</span></li>
        <li>Late DCT + cortical CD: <span class="green">8%</span> (facultative)</li>
        <li>Inner medullary CD: <span class="yellow">4.7%</span> (facultative)</li>
        <li>= <span class="highlight">13% FACULTATIVE (ADH-dependent)</span></li>
        <li>Leaving PCT osmolarity: <span class="green">300 mOsm/L (iso-osmotic)</span></li>
      </ul>
    </div>

    <div class="cs-card">
      <h3>&#128200; Osmolarity Sequence Along Nephron</h3>
      <ul>
        <li>Plasma / PCT entry: <span class="yellow">300 mOsm/L</span></li>
        <li>Leaving PCT: <span class="yellow">300 mOsm/L (iso)</span></li>
        <li>Tip of loop (descending): <span class="highlight">1200 mOsm/L</span></li>
        <li>End of TAL: <span class="green">100 mOsm/L (dilute!)</span></li>
        <li>Early DCT: <span class="green">60 mOsm/L</span></li>
        <li>Late DCT + ADH: <span class="yellow">300 mOsm/L</span></li>
        <li>Late DCT - ADH: <span class="highlight">50 mOsm/L</span></li>
        <li>Medullary CD + ADH: <span class="highlight">1200-1400 mOsm/L</span></li>
        <li>Medullary CD - ADH: <span class="green">30 mOsm/L</span></li>
      </ul>
    </div>

    <div class="cs-card">
      <h3>&#128137; Aquaporin Quick Reference</h3>
      <ul>
        <li>AQP-1: <span class="green">PCT &amp; descending limb (constitutive)</span></li>
        <li>AQP-2: <span class="highlight">Late DCT/CD luminal (ADH-regulated)</span> ← mutation = nephrogenic DI</li>
        <li>AQP-3/4: <span class="yellow">CD basolateral (constitutive)</span></li>
        <li>ADH receptor: <span class="green">V2 → Gs → cAMP → PKA → AQP-2 insertion</span></li>
        <li>Urea transporters: <span class="highlight">UT-A1/A3 (inner medullary CD, ADH-regulated)</span></li>
        <li>UT-A2: thin descending limb (urea recycling)</li>
      </ul>
    </div>

    <div class="cs-card">
      <h3>&#9889; Medullary Hyperosmolarity Mechanisms</h3>
      <ul>
        <li>1. <span class="highlight">Countercurrent multiplier</span> (loop) = CREATES gradient</li>
        <li>2. <span class="green">Vasa recta</span> (U-shaped) = PRESERVES gradient</li>
        <li>3. <span class="yellow">Urea (40% = 500 mOsm/L)</span> from inner medullary CD</li>
        <li>4. Sluggish medullary blood flow (<span class="highlight">1-2% of RBF</span>)</li>
        <li>Requirements for concentrated urine:</li>
        <li>&nbsp;&nbsp;• <span class="green">High ADH</span> + <span class="highlight">Hypertonic medulla</span></li>
        <li>Max concentrated urine: <span class="highlight">1200-1400 mOsm/L (500 mL/day)</span></li>
        <li>Max dilute urine: <span class="green">30 mOsm/L (23.3 L/day)</span></li>
      </ul>
    </div>

    <div class="cs-card">
      <h3>&#127928; Diabetes Insipidus Comparison</h3>
      <ul>
        <li><strong>Central DI:</strong></li>
        <li>&nbsp;&nbsp;• ADH deficiency</li>
        <li>&nbsp;&nbsp;• Hereditary: <span class="yellow">AVP gene mutation</span></li>
        <li>&nbsp;&nbsp;• Acquired: supraoptic nucleus lesion</li>
        <li>&nbsp;&nbsp;• <span class="green">Responds to desmopressin ✓</span></li>
        <li><strong>Nephrogenic DI:</strong></li>
        <li>&nbsp;&nbsp;• ADH resistance (kidneys intact)</li>
        <li>&nbsp;&nbsp;• X-linked: <span class="highlight">V2 receptor mutation → no cAMP</span></li>
        <li>&nbsp;&nbsp;• Autosomal: <span class="highlight">AQP-2 gene mutation</span></li>
        <li>&nbsp;&nbsp;• <span class="highlight">Does NOT respond to desmopressin ✗</span></li>
      </ul>
    </div>

    <div class="cs-card">
      <h3>&#128167; Diuresis Comparison Table</h3>
      <ul>
        <li><strong>Water diuresis:</strong></li>
        <li>&nbsp;&nbsp;• Cause: drinking large amounts of water</li>
        <li>&nbsp;&nbsp;• ADH: <span class="highlight">INHIBITED</span></li>
        <li>&nbsp;&nbsp;• Water reabsorption reduced: <span class="yellow">Facultative only</span></li>
        <li>&nbsp;&nbsp;• Solute excretion: NOT increased</li>
        <li>&nbsp;&nbsp;• Urine: <span class="green">HYPOTONIC, max 23.3 L/day</span></li>
        <li><strong>Osmotic diuresis:</strong></li>
        <li>&nbsp;&nbsp;• Cause: mannitol, glucose (DM), urea</li>
        <li>&nbsp;&nbsp;• ADH: <span class="yellow">Normal or increased</span></li>
        <li>&nbsp;&nbsp;• Water reabsorption reduced: <span class="highlight">BOTH obligatory + facultative</span></li>
        <li>&nbsp;&nbsp;• Solute excretion: <span class="highlight">INCREASED (Na+, K+ loss)</span></li>
        <li>&nbsp;&nbsp;• Urine: <span class="yellow">Isotonic or hypertonic</span></li>
      </ul>
    </div>

    <div class="cs-card">
      <h3>&#127775; Glycosuria - Key Distinctions</h3>
      <ul>
        <li><strong>DM Glycosuria:</strong></li>
        <li>&nbsp;&nbsp;• Plasma glucose: <span class="highlight">HIGH (&gt;180 mg/dL)</span></li>
        <li>&nbsp;&nbsp;• TmG: <span class="yellow">Normal</span></li>
        <li>&nbsp;&nbsp;• Mechanism: filtered load exceeds TmG</li>
        <li><strong>Renal Glycosuria:</strong></li>
        <li>&nbsp;&nbsp;• Plasma glucose: <span class="green">NORMAL</span></li>
        <li>&nbsp;&nbsp;• TmG: <span class="highlight">Markedly DECREASED</span></li>
        <li>&nbsp;&nbsp;• Mechanism: congenital transport defect</li>
        <li>&nbsp;&nbsp;• Renal threshold: <span class="highlight">lowered below 180</span></li>
        <li>Both cause: osmotic diuresis with Na+/K+ loss</li>
      </ul>
    </div>
  </div>
</div>

<!-- ============================================================ -->
<!-- BMC EXAM TIPS -->
<!-- ============================================================ -->
<div class="tips-section">
  <h2>&#127381; BMC EXAM TIPS - Last-Minute Strategy</h2>

  <div class="tip-item">
    <div class="tip-icon">&#127919;</div>
    <div class="tip-text"><strong>Most Tested Numbers (Memorize First):</strong> Renal threshold = 180 mg/dL (venous) / 200 (arterial). TmG = 300 (F) / 375 (M) mg/min. Obligatory water = 87%. PCT reabsorbs 65%. End-TAL osmolarity = 100 mOsm/L. Early DCT = 60. Max concentrated urine = 1200-1400 mOsm/L. Max dilute = 30 mOsm/L.</div>
  </div>

  <div class="tip-item">
    <div class="tip-icon">&#128218;</div>
    <div class="tip-text"><strong>DI Diagnosis Pattern in BMC MCQs:</strong> BMC loves giving a clinical scenario - polyuria + polydipsia, then asking Central vs. Nephrogenic. Key: desmopressin response = Central DI. No response = Nephrogenic. Low ADH levels point to Central. High ADH but still polyuric = Nephrogenic.</div>
  </div>

  <div class="tip-item">
    <div class="tip-icon">&#9889;</div>
    <div class="tip-text"><strong>Trap: Loop Creates vs. Vasa Recta Preserves.</strong> BMC exams consistently ask "which mechanism CREATES medullary hyperosmolarity?" Answer = Loop of Henle (countercurrent multiplier). Vasa recta only PREVENTS its washout. Never mix these up.</div>
  </div>

  <div class="tip-item">
    <div class="tip-icon">&#128200;</div>
    <div class="tip-text"><strong>Glucose Titration Curve Zones:</strong> Draw this curve in your mind - Zone 1 (&lt;180): no excretion. Zone 2 (180-300): splay, partial excretion due to nephron heterogeneity. Zone 3 (&gt;300): all carriers saturated, excretion = filtration - TmG (linear parallel curve). BMC loves "at 250 mg/dL what happens?" = splay zone, partial saturation.</div>
  </div>

  <div class="tip-item">
    <div class="tip-icon">&#127988;</div>
    <div class="tip-text"><strong>AQP Distinction:</strong> AQP-1 = PCT (always there, no ADH needed). AQP-2 = CD luminal (ADH inserts it). AQP-3/4 = CD basolateral (always there). Nephrogenic DI = AQP-2 or V2 mutation. BMC MCQ pattern: "Which AQP is defective in X-linked nephrogenic DI?" = V2 receptor (cAMP failure), not AQP-2 directly for X-linked.</div>
  </div>

  <div class="tip-item">
    <div class="tip-icon">&#128249;</div>
    <div class="tip-text"><strong>Osmotic vs. Water Diuresis - Urine Character:</strong> Water diuresis = HYPOTONIC urine (large volume, low solutes). Osmotic diuresis = Isotonic or HYPERTONIC urine (also large volume, but solutes are INCREASED including Na+ and K+). This is a classic comparison MCQ on BMC exams.</div>
  </div>

  <div class="tip-item">
    <div class="tip-icon">&#127890;</div>
    <div class="tip-text"><strong>Last 2 Days Strategy:</strong> Focus on: (1) Glucose titration curve numbers, (2) Water % table by nephron segment, (3) DI comparison table, (4) AQP-1 vs. AQP-2, (5) Countercurrent multiplier (loop) vs. exchanger (vasa recta). These topics appeared in BMC block exams from 2020-2023 consistently. Do NOT ignore the diuresis comparison table from Slide 37 - it's a perfect source for MCQ stems.</div>
  </div>

  <div class="tip-item">
    <div class="tip-icon">&#128073;</div>
    <div class="tip-text"><strong>Urea - Protein Diet Connection:</strong> If you see "low protein diet" or "malnutrition" in a clinical vignette about impaired urine concentration - think UREA. Less protein → less urea → lower medullary osmolarity → cannot concentrate urine. This appears in BMC as a "why" question after a clinical scenario.</div>
  </div>
</div>

<div class="footer">
  BMC Physiology Exam Prep | Glucose &amp; Water Handling by Renal Tubules | Dr. Hader I. Sakr<br>
  Reference: Guyton &amp; Hall 13th Ed. Unit V(26); Ganong's 25th Ed. Section VII(37)<br>
  Generated for Batterjee Medical College Exam Preparation - May 2026
</div>

</div>
</body>
</html>
Running Command

ls -lh /home/daytona/workspace/bmc-physio-mcq/

Your full BMC exam prep is ready! Here's the complete breakdown - download the file at the bottom.

BMC Physiology MCQ Glucose Water

HTML File · HTML


What's Inside (39 MCQs across all slides 4-37)

Slide Coverage & MCQ Summary

SlidesTopicMCQsKey BMC Past Year
4-5Glucose transport - SGLT1/2 mechanismQ1-Q32022 Block Q14, 2021 MEQ, 2023 Block
6Basolateral GLUT-1/2 & blockersQ4-Q62022 Block Q15, 2023 Clinical
7-8TmG values & glucose titration curveQ7-Q92022 Block Q8, 2021 Block Q11
9-10Splay & excretion curveQ10-Q122022 MEQ, 2020-2023 repeated
11-12Glycosuria (DM vs Renal)Q13-Q152022 Clinical Scenario - VERY HIGH YIELD
13-15Water handling overview & obligatoryQ16-Q182022 Block Q19, Q21
16-18Loop of Henle & early DCTQ19-Q212022 Block, 2021/2023 NKCC2
18-20Facultative water reabsorption & ADHQ22-Q242021/2022/2023 - HIGHEST YIELD
21-24Urine concentration requirementsQ25-Q272021 Block Q26, 2022/2023 TRAP
25-28Vasa recta & urea recyclingQ28-Q302022 MEQ, 2023 Block
29-30ADH mechanism & dilute urineQ31-Q332022 Block Q29, 2021 Block
31-33Diabetes Insipidus (Central vs Nephro)Q34-Q362021/2022/2023 - MOST TESTED
34-37Diuresis types & comparisonQ37-Q392021 Block Q33, 2022/2023

Top 5 BMC Exam Traps to Avoid

  1. Loop CREATES medullary gradient; Vasa recta PRESERVES it - mixed up every year
  2. AQP-1 = PCT (no ADH needed); AQP-2 = CD luminal (ADH inserts it) - both appear in MCQs
  3. Renal glycosuria = normal blood glucose - distinguishes from DM glycosuria
  4. Central DI responds to desmopressin; Nephrogenic DI does NOT
  5. Osmotic diuresis increases solute excretion; water diuresis does NOT

The Numbers List (Screenshot This)

  • Renal threshold: 180 mg/dL (venous) / 200 (arterial)
  • TmG: 300 (female) / 375 (male) mg/min
  • Obligatory water reabsorption: 87% (PCT 65% + loop 15% + DCT 5% + CD 2%)
  • Facultative: 13% (ADH-dependent)
  • Urea = 40% of medullary osmolarity (~500 mOsm/L)
  • Max dilute urine: 30 mOsm/L, 23.3 L/day
  • Max concentrated urine: 1200-1400 mOsm/L, 500 mL/day
Good luck on your BMC exam! You've got this.
This is a shared conversation. Sign in to Orris to start your own chat.