Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- XML
- github
- Pipelining
- instruction
- DS
- data structure
- for
- DoM
- mysql
- html
- DATAPATH
- python
- php
- Class
- Linux
- system
- javascript
- control
- react
- function
- MacOS
- Java
- while
- architecture
- computer
- MIPS
- CSS
- DB
- web
- Algorithm
Archives
- Today
- Total
목록fetch (1)
YYYEJI

Stored program Concept는 Memory에 저장하고 실행시키는 방법이라고 할 수 있습니다. ✓ Hardware에 올라온 program을 byte code로 memory에 올라옵니다. ✓ Instruction 한 줄씩 IR에 가져(fetch)와서 실행(execute)합니다. ✓ 프로그램은 메모리에 숫자 형태로 저장됩니. ✓ data, user program, compilers, editors 등 0과 1로 저장되는데 구분되지 않습니다. 여기서 등장하는 개념이 하나 더 있습니다. Fetch & Execute Cycle ① Memory에 저장된 Instruction을 CPU에 하나씩 fetch한다. ② IR에 fetch된 instruction을 파악하고 execute한다. ①~②번이 계속 반복되..
Computer architectures
2022. 10. 10. 17:10