# 電腦組件標準 - PC協定規格

### Intro

本篇整理目前主流個人電腦組件標準的協定與規格表：

* CPU (處理器)
  * [List of CPU sockets and slots](https://en.wikipedia.org/wiki/CPU_socket#List_of_CPU_sockets_and_slots)
  * [Coolpc CPU列表 (含腳位, 記憶體規格)](https://www.coolpc.com.tw/AMD.htm)
* Motherboard (主機板)
  * [處理器插座和插槽列表](https://zh.wikipedia.org/wiki/CPU%E6%8F%92%E5%BA%A7#%E8%99%95%E7%90%86%E5%99%A8%E6%8F%92%E5%BA%A7%E5%92%8C%E6%8F%92%E6%A7%BD%E5%88%97%E8%A1%A8)
* Storage
  * [M.2](https://zh.wikipedia.org/zh-tw/M.2)介面\
    理論上M.2介面最多可提供[PCI Express x4](https://zh.wikipedia.org/zh-tw/PCI_Express#%E5%8E%86%E5%8F%B2)的頻寬 (電腦)
* Bus (匯流排)
  * [PCI Express](https://zh.wikipedia.org/zh-tw/PCI_Express)


---

# 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://ict.blog.yidas.com/standard/computer-protocol-spec.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.
