"Computer operating System" Learning Note 2

Source: Internet
Author: User

1. Characteristics of program sequence execution

Sequential, closed, reproducible


2. Characteristics of program concurrency execution

Discontinuity, loss of closeness, non-reproducibility


3, program section, related data segment, PCB (Process Control block) constitute the process entity (process image)


4, the characteristics of the process

Dynamic, concurrency, independence, asynchrony


5. Three basic states of the process

Ready state, execution state, blocking state


6. Suspend primitive (suspend), activate primitive (active)


7, the role of Process control block PCB

As a symbol for the independent operation of the basic unit;

Can realize the intermittent operation mode;

Provide the information needed for process management;

Provide the information required for process scheduling;

Enables synchronization and communication with other processes.


8. Information in the Process Control block PCB

Process identifier, processor status, process scheduling information, Process Control information


9. Two main functions of OS kernel

Support functions: Interrupt handling, clock management, primitive operation

Resource management functions: Process management, memory management, device management


10. Events that cause process creation

User login, job scheduling, service delivery, application request


11. Events that cause the process to block and wake up

Failed to request shared resource to System

Wait for some sort of operation to complete

New data not yet arrived

Waiting for new tasks to arrive


12, the synchronization mechanism should follow the rules

Idle let in

Busy is waiting

Limited wait

The right to wait

This article is from the "P6xos" blog, make sure to keep this source http://p6xos.blog.51cto.com/6221518/1696467

"Computer operating System" Learning Note 2

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.