Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yulmwu committed Oct 24, 2024
1 parent f5d2de7 commit 8705f5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _posts/2024-10-24-about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "2024/10/25 공지"
description: "Introducing ky0422's blog"
description: "Introducing Kim Jun Young's blog"
author: yulmwu
date: 2024-10-25 00:00:00 +0900
pin: true
Expand Down
18 changes: 9 additions & 9 deletions _posts/fast/2024-10-25-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: (1화) 빠르게 끝내는 컴퓨터 구조
description: CS
author: yulmwu
date: 2024-10-25 00:00:00 +0900
categories: ["빠르게 끝내는"]
categories: ["빠르게 끝내는 시리즈"]
tags: ["컴퓨터", "하드웨어", "CPU"]
---

Expand All @@ -15,7 +15,7 @@ tags: ["컴퓨터", "하드웨어", "CPU"]
2. [2진법](#1-1-2-2진법)
3. [그 외 진법](#1-1-3-그-외-진법)
4. [문자의 표현](#1-1-4-문자의-표현)
1. [ASCII](#1-1-4-1-ASCII)
1. [ASCII](#1-1-4-1-ascii)
2. [한글의 표현](#1-1-4-2-한글의-표현)
3. [유니코드](#1-1-4-3-유니코드)
2. [데이터의 단위](#1-2-데이터의-단위)
Expand All @@ -27,22 +27,22 @@ tags: ["컴퓨터", "하드웨어", "CPU"]
3. [메모리 주소 지정 방식](#1-3-1-3-메모리-주소-지정-방식)
2. [프로그래밍 언어론(PLT)](#1-3-2-프로그래밍-언어론)
2. [컴퓨터 구조 %%](#2-컴퓨터-구조)
1. [CPU](#2-1-CPU)
1. [ALU(산술논리연산장치)](#2-1-1-ALU)
1. [CPU](#2-1-cpu)
1. [ALU(산술논리연산장치)](#2-1-1-alu)
2. [제어장치](#2-1-2-제이장치)
3. [레지스터](#2-1-3-레지스터)
4. [명령어 사이클](#2-1-4-명령어-사이클)
5. [인터럽트](#2-1-5-인터럽트)
6. [코어](#2-1-6-코어)
7. [병렬 처리](#2-1-7-병렬-처리)
8. [명령어 집합 구조](#2-1-8-명령어-집합-구조)
1. [CISC](#2-1-8-1-CISC)
2. [RISC](#2-1-8-1-RISC)
1. [CISC](#2-1-8-1-cisc)
2. [RISC](#2-1-8-1-risc)
2. [메모리(주기억장치)](#2-2-메모리주기억장치)
1. [RAM](#2-2-1-RAM)
1. [RAM](#2-2-1-ram)
2. [캐시-메모리](#2-2-2-캐시-메모리)
3. [보조기억장치](#2-3-보조기억장치)
4. [입출력장치(I/O)](#2-4-입출력장치IO)
4. [입출력장치(I/O)](#2-4-입출력장치io)
5. [버스](#2-5-버스)

# 1. 컴퓨터가 이해하는 데이터
Expand Down Expand Up @@ -319,7 +319,7 @@ opcode엔 다양한 역할의 opcode가 존재하는데, 크게 아래와 같은
묵시적 > 즉시 > 레지스터 > 직접 > 레지스터 간접 > 간접 > 변위
```

### 1-3-1. 프로그래밍 언어론
### 1-3-2. 프로그래밍 언어론

# 2. 컴퓨터 구조

Expand Down

0 comments on commit 8705f5d

Please sign in to comment.