CS401A's Midterms: Comp. Sys. Architect Module 04 Flashcards
For midterms or final exams. (70 cards)
holds instructions (code) and data.
A memory
It plays an important part of a computer performance.
A memory
Memory
is a type of memory with small capacity.
Register
Memory
It can be described as a one-dimensional matrix of cells used to store and retrieve data.
Register
Memory
There are two types of memory used in a computer:
- Primary
- Secondary
(Semiconductors — RAM & ROM)
(HDD, SDD, Flash, Tape, Disk & Optical Drives, etc.)
Memory
Types of semiconductor memory:
- Volatile memory
- Nonvolatile memory
Memory
○ It needs constant power to retain data. Its contents are lost when power is removed from it.
○ Example: Random Access Memory and Cache Memory
- Volatile memory
Memory
○ It keeps its contents even without power. It can retrieve stored information even after having been power cycled.
○ Example: Read-Only Memory and Flash Memory
- Nonvolatile memory
Memory
This is a volatile type of memory.
because any storage location can be accessed directly.
It is called “Random Access” Memory (RAM)
Memory
- The data bus allows the passage of data in or out of the
RAM (Random Access Memory).
Memory
- The address bus is used to select a memory location.
Random Access Memory (RAM)
Memory
- The read signal activates when reading data from
RAM (Random Access Memory).
Memory
- The write line activates when writing to the
RAM (Random Access Memory).
Memory
- RAM Operations:
Read, Write, and Chip Select.
Memory
Types of RAM
- Static RAM (SRAM)
- Dynamic RAM (DRAM)
Memory
is almost 20 times faster and is much more expensive than DRAM.
- Static RAM (SRAM)
Memory
is a one-bit static RAM.
D Flip Flop
* Static RAM (SRAM)
○ Cache
(L1, L2, L3)
Memory
uses fewer components to make one (1) bit; therefore, it can design
integrated circuit (IC) with a large capacity of 4 GB per IC.
- Dynamic RAM (DRAM)
Memory
— It allows faster access to data in the same row or page.
○ Fast Page Mode RAM (FPMRAM)
Memory
works by eliminating the need for a row address if data is located in the row previously accessed.
Page-mode memory
○ Fast Page Mode RAM (FPMRAM)
Memory
— It transfers blocks of data to or from the memory.
○ Extended Data Out (EDORAM)
Memory
— This technology uses DRAM and adds a special interface for synchronization.
○ Synchronous DRAM (SDRAM)
Memory
It can run at much higher clock speeds than DRAM.
○ Synchronous DRAM (SDRAM)