《Operating System Concepts》阅读笔记:p449-p459

《Operating System Concepts》学习第 35 天,p449-p459 总结,总计 11 页。

一、技术总结

1.NVM & SSD

Flash-memory-based NVM is frequently used in a disk-drive-like container, in which case it is called a solid-state disk (SSD) (Figure 11.3)。

2.HDD Scheduling

(1)FCFS Scheduling

(2)SCAN Scheduling

(3)C-SCAN Scheduling

二、英语总结(生词:2)

1.platter

(1)platter: plate("metal plate")

c. large, shallow dish for holding food(大浅盘)。

(2)示例

Conceptually, HDDs are relatively simple (Figure 11.1). Each disk platter has a flat circular shape, like a CD(《Operating System Concepts》第 450 页)。

2.entail

(1)entail: en-("to make") + taile("legal limitation")

vt. involve sth as a necessary part(使必要,牵涉)。

(2)示例

For HDDs, meeting this responsibility entails minimizing access time and maximizing data transfer bandwidth(《Operating System Concepts》第 457 页)。

关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。

三、其它

今天没有什么想说的。

四、参考资料

1. 编程

(1) Abraham Silberschatz,Peter Baer Galvin,Greg Gagne《Operating System Concepts》:https://book.douban.com/subject/30272539/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com

(2) Cambridge Dictionary:https://dictionary.cambridge.org

欢迎搜索及关注:编程人(a_codists)

相关推荐
缘友一世12 小时前
操作系统PV专题题型突破(考研版)
考研·操作系统·pv·os
kyle~17 小时前
Windows---动态链接库Dynamic Link Library(.dll)
运维·windows·操作系统·运维开发·开发部署
闪电麦坤952 天前
操作系统:系统程序(System Programs)
操作系统
望获linux3 天前
【Linux基础知识系列】第六十三篇 - 文件编辑器基础:vim
linux·运维·服务器·网络·嵌入式硬件·操作系统·嵌入式软件
LUCIAZZZ3 天前
final修饰符不可变的底层
java·开发语言·spring boot·后端·spring·操作系统
闪电麦坤954 天前
操作系统:系统调用的分类(Types of System Calls)
linux·操作系统
LUCIAZZZ5 天前
TTL+日志的MDC实现简易链路追踪
java·大数据·spring boot·spring·操作系统·计算机系统
狂浪天涯6 天前
Android 16 显示系统 | 从View 到屏幕系列 - 5 | App 内部绘制
android·操作系统
望获linux7 天前
【实时Linux实战系列】实时任务与信号处理
linux·开发语言·前端·数据库·chrome·操作系统·嵌入式软件
狂浪天涯7 天前
Android 16 显示系统 | 从View 到屏幕系列 - 4 | GraphicBuffer & Gralloc
android·操作系统