Answer each question
cd /home/daytona/workspace/attachments/f3a7b748-4398-4603-810f-87b6f8d7a170/ && python3 -c " import subprocess result = subprocess.run(['antiword', 'practical skills 2026.doc'], capture_output=True, text=True) print(result.stdout[:5000]) print('STDERR:', result.stderr[:500]) "
cd "/home/daytona/workspace/attachments/f3a7b748-4398-4603-810f-87b6f8d7a170/" && python3 -c " import subprocess # Try libreoffice conversion result = subprocess.run(['libreoffice', '--headless', '--convert-to', 'txt', 'practical skills 2026.doc', '--outdir', '/home/daytona/workspace/'], capture_output=True, text=True, timeout=60) print('STDOUT:', result.stdout) print('STDERR:', result.stderr[:500]) print('Return code:', result.returncode) "
cd "/home/daytona/workspace/attachments/f3a7b748-4398-4603-810f-87b6f8d7a170/" && python3 -c " import subprocess # Try docx conversion result = subprocess.run(['libreoffice', '--headless', '--convert-to', 'docx', 'practical skills 2026.doc', '--outdir', '/home/daytona/workspace/'], capture_output=True, text=True, timeout=60) print('STDOUT:', result.stdout) print('STDERR:', result.stderr[:500]) print('Return code:', result.returncode) "
# Try extracting text directly from the binary doc file with python-docx or olefile python3 -c " import olefile import os path = '/home/daytona/workspace/attachments/f3a7b748-4398-4603-810f-87b6f8d7a170/practical skills 2026.doc' ole = olefile.OleFileIO(path) # Word document streams if ole.exists('WordDocument'): stream = ole.openstream('WordDocument') data = stream.read() print('WordDocument stream size:', len(data)) # Try to get text from the 0Table or 1Table stream if ole.exists('1Table'): stream = ole.openstream('1Table') data1 = stream.read() print('1Table stream size:', len(data1)) # decode stream = ole.openstream('WordDocument') raw = stream.read() # Extract ASCII text import re text = raw.decode('latin-1', errors='replace') # Find readable text - look for sequences of printable chars readable = re.findall(r'[ -~\n\r\t]{4,}', text) for r in readable[:100]: if len(r) > 8: print(repr(r)) "
python3 -c " import re, struct path = '/home/daytona/workspace/attachments/f3a7b748-4398-4603-810f-87b6f8d7a170/practical skills 2026.doc' with open(path, 'rb') as f: data = f.read() # Extract readable text sequences (latin-1 encoded) text = data.decode('latin-1', errors='replace') readable = re.findall(r'[A-Za-z0-9 .,;:!?()\-\'\"]{10,}', text) for r in readable: if any(c.isalpha() for c in r): print(r) " 2>/dev/null | head -200
| # | Topic |
|---|---|
| 1 | Action potential graph + phases + ionic mechanism |
| 2 | Excitability changes during AP + refractory periods (ARP, RRP) |
| 3 | AP propagation - myelinated (saltatory) vs. non-myelinated (continuous) |
| 4 | Neuromuscular junction scheme + synaptic transmission steps |
| 5 | Single twitch vs. tetanic contraction curves |
| 6 | Mechanism of muscular contraction and relaxation (Ca²⁺, troponin, cross-bridge cycling) |
| 7 | Spinal cord reflex arch (5 components) |
| 8 | Pre- and postsynaptic inhibition in CNS |
| 9 | Autonomic reflex arch - sympathetic and parasympathetic |
| 10 | Protein hormone action (GPCR/RTK, cAMP, second messengers) |
| 11 | Steroid hormone action (nuclear receptor, gene expression) |
| 12 | Hypothalamic-pituitary axis (HPT axis example + negative feedback) |
| 13 | Blood test interpretation (CBC reference ranges) |
| 14 | ABO and Rh blood typing principles |
| 15 | Ventricular cardiomyocyte AP - phases 0-4 + ionic basis |
| 16 | Pacemaker cell AP - If current, T-type Ca²⁺, spontaneous depolarization |
| 17 | Cardiac conduction system + frequencies + conduction velocities |
| 18 | ECG pacemaker identification criteria |
| 19 | ECG heart rate calculation + cardiac cycle duration |
| 20 | Electrical axis determination in frontal plane |
| 21 | Sphygmogram curve + phases (anacrotic, dicrotic notch, catacrotic) |
| 22 | Phlebogram curve + a, c, x, v, y waves |
| 23 | External respiration methods (spirometry, FEV₁, plethysmography, DLCO, ABG) |
| 24 | RAAS scheme + kidney's role in BP maintenance |
| 25 | Osmotic pressure regulation feedback loop (ADH, osmoreceptors) |
| 26 | Sensory system structural and functional organization |
| 27 | Conditioned reflex rules (Pavlov) + stages of development |
| 28 | Thermoregulation at HIGH temperature (sweating, vasodilation) |
| 29 | Thermoregulation at LOW temperature (shivering, vasoconstriction, thermogenesis) |
| 30 | Conditioned vs. unconditioned salivary reflexes |
| 31 | Gamma loop scheme + alpha vs. gamma motoneuron characteristics |
| 32 | Hans Selye's GAS - 3 stages + hormonal roles |
Give realistic diagrams from testbooks

Shows the AP waveform (purple), Na⁺ conductance spike (green dashed), K⁺ conductance curve (orange dashed), equilibrium potentials, resting potential (-70 mV), undershoot, and both the absolute and relative refractory periods marked above.

The three states of the voltage-gated Na⁺ channel: (1) Closed but available (resting) - activation gate closed, inactivation gate open; (2) Open (upstroke) - both gates open, Na⁺ flows in; (3) Inactivated (repolarization) - inactivation gate closed, channel non-conducting. This directly explains the ARP.

The normal NMJ (left): axon terminal contains mitochondria and synaptic vesicles (ACh); active zones release ACh into the cleft; nicotinic ACh receptors cluster at the peaks of junctional folds on the muscle fiber membrane. AChE in the cleft hydrolyzes ACh.

The 4-step cross-bridge cycle:
- Relaxed → ATP on myosin head dissociates thick/thin filaments
- Step 1 (ATP hydrolysis): Myosin head "re-cocked", energized (ADP + Pi)
- Step 2 (Active complex): Ca²⁺ exposes actin sites; myosin binds actin, Pi released
- Step 3 (Power stroke): ADP released; myosin head pivots → filaments slide → force
- Step 4 (Rigor): New ATP binds → cross-bridge detaches → cycle repeats

Phase 0: Fast Na⁺ influx (iNa) → rapid upstroke to +20 mV Phase 1: Na⁺ channels inactivate → brief early repolarization Phase 2 (Plateau): L-type Ca²⁺ influx (iCa²⁺) balanced by K⁺ efflux → flat plateau ~200 ms Phase 3: Ca²⁺ channels close; K⁺ channels (iK⁺) fully open → rapid repolarization Phase 4: Resting at -85 to -90 mV; iK⁺ (inward rectifier) maintains

Panel A (ventricular): Phases 0-4 with ion current labels (↑INa = upstroke; ↑ICa + ↑IK = plateau; ↓IK = resting at -90 mV)Panel B (pacemaker - SA node): No stable resting potential - instead a slow spontaneous depolarization (pacemaker potential) from -60 mV to threshold:
- ↑Ih (HCN "funny" current): inward Na⁺ current activated by hyperpolarization → initial slow drift upward
- ↓IK: K⁺ channels gradually close → less outward current → further depolarization
- ↑ICaT (T-type Ca²⁺): activates near -50 mV → accelerates depolarization to threshold
- ↑ICaL (L-type Ca²⁺): carries the upstroke (no fast Na⁺ channels in nodal cells!)

Activation sequence: SA node (right atrium) → spreads through both atria via internodal tracts → AV node (slow conduction - delay allows ventricular filling) → Bundle of His → Right & Left bundle branches → Purkinje fibers → ventricular myocardium (endocardium to epicardium)
| Diagram | Source |
|---|---|
| Q1/Q2: Nerve AP + conductances + refractory periods | Costanzo Physiology 7e |
| Q1: Na⁺ channel gate states | Costanzo Physiology 7e |
| Q4: Neuromuscular junction | Kandel - Principles of Neural Science 6e |
| Q6: Cross-bridge contraction cycle | Harrison's Internal Medicine 22e |
| Q15: Cardiac ventricular AP + ionic currents | Guyton & Hall Medical Physiology |
| Q16: Ventricular vs. pacemaker AP comparison | Ganong's Medical Physiology 26e |
| Q17: Cardiac conduction system | Costanzo Physiology 7e |
I need for all questions










| Parameter | Reference Range | Low = | High = |
|---|---|---|---|
| Hb ♂ | 130-170 g/L | Anemia | Polycythemia |
| Hb ♀ | 120-150 g/L | Anemia | Polycythemia |
| WBC | 4.0-9.0 ×10⁹/L | Leukopenia | Leukocytosis |
| Platelets | 150-400 ×10⁹/L | Thrombocytopenia | Thrombocytosis |
| MCV | 80-100 fL | Microcytic anemia | Macrocytic anemia |
| Neutrophils | 50-70% | Neutropenia | Bacterial infection |
| ESR | <15 mm/h (♂), <20 (♀) | — | Inflammation |
| Group | RBC Antigen | Plasma Antibody |
|---|---|---|
| A | A | Anti-B |
| B | B | Anti-A |
| AB | A + B | None (universal recipient) |
| O | None | Anti-A + Anti-B (universal donor) |




| Structure | Rate (bpm) | Conduction Velocity |
|---|---|---|
| SA node | 60-100 | 0.05 m/s |
| AV node | 40-60 | 0.02-0.05 m/s (slowest - AV delay) |
| Bundle of His | — | 0.1-0.2 m/s |
| Bundle branches / Purkinje | 20-40 | 2-4 m/s (fastest) |
| Ventricular muscle | 20-40 | 0.3-0.5 m/s |
| Lead I | aVF | Axis |
|---|---|---|
| + | + | Normal (0° to +90°) |
| + | − | Left axis deviation (<−30°) |
| − | + | Right axis deviation (>+90°) |
| − | − | Extreme axis (±180°) |
Pressure
↑ Peak (systolic)
/‾‾\ /\ ← dicrotic wave
/ \_/ \___ → diastolic baseline
/ ↑ ↑
↑ dicrotic notch
anacrotic
limb
Pressure
↑ a c v
/\ /|/\
/ X \ /\
─/ / \ V \─
x y
descent

| Pattern | FEV₁/FVC | TLC | Example |
|---|---|---|---|
| Normal | >70% | Normal | — |
| Obstructive | ↓ (<70%) | ↑ or normal | Asthma, COPD |
| Restrictive | Normal or ↑ | ↓ | Fibrosis, NM disease |

α Motor neuron ──────────────────→ Extrafusal fibers (force)
↑
γ Motor neuron ──→ Intrafusal fibers (spindle tension set)
↓
Ia afferent fires ────→ α Motor neuron
(if muscle too long) (stretch reflex)
| Feature | α Motoneuron | γ Motoneuron |
|---|---|---|
| Target | Extrafusal fibers | Intrafusal (spindle) fibers |
| Function | Force generation | Spindle sensitivity adjustment |
| Fiber type | Large, Aα (70-120 m/s) | Smaller, Aγ (15-30 m/s) |
| Proportion | ~70% ventral horn | ~30% ventral horn |
STRESSOR
↓
STAGE 1: ALARM
Shock phase (↓BP, ↑capillary permeability)
Counter-shock:
• Epinephrine/NE (adrenal medulla) → ↑HR, ↑BP, ↑glucose
• Cortisol ↑↑ (HPA: CRH → ACTH → cortisol)
↓ (if stress continues)
STAGE 2: RESISTANCE (Adaptation)
• Cortisol (sustained): ↑gluconeogenesis, anti-inflammatory
• Aldosterone: ↑Na⁺ retention → ↑volume → ↑BP
• GH + Glucagon: fat/protein mobilization
• Reproductive hormones suppressed
Maximum resistance to stressor; normal function maintained
↓ (if severe/prolonged)
STAGE 3: EXHAUSTION
• Adrenal cortex depleted: ↓cortisol, ↓aldosterone
• ↓Immunity, ↓glucose, organ failure
• Resembles alarm but without adaptive capacity
• Death possible if untreated
| Stage | Key Hormones | Effect |
|---|---|---|
| Alarm | Epinephrine, NE, Cortisol | Fight-or-flight mobilization |
| Resistance | Cortisol, Aldosterone, GH | Sustained adaptation |
| Exhaustion | All ↓ | Failure, organ damage |
Create a PDF study guide compiling all 32 Q&A with diagrams
ls /home/daytona/workspace/ && mkdir -p /home/daytona/workspace/physiology-study-guide