《计算机组成及汇编语言原理》阅读笔记:p121-p122

《计算机组成及汇编语言原理》学习第 8 天,p121-p122 总结,总计 2 页。

一、技术总结

1.memory优化

(1)cache memory

remove blank from "Most computers support two different kinds (levels) of cache: level one (L1) cache is built into the CPU chip itself and runs at CPU speed, while level two (L2) cache is a special set of high-speed memory chips placed next to the CPU on the motherboard."

(2)memoery management

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

1.reinterpreted

vt. interpet sth in a new of different way(重新解释)。

p122, Rather than referring to specific physical locations in memory, the program refers to a particular logical address which is reinterpreted by the memory manager to a particular physical location, or possibly even on the hard

disk.

三、其它

今天没有什么想说的。

四、参考资料

1. 编程

(1) Patrick Juola,《计算机组成及汇编语言原理》:https://book.douban.com/subject/3069889/

2. 英语

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

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

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

相关推荐
Yang_jie_033 小时前
笔记:数据结构(顺序表)
数据结构·windows·笔记
Tom@敲代码6 小时前
js学习笔记-01
javascript·笔记·学习
巴巴媛6667 小时前
STM32学习笔记【32.BKP + RTC】
笔记·stm32·学习
能摆一天是一天8 小时前
Spring ai vectorstore 使用本地模型导致只能匹配可行度为1.0的内容的解决方法笔记
java·笔记·spring
进阶的DW8 小时前
Wiki + Graph + RAG 知识库建设笔记2
笔记
AOwhisky8 小时前
Linux(CentOS)系统管理入门笔记(第四期)——文件系统(下篇):文件与目录操作实战——cpmvmkdirrmln
linux·运维·笔记·centos·云计算·文件系统
bmy-happy9 小时前
网安专业课程笔记sale
笔记
浩瀚地学10 小时前
【Java基础复习】IO流(二)
java·开发语言·经验分享·笔记·学习
智者知已应修善业11 小时前
【利用proteus设计微型CPU,完成寻址相加数据的过程。】2025-2-26
驱动开发·经验分享·笔记·硬件架构·proteus·硬件工程
学计算机的计算基11 小时前
二叉树算法下篇:递归核心技巧与高频面试题详解
java·笔记·算法