home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / ibm / pc / hardware / 34587 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  2.4 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!convex!constellation!osuunx.ucc.okstate.edu!vms.ucc.okstate.edu!v923137
  2. From: v923137@vms.ucc.okstate.edu
  3. Newsgroups: comp.sys.ibm.pc.hardware
  4. Subject: Re: Types of memory chips
  5. Message-ID: <1993Jan1.233407.1@vms.ucc.okstate.edu>
  6. Date: 2 Jan 93 05:34:07 GMT
  7. References: <1i30piINN7ol@agate.berkeley.edu>
  8. Sender: news@osuunx.ucc.okstate.edu (USENET News System)
  9. Organization: Oklahoma State University Computer Center
  10. Lines: 35
  11. Nntp-Posting-Host: vms.ucc.okstate.edu
  12.  
  13. In article <1i30piINN7ol@agate.berkeley.edu>, joak@ocf.berkeley.edu (Jonathan A. Kung) writes:
  14. > I do not understand why memory chips are differentiated by price
  15. > and name like DRAM, SIPP, SIMM, etc, 
  16.  
  17. These terms only refer to the packaging in which the memory is housed.
  18. DRAM means Dynamic RAM, which just means it must be constantly "refreshed"
  19. as compared to SRAM (Static RAM), which maintains it's contents for a longer
  20. period of time, and requires no re-fresh cycles, just a constant supply of
  21. voltage.  DRAMs are faster, and the re-fresh circuitry is complex, therefore
  22. the higher price.  SIMM, SIPP, DIP etc. refers to the packaging of the 
  23. memory.  SIPPs and SIMMs are similar, except that SIMMs have a card-edge
  24. connector, and SIPPs have pins for a connector.  They both contain several
  25. chips mounted on one board.  A DIP is an older style of packaging memory.
  26. Each chip (each in it's own DIP package) has 14-18 pins.  The main difference
  27. is that SIMMs and SIPPs require MUCH less real-estate than DIPs.
  28.  
  29. > ...  and what exactly things like
  30. > "256x4" and those other numbers mean.  Could someone please inform
  31. > me on what makes these different, and how to read "256x4"?
  32.  
  33. A conventional DIP memory chip, that is say 256Kx1, means there is 262,144
  34. memory locations on the chip (256K bits).  Each can store a 1 or 0 (binary).
  35. A 256Kx4 DIP or SIMM/SIPP has 256K x 4 bits.  That is, 1,048,576 memory 
  36. locations.  The IBM needs at least 512K BYTEs, with each byte containing
  37. 8 bits.  So, for 256K BYTES, you must have 256Kx8 bits.  This means you
  38. need 2 256Kx4 chips, or 8 256Kx1 chips.  However, IBM-PC computers also
  39. use what's called a "parity-bit", or a ninth bit.  This is essentially a 
  40. way to check for memory-errors.  So, to get 256K bytes on the IBM, you need
  41. 256Kx9 bits.
  42.  
  43. So, when you see a 1MBx9 SIMM, that means that on one SIMM, you have 1,024Kx9
  44. bits, or 1,024 K Bytes, including the parity bits.
  45.  
  46. Hope this helps,
  47. -Jason Worley
  48.