answersLogoWhite

0


Best Answer

Static RAM (SRAM)

1. 4 times more expensive

2. Very low access time

3. Can store ¼ as much

4. Information stored on RS flip-flops

5. No need for refreshing

Dynamic RAM (DRAM)

1. Low cost

2. Consumes less power

3. Can store 4 times as much

4. Information stored on FET transistors

5. Needs to be refreshed

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Dynamic RAM is the most common type of memory in use today. Inside a dynamic RAM chip, each memory cell holds one bit of information and is made up of two parts: a transistor and a capacitor. These are, of course, extremely small transistors and capacitors so that millions of them can fit on a single memory chip. The capacitor holds the bit of information -- a 0 or a 1 (see How Bits and Bytes Work for information on bits). The transistor acts as a switch that lets the control circuitry on the memory chip read the capacitor or change its state.

A capacitor is like a small bucket that is able to store electrons. To store a 1 in the memory cell, the bucket is filled with electrons. To store a 0, it is emptied. The problem with the capacitor's bucket is that it has a leak. In a matter of a few milliseconds a full bucket becomes empty. Therefore, for dynamic memory to work, either the CPU or the memory controller has to come along and recharge all of the capacitors holding a 1 before they discharge. To do this, the memory controller reads the memory and then writes it right back. This refresh operation happens automatically thousands of times per second.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Even though both SRAMs and DRAMs are volatile memories, they have some important differences. Since the DRAM requires a single capacitor and a transistor for each memory cell, it is much simpler in the structure than the SRAM, which uses six transistors for each memory cell. On the other hand, due to the use of capacitors, DRAM requires to be refreshed periodically as opposed to the SRAM. DRAMs are less expensive and slower than SRAMs. Therefore they are used for the large main memory of personal computers, workstations, etc., while SRAM are used for the smaller and faster cache memory.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Static RAM uses a

completely different

technology. In static RAM,

a form of flip-flop holds

each bit of memory. A

flip-flop for a memory cell takes 4 or 6 transistors

along with some wiring,

but never has to be

refreshed. This makes

static RAM significantly

faster than dynamic RAM.

However, because it has

more parts, a static

memory cell takes a lot

more space on a chip than

a dynamic memory cell.

Therefore you get less

memory per chip, and that

makes static RAM a lot

more expensive.

So static RAM is fast and

expensive, and dynamic

RAM is less expensive and

slower. Therefore static

RAM is used to create the

CPU's speed-sensitive

cache, while dynamic RAM

forms the larger system

(RAM space)

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Static Ram is retained when the power to your PC is switched off. Dynamic RAM is lost since it needs to be constantly refreshed like a showman spinning plates in the air.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago
  • static RAM will hold data as long as power is on.
  • dynamic RAM requires both power and a periodic refresh/rewrite to prevent the stored data from fading away.
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What sets static ram apart from dynamic ram?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Differentiate between static ram and dynamic ram in tabular form any two differences?

· Static RAM: No refreshing, 6 to 8 MOS transistors · Dynamic RAM: Refreshed periodically, 3 to 4 transistors. · Static ram is more reliable · Dynamic ram is less reliable · Static ram is more expensive · Dynamic ram is less expensive · Static ram can store its data when computer is turned off · Dynamic ram looses data when computer is turned off. · A static memory cell takes a lot more space on a Chip than a dynamic memory cellby syed9230088668199


What are the 2 major classifications of RAM?

SRAM (Static RAM) and DRAM (Dynamic RAM)


What are the 2 basic forms of semiconductor RAM?

Static, and Dynamic.


What are the two major categories or static ram memory?

What is the diferences between statis ram and dynamic RAM


Which ram is faster static ram or ddr ram?

Static RAM is fasterAnswerStatic Ram, SRAM Is Cache memory and Dynamic Ram, DRAM is main memory.Dynamic Ram consists of one transistor and two capacitors there for this needs to be constantly refreshed there for slower than static ram as for Static Ram this has 6 transistors which deal in transistor 1's and 0's on and off's this means it does not need to be refreshed there for much faster than dynamic ram Static Ram sits between the central processing unit and the main memory.


What are the salient features of dynamic RAM?

The dynamic memory is formed of MOSFET and capacitor only. Hence it it is less bulkier than static RAM.


What is the examle of random access memory?

In terms of computing history, some types of RAM that have been used are:Williams-Kilbern CRT dynamic RAMSelectron Tube static RAMWhirlwind Floodgun Tube static RAMMagnetic Core nonvolatile static RAMMagnetic Thinfilm nonvolatile static RAMMagnetic Plated Wire nonvolatile static RAMSolidstate IC static RAM*Solidstate IC dynamic RAM*Magnetic Solidstate IC nonvolatile static MRAMNote: * These are the most common RAM in use today.


What is a static ram and dynamic ram?

static RAM:It is composed of registers ,which loses its content when power is switched off.dynamic RAM:It is composed of capacitors,which is a charging and discharging in nature.


Memory cache is referred to as?

memory cache is a small amount of RAM (referred to as static RAM) that is much faster than the rest of the RAM, which is called dynamic RAM (DRAM).


Why is static RAM a lot more expensive than dynamic RAM?

SRAM does not need to be refreshed; basically it does have data remance although still volatile. Since it does not need to be refreshed it is better than dynamic ram, which needs to be refreshed periodically.


How many transistors are used in static ram?

I am not to sure about Static Ram but in CMOS RAM, 1GB of RAM would contain about 137438953472 transistors because 1 bit of CMOS RAM contains 16 Transistors, 8 bits in a byte and 1073741824 bytes in a gigabyte. I am 100% sure about this and these are just estimations. Static RAM uses about 6 times as many transistors as dynamic RAM for the same amount of storage. Dynamic RAM uses 1 or 2 transistors per bit in typical implementations. Add to this transistors for address decode, bus interface, etc.


Disadvantage of Dynamic RAM over Static RAM?

Advantages: 1.Low power. 2.Static. 3.Faster. 4.Used in cache memory. Disadvantages: 1. Reliability is less. 2. uses more transistors per bit of memory. 3. More expensive.