跳转至

概览

  • 平时分 30%,10 次 Lab,前五次需要 Linux,后五次可以 Windows
  • 期末 70%,九道题目,选做七道题
  • 2023年4月17日:讲师声明:根据学院的压分要求,今年的期末考试会有九道题目,会跟去年很不一样。结构大致是,三个跟往年类似的题(送分),三个基于实验课的题,还有三个原创题。所以拿到 60 分是不难的。
  • 由于助教实验打分太松,一堆 100 的,讲师要求实验压分,根据平时的印象,给每个人扣掉十到二十分。所以最终实验成绩普遍分布在 25~28 之间,期末做出六道题就满绩。

主要内容有:

  • 进程管理 process management
    • 进程与线程 processes and threads
    • 调度理论与进程调度算法 scheduling theory and process scheduling algorithms
    • 进程同步 process synchronization
    • 经典协调问题 classical coordination problem
    • 死锁 dead lock
  • 进程间通信 interprocess communication
    • 消息传递与流通信 message passing and stream communication
    • 远程过程调用 remote procedure call
  • 内存管理和虚拟内存 memory management and virtual memory
    • 空间分配 space allocation
    • 页结构 paged architecture
    • 需求分页 demand paging
    • 页替换 page replacement
  • 文件系统 file systems
    • 硬盘操作 disk operation
    • 空间分配 space allocation
    • 层次目录结构 hierarchical directory structure
  • 保护与安全 protection and security
    • 身份验证 authentication
    • 授权和执行 authorisation and enforcement
    • 信息完整性维护 maintaining the integrity