《计算机组成及汇编语言原理》阅读笔记: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)

相关推荐
噜~噜~噜~2 分钟前
操作系统笔记-3.1.1.4 (选修)覆盖与交换
笔记·操作系统
志尊宝10 分钟前
Vue3 零基础每日笔记(011):生命周期钩子——在正确的时间做正确的事
javascript·vue.js·笔记
prog_610321 分钟前
【笔记】用cursor手搓cursor(十)
人工智能·笔记·大语言模型·agent
浔溺2 小时前
al+大数据每日学习笔记36
大数据·笔记·学习
浔溺2 小时前
al+大数据每日学习笔记35
大数据·笔记·学习
kyrie_sakura3 小时前
MySQL学习笔记4 -- select的7大子句,子查询
笔记·学习·mysql
进阶的DW3 小时前
LLM上下文管理
笔记
志尊宝5 小时前
Vue3 零基础每日笔记(010):watchEffect——用到谁就自动听谁的“懒人侦听器“
前端·vue.js·笔记
陈年老古董6 小时前
Python模拟MapReduce分治思想 | 从单文件统计到大文件拆分聚合 学习笔记
开发语言·hadoop·笔记·python·学习
snow@li6 小时前
服务器运维:Node.js 安装笔记(Alibaba Cloud Linux 4)
笔记