2021-2022-1 20211318 《資訊保安專業導論》第九周學習總結
阿新 • • 發佈:2021-11-19
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 |