2021-2022-1 20211318《信息安全专业导论》第九周学习总结
作业信息
这个作业属于哪个课程 | 2021-2022-1信息安全专业导论 |
---|---|
这个作业要求在哪里 | 2021-2022-1信息安全专业导论第九周作业 |
作业正文 | 2021-2022-1 20211318 《信息安全专业导论》第九周学习总结 |
教材学习内容总结
《计算机科学概论》ch10
现代软件:
- 应用软件:帮助我们解决现实世界问题的程序
- 系统软件:管理计算机系统并与硬件进行交互的程序
- 操作系统:是系统软件的核心,管理计算机资源并为系统交互提供界面的系统软件
- 任何时候都只有一个操作系统控制计算机
内存,进程与CPU管理 - 正在进行的程序驻留在主存中,其中的指令以’读取—解码—执行‘的周期性方式处理
- multiprogramming:同时在主存中驻留多个程序,由他们竞争CPU
- memory management:了解主存中载有多少个程序以及他们位置的动作
- process:程序执行过程中的动态表示法
- process management:了解活动进程的信息的动作
- CPUscheduling: 确定主存中哪个process可以访问CPU的动作
批处理 - 作业
- 批
分时 - timesharing
- virtual machine
- mainframe
- dumb terminal
其他OS要素 - real-time system
- response time
内存管理 - logical address:A reference to stored value related to program rather than memory
- physical address:The true address in the memory facility
- address binding:the relation between the physical address and the logical address
- single contiguous memory management::Memory management methods for loading an application into a continuous memory area
- fixed-partition technique
- dynamic-partition technique
- paged memory technique:divide the process into fixed size page,loading in memory stored in the frame
- frame:a part of fixed size memory,used to stored processing page
- page:a part of fixed size process,stored in the memory frame
- PMT:the excel OS used to record the relationship between page and frame
页面大小/逻辑地址=页编号逻辑地址+偏移量
页面大小div逻辑地址=页编号
页面大小mod逻辑地址=偏移量
物理地址=帧编号帧大小+偏移量
CPU调度
考试错总结:
Which level provides a view that deals with the underlying data structure used to manage the data?
A. Implementation level
B. Logical level
C. Array level
D. Linked level
E. Application level
翻译:
哪个级别提供处理用于管理数据的基础数据结构的视图?
A. 实施级别
B. 逻辑水平
C. 阵列级别
D. 链接级别
E. 应用级别
正确答案: A
你的作答: B
学习进度条
代码行数(新增/累积) | 博客量(新增/累积) | 学习时间(新增/累积) | 重要成长 | |
---|---|---|---|---|
目标 | 5000行 | 30篇 | 400小时 | |
第一周 | 0/0 | 3/3 | 20/20 | |
第二周 | 10/10 | 2/5 | 20/40 | |
第三周 | 120/130 | 1/6 | 20/60 | |
第四周 | 100/230 | 2/8 | 20/80 | |
第五周 | 100/330 | 5/13 | 20/100 | |
第六周 | 200/530 | 1/14 | 20/140 | |
第七周 | 200/730 | 4/18 | 20/160 | |
第八周 | 200/930 | 5/23 | 20/180 | |
第九周 | 200/1130 | 3/26 | 20/200 |