> For the complete documentation index, see [llms.txt](https://krjaeh0.gitbook.io/j-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krjaeh0.gitbook.io/j-log/programming/cs_basics/architecture/computerarchitecture.md).

# ComputerArchitecture

* 여러 부품(장치)들이 모여 컴퓨터라는 하나의 기계로 작동하기 위해서는 기본 설계가 있기에 가능하다.
* 이 설계에 맞춰 하드웨어를 개발하고, 조립해 컴퓨터가 된다.
* 이러한 설계를 '컴퓨터 구조(Computer Architecture)'라고 한다.
* 컴퓨터가 효율적으로 작동할 수 있도록 하드웨어 및 소프트웨어의 기능을 고안, 구성하는 방법을 말함
* 컴퓨터의 기능 구조에 대한 설계, 명령어 집합구조, 마이크로 아키텍쳐, 그리고 기타 하드웨어 및 컴퓨팅 방법에 대한 설계 등이 포함된다.

> CPU의 명령에 대한 설계를 [명령어 집합구조(Instruction Set Architecture)](broken://pages/2a6f45cc00bfb7ba805c94f87b4a0a1a15835a1b)라 부른다.\
> CPU의 하드웨어적 설계를 [마이크로 아키텍쳐(Micro Architecture)](broken://pages/5e1469af58cb32381c66cf69c8e7cf8611222c1c)라 부른다.

## [기능 구조의 설계](broken://pages/1386d3120575c93577c3e54eb202cb545b6b1675)

## [명령어 집합구조](broken://pages/2a6f45cc00bfb7ba805c94f87b4a0a1a15835a1b)

## [마이크로 아키텍처](broken://pages/5e1469af58cb32381c66cf69c8e7cf8611222c1c)

## 하드웨어 및 컴퓨팅 방법론

### 직접 메모리 접근


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://krjaeh0.gitbook.io/j-log/programming/cs_basics/architecture/computerarchitecture.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
