OS2 OS #2-1 - Process In [7]: from IPython.core.display import display, HTML display(HTML("")) View Source Chapter 3¶ Processes part1¶ Contents¶ - 3.1 Process Concept - 3.2 Process Scheduling - 3.3 Operations on Processes - 3.4 Exercises - 3.5 Fork Function - 3.6 Online Quiz 3.1 Process Concept¶ Process¶ process 란 실행 중인 프로그램 으로서 OS에서의 작업 단위 입니다. process 가 실행되기 위해서는 아래와 같은 resource 들이 필요합니다. CPU Memory files I/O devic.. 2022. 7. 16. OS #1 - Introduction & OS structures github Chapter 1-2 Introduction & O/S Structures 운영체제, 컴퓨터, 정보 운영체제란? An operating system is a software that operates a computer system HW 상에서 SW 가 돌아 가도록 자원을 관리 역할 항상 컴퓨터에서 실행되고 있는 프로그램 application program 이 동작하기 위해 필요 process, resource, user interfaces 등을 관리하는 프로그램 예) 리눅스, 윈도우, Mac OS a software that manages a computer's hardware It also provides a basis for application programs and acts as an.. 2022. 7. 12. 이전 1 다음