① Fetch Cycle - 명령어 인출
② Execute Cycle - 명령어 실행
③ Indirect Cycle - 간접
④ Branch Cycle
정답:4번.
설명:
CPU 명령어 싸이클 (Machine Cycle, Instruction Cycle)
※ (하나의 명령어를 실행하는데 필요한 전체 과정)
2단계 구조 : 명령어 인출(fetch) -> 명령어 실행(execute)
3단계 구조 : 명령어 인출 -> 명령어 해석(decode) -> 명령어 실행
4단계 구조 : 명령어 인출 -> 간접(indirect) -> 명령어 실행 -> 인터럽트(interrupt) 싸이클