gambae programing
1. 운영체제 본문
Computer
- a machine that processes the information // 정보를 처리하는 기계
Information
- a quantitative representation that measures the uncertainty // 불확실성한것을 측정해서 수치적으로 표현한것
Program
- a program is a set of instructions // 명령어들의 집합
Operating System
- is a program running at all times on the computer // 컴퓨터에서 항상 실행되는 프로그램
- to provide system services to application programs // 어플리케이션들이 직접 하드웨어를 거치지않고 os를 통해 상호작용
- to manage processes , resources , user interfaces , and so on // 프로세스,리소스,인터페이스 등등을 관리
Comments