• What is a process?
  • Each process has its own __________ in memory
  • 현재 program의 어느 명령어가 실행중인지 알려주는 것은?
  • 함수의 변수와 리턴 주소를 저장하는 공간을 관리하는 것은?
  • Procees의 5가지 상태
  • fork()의 return value 를 서술하시오
  • 다음과 같은 코드가 실행되면 어떤 결과가 나올 수 있는가
  • 다음과 같은 코드가 실행되면 어떤 결과가 나올 수 있는가
  • 다음과 같은 코드가 실행되면 어떤 결과가 나올 수 있는가
  • fork() → child process를 execvp() 하게 되면 PID도 변경된다 ( O/X )
  • Process may ask the OS to terminate itself using the _____.
  • parent process가 wait()을 실행한다면 어떤 상태로 되는가
  • A process which is terminated but its parent or other process has not called wait()/waitpid() yet. What is this process?
  • A process whose parent exited without calling exit().
  • TF문제들