# 4. 存储单元

- [4.1. SR Latch：如何存储 1 Bit](https://s2.shizhz.me/s2e4/1.md)
- [4.2. 时钟：计算机中的时间模型](https://s2.shizhz.me/s2e4/2.md)
- [4.3. D Flip-Flop：以时钟为脉搏的存储器](https://s2.shizhz.me/s2e4/3.md)
- [4.4. 地址：可寻址的存储单元](https://s2.shizhz.me/s2e4/4.md)
- [4.5. 内存：大容量的存储芯片](https://s2.shizhz.me/s2e4/5.md)
- [4.6. 寄存器：CPU 的存储单元](https://s2.shizhz.me/s2e4/6.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://s2.shizhz.me/s2e4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
