Notice
Recent Posts
Recent Comments
Link
250x250
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
Tags
- XML
- AI
- php
- instruction
- github
- Java
- Linux
- function
- Pipelining
- DS
- DB
- data structure
- Algorithm
- for
- control
- openai
- computer
- CSS
- javascript
- react
- mysql
- system
- web
- Class
- DATAPATH
- python
- html
- architecture
- Rag
- MIPS
Archives
- Today
- Total
목록Machine (2)
YYYEJI
Levels of Code High Level Language Program ↓ Assembly Language Program ↓ Machine Language Program How to translate ? ? ? When high-level language is translated into assembly language, to use a compiler. When assembly language is tranlated into machine language, to use an assembler. High-lever language (Machine independent) temp = a; a = b; b = temp; Assembly language lw $15, 0($2) lw $16, 4($2) ..
Computer architectures
2022. 9. 19. 14:03
About computer structure . . . Application software - high-level language System software - Compiler / Operating system Hardware - Processor, memory, I/O controllers Compiler 1. Translates HLL code to machine code Operating system 1. Handling input and output 2. Managing memory and storage Scheduling tasks & sharing resources ◡̈
Computer architectures
2022. 9. 19. 13:47