본문 바로가기

Study29

1. Introduction - Computer system organization and operation 1. Computer System Operation 콤퓨타가 실행되면 뭔일이 일어나는굥? -> 전원에 켜진다 헤헤.. 1.Bootstrap program (firmware) 실행된다. 시스템 진단 및 초기화 OS kernel 로드 및 실행(boot block) - (Bootstrap loader) 2.OS kernel Boots (init) Waits for some event (쭉 당신같은 이벤트를 기다려 왔다우..) Handles event 부팅 -> 리퀘스트 기다림 -> 이벤트 발생시 처리 최신 운영 체제는 interrupt driven programs을 통해서 이벤트 처리 2.Modern Computer System Common bus: 컴퓨터 구성 요소 간에 데이터를 전송하는 하위 시스템, 중요.. 2023. 4. 10.
1. Introduction - Definitions of operating system 1.What is an Operating System? 대략적으로 OS라고 하는것은.. 사용자와 H/W 사이의 중개자 Kernel + additional programs Kernel: 항상 실행되는 OS의 core System / application programs 포함 x Middleware: 애플리케이션 개발자에게 추가 서비스를 제공하는 소프트웨어 프레임워크 세트 (예: database, multimedia, graphics) OS의 목표는.. User programs(사용자 프로그램)을 실행하고 사용자 문제를 보다 쉽게 해결 Computer system을 편리하게 사용할 수 있도록 컴퓨터 하드웨어를 효율적으로 사용 2.Components of Computer System Computer syste.. 2023. 4. 10.
운영체제 목차 1. Introduction Definitions of operating system Computer system organization and operation Computer system architecture Operating system structure and operation Core components of OS Computing environments 2. Operating System Structures Operating-system services Interfaces for users and programmers Components and their interconnections Virtual Machines 3. Processes Overview Process scheduling Op.. 2023. 4. 10.
1.5 SOLUTION SETS OF LINEAR SYSTEMS 1.HOMOGENEOUS LINEAR SYSTEMS - Ax = 0으로 표현될때 Homogeneous 하다 라고 한다. (Ax = 0 Matrix equation을 Homogeneous linear system 이라 한다) - trivial solution : x = 0 (분명한 solution) - nontrivial solution : x = 0 이 아닌것 - Homogeneous linear system 특징 1) 최소 하나의 trivial solution 을 갖는다. (= 원점을지난다) 2) nontrivial solution 갖는조건 : 방정식에서 free variable의 수가 적어도 하나 이상일 때, 즉 행렬의 rank가 변수의 개수보다 작을 때 (pivot 개수 < 변수의 개수) - Non.. 2023. 4. 9.