![]() |
Lesson Plan |
| ITCSS Home | Student Center | TallTech Home |
October 20, 1999Details |
|
Title |
Removing / Installing RAM |
|
Time Allotment |
2 hrs |
Assignment #: DC07
Assignment: RAM Types
Due: Oct 21/99
Marks: 10 marks
You are the new guy on the block at a computer hardware company. You are sitting at the lunchroom table and they are talking about different types of memory that computers have - each person being a different department happens to have a different perspective. What you learn from the meeting is that there are many more types of memory than you originally thought and that each has its own particular use. You couldn't remember all the discussions, but were able to jot down most of the names. Your plan is to brush up on all the types, drop a few at the next lunch in front of your boss and be in line for the next big promotion! :) The following table contains various different types of memory:
| ROM | RAM | SRAM |
| DRAM | DIMM | Parity RAM |
| Nonparity RAM | EDO RAM | FPM RAM |
| Flash Memory | SDRAM | BEDO RAM |
| RDRAM | SLDRAM | VRAM |
The goal of the assignment is to locate information about each of the types of memory. Be as specific as you can. You should have about/at least a paragraph describing each type. You should include what the acronym stands for, a description of the memory, its performance/speed (if applicable), storage size, and where it is used. You are free to use your book and any other Web resources.
Some Web resources to get you started include:
What is conventional memory? - Conventional memory, or base memory, is the
first 640K of RAM.
What is the upper memory? - Upper memory addresses starting at 641K and up to 1024K.
What is extended memory? - Memory addresses about 1024K are referred to as
residing in the extended memory.
What is expanded memory? - Expanded memory is memory that falls outside of
the linear memory addressing scheme. Note that expanded memory is normally accessed via upper memory.
What is virtual memory? - Virtual memory is an area for secondary storage
set aside to be used as an area of RAM. Note that because it is secondary storage the access time is considerable slower than that of RAM.
What is Windows doing when it manages my virtual memory? - By default,
Windows 95 will manage your virtual memory. This means that is will size and resize your swap file as it sees fit. In most circumstances this is
the recommended memory management method.
What is a memory conflict, and how does it occur? - A memory conflict occurs
when two or more applications attempt to use the same memory address or address range.
What is an illegal operation? - These errors vary depending on the
situation. You can find out exactly which applications were involved by clicking the
Details button. Many times these errors are GPFs and should be handled accordingly.