컴퓨터에서 컴퓨터 리소스의 추상화를 일컫는 광범위한 용어이다. "물리적인 컴퓨터 리소스의 특징을 다른 시스템, 응용 프로그램, 최종 사용자들이 리소스와 상호 작용하는 방식으로부터 감추는 기술"로 정의할 수 있다.single physical CPU에 대해 가상화를 통해
1. type of performance 1.1 time wall
One of the pioneering RISC Instruction Set Architecturesload/store architecture : 메모리에 접근할 때는 load/store instruction을 통해서만 가능하다. 예를 들어, add 명령어를 통해 메모
no embedded state(memory)input에 의해서만 output이 결정됨AdderALUtwo-input multiplexerS의 값을 통해 A, B 중 하나를 선택다음 특성을 제외하고는 D flipflop과 유사함n bit의 input/outputwrit
sequential execution(한 instruction이 완전히 끝나야 다음 instruction이 시작하는것)을 그대로 구현한 것single cycle implementation : 한 instruction을 한 cycle에 실행하는 것multi cycle i