ComputerScience/Computer Organization and Design (9) 썸네일형 리스트형 컴퓨터구조 개요 1. 컴퓨터 성능 개요 a. 알고리즘의 성능 : 우리가 아는 빅오 notation을 의미한다 ( Operation의 수) b. Compiler 성능 : operation마다 필요한 instruction 수 c. Processor and memory system : instruction이 수행되는데 필요한 시간 d. Input Output 입출력 속도 2. 컴퓨터 구조 System Software는 크게 OS와 Compiler를 생각해볼 수 있다. OS는 리소스 관리를 해주고 Compiler는 High Level Langauge를 어셈블리어로 바꾸어 준다. 3. HLL -> Machine Langauge 순서 : HLL → compiler→ 어셈블리어 → assembler→ HW representation.. 이전 1 2 다음