Search This Blog

Showing posts with label DIGITAL SYSTEM DESGIN. Show all posts
Showing posts with label DIGITAL SYSTEM DESGIN. Show all posts

Static RAM (SRAM) and Dynamic RAM (DRAM) (Part-2)

  • Static Random Access Memory (SRAM)
SRAM (static RAM) is random access memory (RAM) that retains data bits in its memory as long as power is being supplied. Unlike dynamic RAM (DRAM), which stores bits in cells consisting of a capacitor and a transistor
  • SRAM does not have to be periodically refreshed. 
  • Static RAM provides faster access to data and is more expensive than DRAM. S
  • RAM is used for a computer's cache memory and as part of the random access memory digital-to-analog converter on a video card.
  • Dynamic Random Access Memory (DRAM)
Dynamic random access memory (DRAM) is a type of memory that is typically used for data or program code that a computer processor needs to function. DRAM is a common type of random access memory (RAM) used in personal computers (PCs), workstations and servers.
  • Random access allows the PC processor to access any part of the memory directly rather than having to proceed sequentially from a starting place. 
  • RAM is located close to a computer’s processor and enables faster access to data than storage media such as hard disk drives and solid-state drives. 


Expansion of word length and capacity (Part 3)

  • Expansion of word length
Word length expansion connects memory devices in parallel, so that the address range is unchanged but the data is wider. The number of data units is unchanged, but the size of the data units increases.

Word length expansion usually requires external logic to implement, as the memory devices operate in unison and therefore share all address, data, and control lines.

  • Expansion of word Capacity
Memory capacity expansion connects memory devices “end-to-end,” so that the data width is unchanged but the address range increases. The size of the data units is the same, but the number of data units increases.
Memory capacity expansion usually requires some external logic, as only one memory device is active at a time and the system must provide some means of distinguishing the two. Typically an inverter is used on the chip select line on one of the memory devices, so that selecting one will automatically de-select the other.




DIGITAL COMMUNICATION SYSTEM Basic

DIGITAL COMMUNICATION SYSTEM Digital communication is a mode of communication. It occurs when the information or the thought is enc...