CPU please help me !!!!!!!

Discussion in 'Hardware' started by alyssa, 5 Mar 2009.

  1. alyssa

    alyssa What's a Dremel?

    Joined:
    5 Mar 2009
    Posts:
    2
    Likes Received:
    0
    Difference between static and dynamic RAM?
     
  2. azrael-

    azrael- I'm special...

    Joined:
    18 May 2008
    Posts:
    3,852
    Likes Received:
    124
    Static RAM will retain contents even without power. Think flash memory. Dynamic RAM needs to be constantly refreshed (by electrical charges) to retain its contents.
     
  3. Joekerh

    Joekerh Penniless enthusiast

    Joined:
    1 Mar 2009
    Posts:
    111
    Likes Received:
    5
  4. ConKbot of Doom

    ConKbot of Doom What's a Dremel?

    Joined:
    2 Jul 2003
    Posts:
    2,160
    Likes Received:
    6
    No, only NVram (Non Volatile ram) does that, SRAM, Static ram will hold the data as long as its powered. Dram, Dynamic ram, liek you said, needs to be refreshed constantly.

    Doesnt really matter in a personal computer though because the only thing you put in a desktop is DRAM, which is much cheaper than SRAM.
     
    notatoad likes this.
  5. azrael-

    azrael- I'm special...

    Joined:
    18 May 2008
    Posts:
    3,852
    Likes Received:
    124
    You're right of course. That's what you get for trying to think on your feet. :)
     
  6. pimonserry

    pimonserry sounds like a party.

    Joined:
    20 Dec 2008
    Posts:
    2,113
    Likes Received:
    75
    So what's SDRAM? :eek:
     
  7. Cupboard

    Cupboard I'm not a modder.

    Joined:
    30 Jan 2007
    Posts:
    2,148
    Likes Received:
    30
    SDRAM refers to synchronous dynamic random access memory, a term that is used to describe dynamic random access memory that has a synchronous interface. Traditionally, dynamic random access memory (DRAM) has an asynchronous interface which means that it responds as quickly as possible to changes in control inputs. SDRAM has a synchronous interface, meaning that it waits for a clock signal before responding to control inputs and is therefore synchronized with the computer's system bus. The clock is used to drive an internal finite state machine that pipelines incoming instructions. This allows the chip to have a more complex pattern of operation than asynchronous DRAM which does not have a synchronized interface.

    http://en.wikipedia.org/wiki/SDRAM
     

Share This Page