Review Questions


1. What is the definition used in this chapter for “simple” subprograms?

문제: 이 장에서 '단순(simple)' 서브프로그램에 대해 사용된 정의는 무엇인가?



2. Which of the caller or callee saves execution status information?

문제: 호출자(caller)와 피호출자(callee) 중 누가 실행 상태 정보를 저장하는가?



3. What must be stored for the linkage to a subprogram?

문제: 서브프로그램에 대한 연결(linkage)을 위해 어떤 정보가 저장되어야 하는가?


다음 항목들이 저장되어야 한다:

  1. 실행 상태 정보 (caller의)
  2. 매개변수 (formal/actual parameters)