




版權(quán)說(shuō)明:本文檔由用戶(hù)提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、Lesson 2 Computer Memory教學(xué)課件 Memory is something that stores, preserves and recalls data when needed. Your brain has this capability and memory inside computers is an electronic incarnation of this concept.1 Computer memory is used to store data that needs to be access by the Central Processing Unit
2、 (CPU). It is the CPU that performs the laborious tasks, the memory acts as storage for uncompleted tasks and other relevant information needed to accomplish those tasks. All the information in memory is encoded in fixed size cells called bytes.2 A byte can hold a small amount of information, such a
3、s a single character or a numeric value between 0 and 255.The CPU will perform its operations on groups of one, two, four, or eight bytes, depending on the interpretation being placed on the data, and the operations required. Forms of Memory Although the term “computer memory” is commonly used to re
4、fer to RAM, there are various other forms of memory inside a computer such as the hard disk drive. The illustration below outlines the common memory architecture adopted within most modern computers. back教學(xué)課件 Any of the four major categories of memory in the diagram above can feed information direct
5、ly to the CPU. Each form of memory feeds the CPU at differing speeds and efficiency due to their different technological make up.3back教學(xué)課件 Registers and cache will transfer data to the CPU at greater speeds than RAM and hard disk drives. As the forms of memory in the top of the pyramid are costly to
6、 make, their size are limited to make computers affordable. The size of memory forms towards the bottom of the pyramid is made larger to hold all the other data that other forms cannot handle.4 It should also be noted here that physical RAM and cache are volatile in nature meaning they store, preser
7、ve and recall data so long as there is electrical power flowing through the system. Once a computer system is shut off, the physical RAM and cache are cleared. Disc storage by way of floppy disk, hard disk, CD-ROM and DVD-ROM drives holds information those are required to be non-volatile in nature (
8、such as that project you have been working on!). There is a trade-off between speed and cost, resulting in the development of such a pyramid-like architecture. Information is prioritized in terms of importance and stability to determine which form of memory would hold the data. 5back教學(xué)課件 Registers T
9、he bottleneck in a memory and CPU architecture is the slow transfer speeds between the two. The fastest, and sadly the most expensive, form of memory resolves this problem by having the memory within the CPU itself. Data within registers are instantly fed to the Arithmetic and Logic Unit (ALU) porti
10、on of the CPU making the relevant data instantly available. Registers are typically small in size and is controlled by the CPUs compiler. Cache This form of memory can be considered as an intermediary between the main physical RAM and the CPU. The cache makes any data frequently used by CPU instantl
11、y available. If the required information is not located in the cache, a fetch is made from the main memory. There are two levels of cache: level 1 cache (primary cache) and level 2 cache (secondary cache).back教學(xué)課件 Level 1 cache is built directly on the CPU, just like the registers. It is small in si
12、ze, ranging anywhere between 2 kilobytes (KB) and 128KB. As this cache is closer to the CPU than level 2 cache, its transfer speeds are faster as a result. Level 2 cache is usually situated in close proximity to, but off, the CPU chip.6 However, there are certain systems where the cache is built ont
13、o the CPU as like the level 1 cache. The size of level 2 cache ranges from 256KB to 2 megabytes (MB). Both levels of cache use Static Random Access Memory (SRAM) to hold the data. Main Memory This is where most of the information that a CPU requires resides. “Main Memory” commonly refers to Physical
14、 Memory, although a computer uses an operating systemimposed Virtual Memory in addition to physical memory. The amount of main memory on a computer is crucial because it determines how many programs can be executed at one time and how much data can be readily available to a program.back教學(xué)課件 Physical
15、 memory uses Dynamic Random Access Memory (DRAM) to store the data, and is considerably slower than the SRAM used by the cache. Information is exchanged between the main memory and the cache to ensure that the more commonly accessed information is placed in the cache to allow faster access speed. Op
16、erating systems memory management will automatically remove data held on both the physical and virtual memory. The physical memory acts as an Input/Output (I/O) channel for data exchanged between the computer memory and other forms of electronic storages. Virtual Memory Most operating systems have a
17、 form of memory management that caters for memory needs beyond a computer systems physical memory through the use of a swap file.7 There is a need for such memory management as operating systems themselves occupy a significant portion of physical memory. A swap file is a file located on a computers
18、hard disk drive (HDD) that acts as an extension to physical memory. However, the HDD has much slower access times than any of the forms of memory discussed above. Hence, information is swapped between the main memory and the swap file to ensure that the more frequently used information is located in
19、 the main memory for faster access speeds.back教學(xué)課件Key Words & Termsanywhere between 數(shù)目在之間architecture 體系結(jié)構(gòu)bottle-neck瓶頸cache緩沖存儲(chǔ)器compiler編譯器considerably 相當(dāng)?shù)豥isc storage磁盤(pán)存儲(chǔ)器encode編碼feed to供應(yīng)給hierarchy層級(jí)incarnation 化身intermediary調(diào)節(jié)者,中介laborious費(fèi)力的,艱苦的back教學(xué)課件Key Words & Termslevel 1 cache一級(jí)緩存level 2
20、cache二級(jí)緩存numeric數(shù)值的physical memory物理存儲(chǔ)器prioritize把區(qū)分優(yōu)先順序proximity接近swap file交換文件trade-off平衡,協(xié)定transfer speed傳輸速度virtual memory虛擬存儲(chǔ)器volatile易失性的back教學(xué)課件AbbreviationsDRAM(Dynamic Random Access Memory) 動(dòng)態(tài)隨機(jī)存儲(chǔ)器HDD(Hard Disk Drive) 硬磁盤(pán)驅(qū)動(dòng)器I/O(Input/Output) 輸入/輸出(設(shè)備,數(shù)據(jù))SRAM(Static Random Access Memory) 靜態(tài)隨
21、機(jī)存儲(chǔ)器back教學(xué)課件Notes 1 Your brain has this capability and memory inside computers is an electronic incarnation of this concept. 該句是由and連接的兩個(gè)并列句,其中的this concept指代上文大腦能存儲(chǔ)和回憶的現(xiàn)象。 譯文:你的大腦有這種能力,而計(jì)算機(jī)內(nèi)部的存儲(chǔ)器正是對(duì)這一概念的電子化身。 2 All the information in memory is encoded in fixed size cells called bytes. 本句中的called by
22、tes修飾cells。 譯文:存儲(chǔ)器上的所有信息都以固定大小的單元為單位進(jìn)行編碼,這樣的單元被稱(chēng)為字節(jié)。 3 Each form of memory feeds the CPU at differing speeds and efficiency due to their different technological make up. 該句中的atspeed意為“以速度”;due to譯為“由于,因?yàn)椤?;make up本身是動(dòng)詞詞組,在這里當(dāng)名詞來(lái)用,意為“制作”。 譯文:每種存儲(chǔ)器向CPU提供信息的速度和效率都不一樣,這是由存儲(chǔ)器不同的制作技術(shù)決定的。back教學(xué)課件Notes 4 The
23、 size of memory forms towards the bottom of the pyramid is made larger to hold all the other data that other forms cannot handle. 該句中的to hold all the other data that other forms cannot handle作目的狀語(yǔ),其中,that other forms cannot handle又是一個(gè)定語(yǔ)從句,修飾data。 譯文:越往金字塔底部去,存儲(chǔ)器尺寸做得越大,目的是保存其他存儲(chǔ)形式不能處理的數(shù)據(jù)。 5 Informati
24、on is prioritized in terms of importance and stability to determine which form of memory would hold the data. 該句中的prioritized意為“把區(qū)分優(yōu)先順序”;in terms of意為“按照,根據(jù)”;data意為“數(shù)據(jù)”,是復(fù)數(shù)名詞形式,其單數(shù)為datum。 譯文:信息按照重要性和穩(wěn)定性被劃分為不同的優(yōu)先級(jí),這樣做的目的是決定用哪種存儲(chǔ)器保存這些數(shù)據(jù)。back教學(xué)課件Notes 6 Level 2 cache is usually situated in close proxim
25、ity to, but off, the CPU chip. 該句中的proximity意為“接近”;句中but off是對(duì)proximity to的補(bǔ)充,翻譯為“但有一定距離”。 譯文:二級(jí)緩存通常位于非??拷麮PU芯片的位置,但在CPU芯片的外部。 7 Most operating systems have a form of memory management that caters for memory needs beyond a computer systems physical memory through the use of a swap file. 該句中的swap fil
26、e意為“交換文件”;cater for意為“迎合”;句中that caters for memory needs beyond a computer systems physical memory through the use of a swap file是一個(gè)定語(yǔ)從句,作a form of memory management的定語(yǔ);through the use of a swap file在從句中作狀語(yǔ),修飾caters for。 譯文:大部分操作系統(tǒng)都有一種內(nèi)存管理的形式,即通過(guò)交換文件的方式滿(mǎn)足對(duì)計(jì)算機(jī)系統(tǒng)物理存儲(chǔ)器之外的存儲(chǔ)器的訪問(wèn)需求。backExercisesTranslate
27、 the following phrases into English.1靜態(tài)隨機(jī)存儲(chǔ)器2動(dòng)態(tài)隨機(jī)存儲(chǔ)器3虛擬存儲(chǔ)器4物理存儲(chǔ)器5一級(jí)緩存6二級(jí)緩存7硬盤(pán)驅(qū)動(dòng)器訪問(wèn)速度backExercisesTranslate the following sentences into Chinese.1DRAM gets the “dynamic” in its name because it is refreshed thousands of times per second.2RAM: A temporary storage memory area in computer where the operating system, applica
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶(hù)所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶(hù)上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶(hù)上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶(hù)因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 二零二五年度合同管理崗位職責(zé)及考核評(píng)價(jià)體系合同
- 二零二五年度一手房買(mǎi)賣(mài)合同解除及補(bǔ)償協(xié)議書(shū)
- 二零二五年度叉車(chē)安全操作規(guī)范協(xié)議及安全責(zé)任追究辦法
- 2025年度生物科技項(xiàng)目出資入股合同
- 二零二五年度門(mén)窗行業(yè)技術(shù)培訓(xùn)與咨詢(xún)服務(wù)合同協(xié)議
- 政府臨時(shí)工合同工2025年度勞動(dòng)合同履行與監(jiān)督協(xié)議
- 二零二五年度新能源債權(quán)轉(zhuǎn)讓與項(xiàng)目合作合同
- 二零二五年度人工智能研發(fā)團(tuán)隊(duì)勞動(dòng)集體合同(人工智能應(yīng)用)
- 教師教育教學(xué)質(zhì)量評(píng)估合作協(xié)議2025年度范本
- 2025年度高校畢業(yè)生就業(yè)見(jiàn)習(xí)基地協(xié)議
- DeepSeek從入門(mén)到精通
- 植保機(jī)械技術(shù)培訓(xùn)課件
- 人工智能賦能職業(yè)教育高質(zhì)量發(fā)展研究
- 2024年水利工程建設(shè)行業(yè)市場(chǎng)發(fā)展監(jiān)測(cè)及投資潛力預(yù)測(cè)報(bào)告
- 崗位職責(zé)心得體會(huì)(2篇)
- 高中地理興趣小組活動(dòng)方案
- 立案委托書(shū)撰寫(xiě)指南讓法律更簡(jiǎn)單3篇
- 機(jī)械設(shè)計(jì)基礎(chǔ) 課件 01機(jī)械設(shè)計(jì)概論
- 基于大數(shù)據(jù)的消費(fèi)趨勢(shì)預(yù)測(cè)與分析報(bào)告
- 高三地理一輪復(fù)習(xí)+課件+第三部分+4.4國(guó)際合作
- 全國(guó)第三屆職業(yè)技能大賽(智能網(wǎng)聯(lián)汽車(chē)裝調(diào)運(yùn)維)選拔賽理論考試題庫(kù)(含答案)
評(píng)論
0/150
提交評(píng)論