C++(홍정모의 따배씨++)
0.1 프로그래밍 언어란
안장환
2021. 8. 3. 13:29
- Computational Thinking
- 프로그램, 어플리케이션, 소프트웨어, 하드웨어
1. 기계어 Machine Language
2. 어셈블리어 Assembly Language
3. 고수준 언어 High Level Languages(C, C++, Pascal, Java, JS, Perl, Python)
4. 컴파일러 Compiler
- Code -> Compiler -> Executable File
- Exe File -> Cpu -> 실행결과
5. 인터프리터 Interpreter
-script(code) -> interpreter -> CPU-> 실행결과
6. 이식성