# 附录\*单位换算

**1个元器件称为1 比特（Bit）或1位**，8个元器件称为1字节（Byte），那么16个元器件就是2Byte，32个就是4Byte，以此类推：

* 8×1024个元器件就是1024Byte，简写为1KB；
* 8×1024×1024个元器件就是1024KB，简写为1MB；
* 8×1024×1024×1024个元器件就是1024MB，简写为1GB。

单位换算：

* 8 Bit = 1Byte
* 1024Byte = 1KB
* 1024KB = 1MB
* 1024MB = 1GB
* 1024GB = 1TB&#x20;

> 我们将8个比特（Bit）称为一个字节（Byte），并将字节作为最小的可操作单元。


---

# 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://xiaoxiami.gitbook.io/c/dan-wei-huan-suan.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.
