Before you can read the parent note, you need to earn every symbol it throws at you. We build them in the order they depend on each other: voltage → transistor → inverter → latch → the 6 transistors → the wires → the ratios.
Ground (often drawn as a downward "rake" symbol) = the zero reference, 0 V. This is "no push," which we read as logic 0.
VDD = the highest supply voltage the chip runs on (e.g. 1.0 V). This is "full push," which we read as logic 1.
Figure 1 walkthrough. The red horizontal line at the top is the VDD rail — the "full push" level we read as logic 1. The black line at the bottom, with the shrinking-rungs symbol beneath it, is ground (0 V, logic 0). The double-headed arrow between them is voltage itself: the amount of push separating the two levels. Every signal in this whole page lives somewhere between these two lines.
There are two flavours, and the parent note uses both:
Type
Turns ON when gate is...
Good at pulling a node...
NMOS
HIGH (VDD)
DOWN to 0 (sinks current strongly)
PMOS
LOW (0)
UP to VDD
Figure 2 walkthrough. Two transistor symbols side by side. On the left, the red NMOS: its gate wire enters from the left, and the red down-arrow shows what it is good at — dragging its node down toward ground (it turns on when the gate is HIGH). On the right, the black PMOS: the up-arrow shows it pulling its node up toward VDD (it turns on when the gate is LOW). The captions under each list the on-condition; note that each only conducts once its gate beats the threshold Vt from §above.
Figure 3 walkthrough. This is the inverter's transfer curve: input voltage on the horizontal axis, output voltage on the vertical axis. Read it left to right. When the input is low (left), the output sits high near VDD; when the input is high (right), the output collapses to 0 — that is the "opposite" behaviour. The steep drop in the middle is where the flip happens, and the red dashed cross-hair marks the exact input voltage where output = half — the trip pointVTH,inv, here 0.5 V.
Figure 4 walkthrough. Two triangle symbols (inverters) point at each other. Follow the red wire: the top inverter's output — labelled Q=1 — loops around and feeds the bottom inverter's input. The black wire does the mirror: the bottom inverter's output — labelled Q=0 — feeds back into the top inverter. Because each output drives the other's input, the two settle into a self-consistent locked pair; the caption underneath spells out that this mutual holding is what stores one bit.
How to read this diagram. Each box is one foundation concept from this page. An arrow means "you need the box at the tail before you can understand the box at the head" — so read along the arrows from top to bottom. Start at the boxes with no incoming arrows (Voltage, W/L strength), follow the flow, and you will arrive at the parent topic in the bottom box. The map is your study order.