發表文章

目前顯示的是 3月, 2019的文章

計算機組織與結構 NAND NOR Flash 差異

Flash 寫入原理只能將 1 → 0,而不能將 0 → 1,所以Flash在寫入之前,必須將相對應的Block抹除,抹除的過程是將所有位置都寫為 1。 NOR Flash         一次可以改一個位元或一個字組,即使只有一點資料要更動,還是必須把整個 Block 抹除再把資料寫入。 NAND Flash         NAND 的 Block 比NOR小,所以更動資料時速度比 NOR 快,讀取寫入可以以 Page 為單位,抹除只能以 Block 為單位。 NOR與NAND最主要的差異 連接個別記憶單元的方法不同 讀取寫入記憶體的介面不同(NOR型快閃記憶體允許隨機存取,而NAND型快閃記憶體只能允許頁存取)                 讀取速度    容量    寫入速度    清除速度    成本 NOR        快               小         慢                慢                高 NAND     慢               大         快                快                低

計算機組織與結構 筆記

1. Hardware open  → Connection Interface 2. Software open  → 允許使用者使用系統資源 L1 Cache 因為管線(pipeline)運作 所以分為兩個Cache  → Instruction Cache  → Data Cache 指令週期 F → D → E → S F : Fetch Instruction. 擷取指令 D : Decoding. 指令解碼 E : Execution. 執行 S : Store Result. 回存結果 DDR(Double Data Rate) SDRAM使用PLL(Phase Locked Loops.  鎖相迴路 )電路產生多個Clock DDR1 → 兩個Clock DDR2 → 四個Clock DDR3 → 八個Clock DDR4 → 十六個Clock Printer 1.     Dedicated Device. 專用裝置 2.     Speed A.      RPS (Rows per Second) or CPS (Character per Second) → Inject Printer(點陣式印表機) B.      PPM (Page per Minute) 3.         Interface A.      Centronic B.      USB Disk 1.     Physical Address A.      Cylinder 磁柱 B.      Head 磁頭 C.      Sector 磁區 2.     Logic Address  → LBA (Logic Block Address) 3.    Access Unit  → Cluster (叢集) 4.       Interface A.    SCSI (Small Computer System Interface) B.    ATA (IDE, Advanced Technology Attachment) C.      S-ATA (Serial ATA) D.  

計算機組織與結構 英文縮寫字

3C : Computer, Communication, Consumer Electronic SCSI : Small Computer System Interface SAS : Serial Attached SCSI SATA : Serial Advance Technology Attachment CPU : Central Processing Unit.  中央處理器 GPU : Graphics Processing Unit.  圖形處理器 TPU : Tensor Processing Unit.  張量處理器 NAS : Network Attached Storage.  網路附加儲存 SAN : Storage Area Network.  儲存區域網路 HDD : Hard Disk Drive.  硬碟 SSD : Solid State Drive(Solid State Disk).  固態硬碟 RAM : Random Access Memory.  隨機存取記憶體 USB : Universal Serial Bus,  通用序列匯流排 HDMI : High Definition Multimedia Interface.  高畫質多媒體介面 DVI : Digital Visual Interface.  數位視訊介面 LCD : Liquid Crystal Display.  液晶螢幕 DPI : Dots per Inch. BPS : Bits per Second RAID : Redundant Arrays of Independent Disks.  獨立硬碟餘陣列 SIMD : Single Instruction Multiple Data.  單指令多資料流 RTL : Register Transfer Language.  暫存器傳遞語言 PC : Program Counter.  程式計數器 POL : Principle of Locality.  區域性原則 LOR : Locality of Reference.  區域性原則 PnP : Plug and Play.  隨插即用