A+ Certification - ONE. Module 6. Memory N+S training!

Size: px
Start display at page:

Download "A+ Certification - ONE. Module 6. Memory N+S training!"

Transcription

1 A+ Certification - ONE Module 6 Memory 2004 N+S training!

2 Objectives By the end of this module, you should be able to: Differentiate between RAM and ROM Define the following uses of RAM in a motherboard; CMOS, Cache, System RAM Describe the values that are typically stored in CMOS Describe the following system RAM modules; SIMM, DIMM, RIMM Describe the following system RAM technologies; DRAM, FPM, EDO, SDRAM, DDR and DDR2 SDRAM, Rambus DRAM Define the parity and ECC memory error checking techniques Define the term BSOD (Blue Screen Of Death) Define the following types of ROM chips; PROM, EPROM, EEPROM, Flash ROM Recognise the symptoms caused by faulty memory Describe the factors that are important when performing a RAM upgrade Page SM D 2006 N+S training!

3 Introduction to Memory When we refer to memory in a computer, we usually mean the electronic chips which are used to store programs and data, ready for use by the CPU. It can be attached to the system board via special interfaces (or slots). It can be built into the motherboard or the processor card, as cache memory. Small amounts of very fast memory, called registers, are also part of each CPU. However, this on-board memory is only part of the data storage requirements of a PC. Data can also be stored on disk or tape. We will look at disk and tape storage in a later module. We shall begin by looking at why there is a range of different data storage technologies. Then we shall spend the rest of this module looking at solid state memory. Data Storage and Memory A computer needs to process data according to program instructions. Both instructions and data must be read into the CPU, which actually carries out the processing. There is little space on the CPU to hold information, so the instructions and data need to be read in small chunks, often just a few bytes at a time, and the results stored elsewhere, while the next set of instructions and data are read in and processed. The temporary storage areas in the CPU itself are called registers, there are generally only a few a dozen or so, depending on the model of CPU. They are usually no larger than the data bus or some small multiple of it. Typical data bus widths are now 64 bits. The data and programs used by the CPU are usually stored permanently on the hard disk, and so are any permanent results of data processing. However, disk access is very slow in comparison to the speed with which data can be moved around purely electronic circuits. So, even the earliest PCs used electronic memory to hold some of the data temporarily, where the CPU could access it much faster (by a factor of a thousand or more). This memory is referred to as the main memory or system RAM (Random Access Memory). The trick is to read into the memory, from disk, the instructions and data that are likely to be required by the CPU. Then the CPU can access the information it needs from memory very quickly. This process is known 2006 N+S training! SM D Page 6.3

4 as caching. The amount of memory is usually less than the amount of disk storage, because memory is more expensive than disk storage. Sometimes, the information needed will not be in memory and new information must be read from disk into memory, in the process overwriting information that is no longer required. Faster More Expensive Less Data CPU RAM Slower Cheaper More Data DISK Figure 6.1 The memory compromise This approach provides a compromise between speed and cost, as shown here. Although disks are used to store programs and data permanently, they can also be used as temporary storage which cannot be held in main memory, because it is full. This process is known as paging or swapping, and is covered in more detail in A+ TWO course. All of the storage methods just described are examples of online storage directly accessible by the PC as soon as it is powered on. To complete the picture, we should also mention offline storage, such as tapes; used for backing up and archiving data, which can then be stored at another location. Faster More Expensive Less Data Slower Cheaper More Data CPU CACHE RAM DISK TAPE Online Storage Offline Storage Figure Online and Offline Storage Page SM D 2006 N+S training!

5 Optical, Magnetic and Solid State Memory CDs and DVDs use optical methods for storing and retrieving data; 1s and 0s are stored in a form which can be read using light (typically lasers) and optical sensors. Hard disk drives, floppy disks and tapes use magnetic methods for storing and retrieving data; 1s and 0s are stored in a form which can be detected as magnetic fields of varying polarity. Solid state memory uses circuits to store and retrieve data; 1s and 0s are stored as small electrical charges of varying voltages held in circuits. There are no moving parts required to read or write solid state memory. Solid state memory can be categorised as volatile (RAM) or non-volatile (ROM). Optical and magnetic storage are described in later modules of this course, in this module we will describe RAM and ROM solid state memory. RAM The contents of RAM memory are lost whenever the power is turned off, or when the operating system is rebooted it is volatile. RAM s functions in a PC are to store BIOS configuration information (CMOS RAM), to provide primary storage for programmes that are running and files that are open (system RAM), and to provide a highspeed buffer for the most frequently used data and programme instructions (cache RAM). Cache RAM is built using SRAM (Static RAM) chips. System RAM is built using DRAM (Dynamic RAM) chips. ROM The contents of ROM memory are not lost when the power is turned off or the PC rebooted it is non-volatile. When the PC boots up, some programs need to be made available to the CPU even before the operating system is loaded from the hard disk drive. An obvious example of this is the program that actually loads the operating system from disk to RAM. These programs, often referred to as the BIOS (Basic Input/Output System), are contained in a ROM chip N+S training! SM D Page 6.5

6 ROM memory can be permanent or re-programmable. Early versions of ROM chips were permanent the information on them could not be modified. The contents of most modern ROM chips can be reprogrammed by software; a process called flashing, hence the term flash BIOS. Summary There are two types of solid state memory; RAM and ROM. RAM is volatile; it must have power supplied to it constantly or the data held in it is lost. System RAM is used to store programs that are running and files that are open. These programs and files are loaded (copied) from optical or magnetic storage into RAM as and when required. Types of RAM chip include SRAM (used for cache memory) and DRAM (used for system memory). ROM is non-volatile; it retains data even if there is no power present. ROM is used to store essential system programs, such as the motherboard s BIOS. Knowledge Check 6.1 Which type of memory does not require any power to hold its contents? ROM Page SM D 2006 N+S training!

7 RAM Now we will examine some of the uses of solid state memory in a PC, starting with RAM. The figure below shows some of the functions of RAM in a typical PC; cache RAM, system RAM and CMOS RAM. L2 cache SRAM CPU L1 cache Northbridge Chipset System RAM - DRAM Southbridge Chipset BIOS - ROM CMOS - RAM Figure 6.3 RAM functions CMOS RAM The basic concept of CMOS RAM has already been discussed in Module 3 Motherboards, so a brief recap is provided here. CMOS is the storage area for the PC s configuration data. Like most forms of RAM, CMOS is volatile so to retain information while the PC is switched off or rebooted it requires a battery on the motherboard. In this section we will focus more on the values that are held in the CMOS RAM and their purpose N+S training! SM D Page 6.7

8 Values held in the CMOS RAM include: Value Date and time Boot sequence Hard drives Floppy drives Purpose The real date and time is maintained in CMOS. This value can be changed using the BIOS setup program, but it can also be altered from within the operating system (ie Windows or Linux). When a PC is booted, an operating system will be loaded into system RAM. Operating systems can be loaded from a variety of locations, including floppy, hard drive, CD or DVD or from another computer via a network card. CMOS stores the sequence in which these devices are scanned for an operating system. In order to communicate properly with a hard drive, the PC must know what type of hard drive is installed. The information stored in CMOS will be the hard drive s geometry. This includes number of read/write heads, number of sectors per track, and the access method such as PIO and DMA modes (these settings are discussed in more depth in Module 7 Data Storage Devices). Unless you have a very old hard disk drive these values will be set automatically, as modern hard disk drives are able to communicate this information to the BIOS. As with hard disk drives, the PC must know what type of floppy drive is installed to communicate successfully with it. CMOS will store the floppy drive type eg MB Page SM D 2006 N+S training!

9 Value Power management CPU clock speeds Purpose Most BIOSs have a feature built into them called APM (Advanced Power Management). This allows the BIOS to put devices such as hard disk drives and monitors into a low-power consumption (standby) mode. CMOS can reflect whether the APM feature is enabled or disabled, and the length of inactive time before a device is put into standby. Just like the date and time, modern operating systems can also control APM settings using programs collectively called ACPI (Advanced Configuration and Power Interface). CMOS can reflect whether this option is enabled or disabled. You may remember that the CPU speed is dictated by a system clock. The system clock speed and the multiplication factor for determining the CPU speed may be stored in CMOS. Some motherboards may use jumpers rather than CMOS settings for these values. Some CPUs, in order to protect themselves from overheating, may ignore any CMOS settings that would cause them to run faster than their correct speed (ie they prevent overclocking) N+S training! SM D Page 6.9

10 Value Passwords Enabled/Disabled devices Plug and Play Purpose Some BIOS setup programs provide password protection to prevent unauthorised alteration of CMOS settings. Any such passwords are stored in CMOS. If the password is forgotten it may be cleared by altering a jumper setting on the motherboard. If this option is not available, removing the CMOS battery from the motherboard for a few minutes will have the same effect, although this technique will also clear all other settings. CMOS does not store your Windows passwords. Many motherboards have built-in devices such as video cards. However, the onboard video card may become faulty, or the user may simply wish to use a different video card. In either case, the built-in video card will have to be disabled. CMOS can be configured to say which motherboard devices are enabled or disabled. In addition to video cards, other devices that can be disabled include serial ports, parallel ports and IrDA (infra red) ports. This is a simple enable/disable option that indicates whether BIOS is going to be working with a Plug and Play capable operating system such as Windows XP. Page SM D 2006 N+S training!

11 Value Virus protection Purpose Some BIOSs provide a very simple virus protection feature to protect the hard disk drives boot sector. CMOS is configured to indicate whether this option is enabled or disabled. This feature is not suitable for general virus protection of your data; you should install software such as Norton or McAfee for this. Should any problems be encountered, most BIOS setup programs provide an option to reset all CMOS values to default settings. Some PCs may not provide all of these options. Cache RAM Earlier in this module we introduced the concept of using system RAM to cache information from the hard disk drive. Modern PCs carry this process further by having extra levels of specialised cache memory between the system RAM and the CPU. Some of the cache memory may be on the module holding the CPU itself, while some may be on the system board. Cache memory built directly into the CPU is known as Level 1 (or L1) cache. Level 2 (or L2) cache memory is separate from the CPU and is either mounted on the motherboard, or in the case of SEC packaged chips, it is mounted next to the CPU on the SEC card. Some PCs have three levels of cache memory. Cache memory is constructed from SRAM (Static RAM) chips. The first thing to clarify is that SRAM is still volatile; it needs a constant power source to retain the 1s and 0s held in it. It is not the same as Flash RAM which does not need a power source. As you will learn, DRAM requires refreshes to maintain the voltages representing the 1s and 0s in the memory circuits. SRAM does not require refreshes. This means that SRAM is faster to access than DRAM, as there are no wait states encountered while memory refreshes occur. However, the physical composition of SRAM is more expensive to produce than DRAM, so SRAM is used where speed is critical and cost is not. The PC s caches are typically constructed from SRAM N+S training! SM D Page 6.11

12 The amount of cache memory that can be installed in any particular system is defined by the model of chipset that the motherboard uses. System RAM Whenever a program is started, or a file opened, it is read from secondary storage such as a hard disk or CD-ROM into system RAM. System RAM forms the largest block of memory in the PC; typically between 512 MB and 1 GB. System RAM is found attached to the motherboard in the form of DRAM chips mounted on a small circuit board known as a memory module. There are a variety of DRAM types, including FPM, EDO, SDRAM, DDR SDRAM and RDRAM. DRAM chips are mounted on small circuit boards called SIMM, DIMM and RIMM memory modules. System RAM upgrades are quite possibly one of the most frequently performed tasks, as adding more system RAM to a PC can make a dramatic improvement in performance. In order to upgrade a PC s system RAM, you should understand the various memory modules, and the memory types that they provide. Summary CMOS RAM stores the PC s hardware configuration data. Cache RAM is a high-speed buffer used by the CPU. Cache RAM is built from SRAM chips. System RAM holds all currently active program instructions and data. System RAM is built from DRAM chips. There are a variety of DRAM types including FPM, EDO, SDRAM, DDR SDRAM and RDRAM. DRAM chips are mounted on memory modules called SIMM, DIMM and RIMM. Page SM D 2006 N+S training!

13 Knowledge Check 6.2 Name three uses for RAM in a PC. CMOS, Cache, System RAM. What type of RAM is cache made of? SRAM. What type of RAM is System RAM made of? DRAM. Name three types of DRAM Choose any three from FPM, EDO, SDRAM, DDR SDRAM and RDRAM 2006 N+S training! SM D Page 6.13

14 System RAM Memory Modules Early PC s system RAM was provided in the form of DIP (Dual Inline Package) chips. DIP chips are rectangular and have a row of pins along each of their long sides. These were inserted in banks of eight chips (nine if the system used memory parity checking see later) in sockets on the motherboard. Figure 6.4 DIP When installing DIP chips it was very easy to misalign the pins in their sockets, causing the pins to bend. The chip would then have to be removed, the pins straightened, and the chip re-seated in its socket. Because the pins were quite delicate, it was common for the pins to break off, rendering the chip unusable. To counteract this problem, memory manufacturers devised the concept of memory modules. The required eight or nine chips were premounted on a small circuit board which could be attached to the motherboard using an edge connector rather than pins. The first memory modules were called SIMMs (Single Inline Memory Modules). The legs either side of the chips mounted on a memory module such as a DIMM do not have to penetrate the circuit board; they are surfacemounted. Therefore the pins protrude less from the chip than they do on a DIP, which has to poke into a socket. Because of this difference, the chips mounted on a memory module are called TSOPs (Thin Small Outline Packages). Figure TSOP SIMM SIMMs (Single In-Line Memory Modules) are miniature circuit boards with edge connectors, to which RAM chips are fixed. The SIMM is then inserted into a slot on the motherboard. The connectors of the SIMM Page SM D 2006 N+S training!

15 and the SIMM slot on the motherboard are either gold or tin and should not be mixed together, ie a SIMM with gold contacts should not be placed in a SIMM socket with tin contacts. SIMMs are available in two sizes: 30- and 72-pin. 30-Pin SIMMs these have an address width of 8 bits meaning they can transfer 8 bits of data at a time across the memory bus. Some 30-pin SIMMs also include a parity bit for error detection (so these are 9 bits wide). A 30-pin SIMM typically contains 1 MB or 4 MB of RAM. They have a single notch on the bottom left to ensure that they are installed correctly. Figure pin SIMM 72-Pin SIMMs these have an address width of 32 bits, or 36 bits if they include parity bits (a parity bit is included for each byte of data; as 32 bits equals 4 bytes there are 4 parity bits included in addition to the data bits). A 72-pin SIMM typically contains 4, 8, 16, 32 or 64 MB of RAM. They have one notch at the side and one notch in the centre of the module. Figure pin SIMM Because Pentium systems access 64 bits of data at a time from memory, older Pentium motherboards that implemented 72-pin SIMM memory slots required two 72-pin SIMM cards to be installed at a time. In other words, the two 32-bit, 72-pin cards were electronically combined together to form a 64-bit bank of memory. DIMM A SIMM has metal connectors along each side of its bottom edges that provide contact with the motherboard SIMM socket. However, these 2006 N+S training! SM D Page 6.15

16 connectors effectively run straight through the card and are therefore really just one set of connectors. A DIMM has similar metal connectors, but each side is independent of the other hence Dual Inline Memory Module. Modern motherboards use 168-, 184-or 240-pin DIMMs. 168-pin DIMMs have two small notches within the row of pins along the bottom of the module and 240-pin DIMMs only have one notch within the row of pins, but positioned differently to prevent the wrong type of DIMM being placed in the wrong type of socket. You will see these notches if you look carefully at the bottom edge of the cards in the figures below. Table DIMMs Figure pin Figure pin Figure pin DIMMs require 3.3 Volts or less, consuming less power than SIMMs, which require 5 Volts. Typical DIMM card capacities are 32 MB to 1 GB. Some early motherboard designs provide sockets for banks of both SIMMs and DIMMs. Care must be taken when populating these with both SIMMs and DIMMs, as not all combinations of SIMMs and DIMMs may be supported. Check the motherboard manual or manufacturer s web site to ensure that you install a valid combination. RIMM RIMM is the name for a Rambus memory module (see later in this module for a description of Rambus). RIMMs are similar in appearance to DIMMs. The faster access times and transfer speeds lead to the generation of more heat than with other memory technologies. Because of this, an aluminium sheath called a heat spreader is used to cover the module in order to protect the chips from overheating. RIMMs have Page SM D 2006 N+S training!

17 184 pins, but to prevent their accidental insertion into a 184-pin DIMM socket the notches along the bottom edge are placed in different positions (compare the figure below to Figure 6.9) Figure 6.11 RIMM Unlike DIMM memory slots, RIMM memory slots should not be left empty. Special C-RIMM (Continuity RIMM) cards should be inserted into empty slots to provide a continuous pathway for signals. C-RIMM cards do not have any memory chips on them, so they are relatively very cheap. Figure RIMM and C-RIMMs RamBus technology is considered redundant; Intel for example essentially dropped the use of Rambus memory from all of its products since This may be due to the fact that Rambus Inc. the inventors of Rambus memory filed several aggressive lawsuits against other memory manufacturers, claiming that they had stolen their technology. This undoubtedly would have cast RamBus Inc. in an unfavourable light N+S training! SM D Page 6.17

18 Summary Very old PCs such as those based on a 486 CPU use 30-pin SIMMs. Slightly later PCs such as those based on an early Pentium CPU use 72-pin SIMMs. Remember that Pentium systems using 72-pin memory cards must have pairs of these SIMMs installed. Most modern Pentium PCs will use 168-, 184-, or 240-pin DIMMs. Some PCs may use RIMMs. Knowledge Check 6.3 Name the three main types of memory module used in a PC s motherboard. SIMM, DIMM, RIMM. How many pins might a DIMM have? 168, 184, or 240. Page SM D 2006 N+S training!

19 System RAM Technologies You have just learnt about various types of memory module (SIMM, DIMM, and RIMM). Each SIMM, DIMM or RIMM has a number of chips soldered onto it. Next you will learn more about the types of memory chip that you will find on a SIMM, DIMM or RIMM. DRAM The first PCs used ordinary DRAM (Dynamic RAM) chips. DRAM memory chips are provided on 30-pin SIMM modules used in and based PCs. DRAM memory employs a semi-conductor that stores discrete ones or zeros using a miniature capacitor and transistor. The electrical charge held within the semi-conductor gradually weakens through leakage. To prevent data loss, the charge must be periodically refreshed. While the charge is being refreshed, the data cannot be read or modified, so the CPU may have to enter what is called a wait-state while the charge is refreshed. This slows the operation of DRAM. Many variations of DRAM exists, each with its own features for improving performance, these are now described. FPM FPM (Fast Page Mode) DRAM memory chips are provided on 72-pin SIMM modules and, very rarely, on 168-pin DIMM modules. These would be found on original Pentium and even based PCs. Prior to 1995, Fast Page Mode was the most common form of memory found in PCs. It was often referred to simply as DRAM. FPM had an advantage over earlier memory types, as it enabled faster access to data located within the same memory row as the initial access (you can think of memory as like a spreadsheet, where information is organized in rows and columns). EDO EDO (Extended Data Out) memory chips are provided on 72-pin SIMM modules and, very rarely, on 168-pin DIMM modules. These would be found on more mature Pentium-based PCs such as the original Pentium, Celeron Pentium II and Xeon Pentium III N+S training! SM D Page 6.19

20 The next major innovation in memory technology came in 1995, with the introduction of EDO. Consecutive memory accesses could be handled much faster. The extra speed led to the memory controller reducing the number of steps required in the addressing process. EDO enabled the CPU to access memory approximately 10 to 15% faster than with FPM. SDRAM SDRAM memory chips are provided on 168-pin DIMM modules. SDRAM is commonly found in Pentium II and Pentium III based PCs. In 1996, Synchronous DRAM became common in PCs. SDRAM synchronises with the timing of the CPU, enabling the memory controller to know the exact clock cycle when the requested data becomes available. The CPU no longer has to enter a wait-state between memory accesses. SDRAM memory can also use interleaving and burst mode functions, which leads to even faster data retrieval. SDRAM chips are available in several different speeds, so that they can be synchronised to the clock speeds of the PCs in which they will be installed. For example, PC133 SDRAM runs at 133 MHz. Faster SDRAM speeds such as 200 MHz and 266 MHz are available. Table SDRAM Modules Module name Chip technology Speed (MHz) Form factor PC100 SDRAM pin PC133 SDRAM pin DDR and DDR2 SDRAM DDR SDRAM (Double Data Rate SDRAM) memory chips are provided on 184-pin DIMM memory modules. DDR2 SDRAM memory chips are provided on 240-pin DIMM modules. DDR and DDR2 SDRAM is commonly used by Pentium 4 based PCs. Page SM D 2006 N+S training!

21 DDR2, as its name suggests, is simply an enhancement of DDR memory that provides faster speeds, higher data bandwidths, lower power consumption, and enhanced thermal performance over DDR. Figure DDR2 logo The following information therefore applies to both DDR and DDR2 memory. DDR SDRAM is an extremely fast SDRAM technology. Ordinary SDRAM memory works from a clock signal. The clock signal is constantly changing from a low to a high, then back to a low voltage. SDRAM only acts when the clock voltage changes from low to high. DDR SDRAM memory chips can act when the clock changes from low to high, and high to low, effectively doubling the data transfer rate. For example, with DDR SDRAM, a 133 MHz memory bus clock speed leads to an effective data rate of 266 MHz. Table DDR SDRAM Modules Module name Chip technology Speed (MHz) Form factor PC1600 DDR SDRAM pin PC2100 DDR SDRAM pin PC2700 DDR SDRAM pin PC3200 DDR SDRAM pin PC4000 DDR SDRAM pin PC DDR2 SDRAM pin PC DDR2 SDRAM pin PC DDR2 SDRAM pin PC DDR2 SDRAM pin Rambus DRAM As its name clearly suggests, Rambus DRAM (sometimes called RDRAM) is another type of DRAM. Rambus DRAM was invented by a company called Rambus Inc. who licence their technology to other manufacturers who produce this type of memory N+S training! SM D Page 6.21

22 Rambus DRAM is more commonly found in gaming computers such as the Nintendo 64 and Sony Playstation 2, although some PCs do use it, eg the Dell Precision Workstation 420 and Compaq Deskpro AP240. Rambus DRAM memory chips are mounted on a special memory module called a RIMM, which has been described earlier in this module. Summary There is a variety of DRAM types used in PCs. DRAM found on 30-pin SIMM modules. FPM usually found on 72-pin SIMM modules EDO usually found on 72-pin SIMM modules SDRAM found on 168-pin DIMM modules DDR-SDRAM found on 184-pin DIMM modules DDR2-SDRAM found on 240-pin DIMM modules Rambus DRAM found on RIMM modules Page SM D 2006 N+S training!

23 Memory Module Characteristics You have just learnt that each memory module has a number of RAM chips soldered onto it. The most commonly used type of memory module is a DIMM, the most commonly used types of RAM chips are SDRAM, DDR SDRAM or DDR2 SDRAM. Memory modules, such as DIMMs, also differ from each other in other respects, such as the number of chips mounted on them, the amount of memory they contain, the way they cope with errors and so on. We will discuss these characteristics now. Memory Capacity The capacity of a memory module is simply the total number of bits, expressed in MB or GB, which it contains. Working out the capacity of a memory module can either be very difficult, or very easy. Let s take the difficult way first. In the figure below, we can see that there are eight memory chips mounted on one side of the module. Some modules have chips mounted only on one side (single-sided), but this module has chips mounted on both sides (double-sided) making sixteen chips in total. Figure DIMM If we can find out how much memory is on each chip, all we need to do is multiply that figure by sixteen to find the total memory capacity of the module. On closer inspection, we can see the manufacturer s part number on each memory chip: 2006 N+S training! SM D Page 6.23

24 Figure 6.15 Chip model Luckily, a search of the manufacturer s (Hynix) website reveals the information we need about his chip: Part No. HY57V28820HC(L)T-H(I) Organization 4 banks of 4Mx8 Memory capacity of chips and modules is often shown in expressions like these; 4Mx8, 8Mx16, or 16Mx64. Think of these expressions like spreadsheets, where for example, a 4Mx8 chip has 4 million (4M) rows of memory 8 columns (x8) wide. Each cell of this spreadsheet is one bit of memory. So, a 4Mx8 chip has 32 million bits of memory (4 million times 8 = 32 million). To express this in bytes we simply divide the total by 8, giving us 4 MB. The chip shown above has 4 banks of 4 MB within it; therefore the chip contains 16 MB of RAM. As there are 16 of these chips on our example DIMM, this means the DIMM contains 256 MB (16 MB x 16 = 256 MB). For our example DIMM, there is a much easier way of determining its capacity. On one side of the chip is a label: Figure DIMM Label Page SM D 2006 N+S training!

25 As you can clearly see in the highlighted area, this is a 256 MB DIMM. Notice how we are also shown the memory organization of the whole module to the right of its capacity (32Mx64). So, the memory on this module is presented to the system as 32 million rows that are 64 bits wide. 32 million x 64 = 2048 megabits 2048 megabits / 8 = 265 MB Summary The capacity of a module is usually shown on a label stuck to it. If a label is not present, then the capacity of the module can be determined by finding out the capacity of the chips on the module, and then multiplying that value by the number of chips. For example, a module with sixteen 64 megabit chips has a capacity of 128 MB calculated as follows: 16 x 64 megabit = 1024 megabits 1024 megabit / 8 = 128 megabytes Error Detection Bits can be changed from 1 to 0 or vice versa by an unexpected alteration of the voltage levels in a memory cell. This change of voltage is most likely caused by cosmic rays yes, really. Because this change is non-permanent it is known as a soft error. If the affected bit is not used by your system, you may never know there was a soft error. If the bit does get used then the result may be that your system or application hangs or crashes. Soft errors are simply corrected by rebooting the PC. For critical systems, such as servers, it would be better if there were some method of detecting if a value in RAM has been altered inadvertently, and if possible, correcting that alteration. There are two methods of memory error detection; parity checking and ECC N+S training! SM D Page 6.25

26 Parity checking techniques are used to ensure the reliability of data. This requires an additional parity bit for each byte (so a parity-checked byte will consist of 9 rather than 8 bits), causing parity-checking memory too be more expensive than non-parity memory. Parity checking uses a very simple algorithm for detecting single-bit errors. The bits set to 1 (ON) in a byte are totalled, and then the parity bit is set to either 1 (ON) or 0 (OFF) to make the total an odd or an even number (depending on whether the system is designed to perform odd or even parity checking). Byte Parity bit Number of ON bits Parity Two Even Six Even The table above shows a system that performs even parity checking. In the first row of the table the byte in the first column ( ) contains two ON bits. As two is an even number, the parity bit will be set to 0 to make the total number of ON bits remain at two an even number. In the second row of the table the byte in the first column ( ) contains five ON bits. As five is an odd number, the parity bit will be set to 1 to make the total number of ON bits six again, an even number. If any byte of memory, plus its parity bit, is read that contains an odd number of bits, then the memory checking circuitry signals an error to the CPU using a special interrupt called the Non-Maskable Interrupt. The CPU cannot ignore this interrupt and must service it immediately. Upon encountering a parity error, most systems will give a BSOD (Blue Screen Of Death). That is, the screen will turn completely blue, with a basic error message in white text at the top of the screen indicating a parity error. This is a situation that can only be resolved by completely rebooting the system. PC specifications should indicate whether parity checking memory is required or not. The two types of memory cannot be used together in the same computer. Some BIOS programmes allow parity memory to be turned on or off. Page SM D 2006 N+S training!

27 A more advanced error checking technique is Error Correcting Code (ECC). ECC uses more sophisticated mathematical algorithms to detect memory errors than parity checking does. Unlike parity checking, ECC does not work on individual bytes, but on blocks of either 4 or 8 bytes, requiring 7 or 8 bits respectively for the required error correcting information. Within these blocks of memory, ECC can both detect and fix single-bit errors and detect (but not fix) two-bit errors. As with parity checking, the motherboard s BIOS and chipset must be capable of supporting ECC, and the BIOS may allow ECC to be turned on or off. Error correction with ECC is transparent to the user ie the error is fixed without any error message being displayed on the screen. Two-bit errors however, which are detected but not fixed, will likely cause a BSOD. Memory errors are relatively rare, rare enough in fact that for standard uses (such as a desktop PC) non-parity or non-ecc is usually used. You can see from the label on our example DIMM that it does not use ECC (nonecc). Figure nonecc DIMM Parity or ECC memory is more often found in servers, where all efforts must be made to create a stable system N+S training! SM D Page 6.27

28 Summary Errors in memory can have serious impact on data or the operation of the machine. Therefore it is vital that in critical systems, memory errors are at least detected, if not fixed. Parity checking can detect only single-bit errors, but not fix them. ECC can detect and fix single-bit errors, and detect but not fix errors of more than one bit. Uncorrected errors typically cause a BSOD (Blue Screen Of Death). Registered Modules Registered memory modules have extra circuitry on them that ensures the signals sent through the memory chips remain strong, clear and constant. Not only does this reduce the number of errors that might occur when reading or writing memory, it also allows a module to be built using more chips and therefore a higher capacity. Like ECC, registered modules are typically only found in servers; most desktop PCs will use non-registered memory. Older memory modules used a similar feature called buffering; you might therefore see modules referred to as buffered or unbuffered as in the example below. Figure Unbuffered DIMM Page SM D 2006 N+S training!

29 Troubleshooting RAM Faulty RAM can cause a PC to behave erratically; it can reboot randomly, it can give errors during the POST, or might occasionally lock up or crash with a Blue Screen of Death. There are many things that can cause these symptoms, including an overheating or faulty CPU, a faulty motherboard component, but it could equally be faulty memory. To try to determine if memory is causing these problems there are a variety of tools and methods available to the PC support technician. Using POST A system RAM test is usually performed every time the PC is turned on. This test is performed by the POST (Power On Self Test) routine in the motherboard s BIOS chip. POST memory tests will usually display a rapidly advancing number on the screen indicating the amount of memory that has been tested. This number should match the amount that has been installed. So if you have 512 MB of system RAM installed you should see something similar to the figure below. Figure POST RAM Test If this number is not what you expected, it could be that an incorrectly configured bank of memory modules is being ignored by the POST. This is a fundamental but important step in determining memory errors N+S training! SM D Page 6.29

30 It is possible that these details will be hidden from the display when a PC boots up. This is usually an option that can be altered from the BIOS Setup program, which in the example above, would be executed by pressing DEL at this point. Although the POST memory test will not perform an exhaustive test of your system RAM, it should at least indicate the following errors: No memory recognised Faulty memory module Incorrectly configured memory module These errors would be accompanied by a beep code from the POST programme that indicates the exact nature of the problem, and if possible, an error message on the screen. Sometimes, especially in the case of there being no available memory, it would not be possible to display an error code on the screen, so just a beep code would be issued. A description of beep codes is provided in the Motherboard module in this manual. So, if we reboot our faulty PC and the POST does not indicate any errors, we can assume that the system RAM recognised and configured correctly. However, the POST will only perform a very basic check of the integrity of each memory cell in our RAM chips. To test these more thoroughly we need another programme. Using Third-Party Tools A more exhaustive test of system RAM can be accomplished using third-party utilities. In the example shown below, a free utility called Memtest-86 has been downloaded from the Internet. This utility creates a floppy disk which the computer is then booted from. The Memtest-86 program then starts a test which writes random bit patterns to every piece of system RAM and then reads them back in again. Should there be any differences between the bits written and the bits read an error is indicated. Page SM D 2006 N+S training!

31 Figure 6.20 Memtest-86 This test should be left running for several hours, or even days in the case of critical systems such as servers, to ensure that a very thorough test is performed. If errors are indicated by this programme, we have located the fault in our PC. If no errors are indicated, we have at least done all that we can to eliminate our system RAM as the cause of the erratic behaviour. Summary RAM errors can cause problems booting the PC. These types of errors should be indicated by beeps during boot up. When a PC boots, listen carefully for any beep codes and take the appropriate action usually this means replacing a memory card. RAM errors can also cause erratic behaviour the PC may hang, reboot or crash with a Blue Screen of Death. If rebooting the PC does not solve this problem, you might want to consider running a third-party programme to thoroughly test your memory N+S training! SM D Page 6.31

32 Installing RAM Adding more system RAM is one of the most commonly performed PC upgrades. Adding more system RAM invariably improves system performance, especially where memory-hungry software - such as Windows - is being used. If your system RAM is full, and you try to load up another programme or file, space in system RAM has to be created for it. Windows does this by logically dividing system RAM into 4kB sections called pages. A table is maintained that indicates how recently each page has been referenced. When more RAM is required, Windows locates the least recently referenced pages and copies them to a special area on the hard disk drive called the Swap or Paging file. When enough pages have been freed up in this way the new programme or file can be loaded. This technique is called Virtual Memory, and has the benefit of allowing you to open up more programmes and files than you would otherwise have room for. There is of course a penalty to be paid; when information that has been written to the swap file is required, it has to be copied back into RAM, perhaps at the expense of other pages which have to be swapped back to the hard disk. This increased hard disk activity will have an adverse affect on performance. Ideally we would keep everything in RAM. This isn t always possible, but certainly, the more RAM that you have, the less likely it is that paging to and from the hard disk will occur. You will learn more about Virtual Memory in the A+ TWO course. Let s say that a friend of ours bought their first PC six months ago to do a little web surfing and ing. Initially they were perfectly happy with the performance of their machine. Recently though our friend started to use their PC for home publishing, and are using Microsoft Publisher, as well as Adobe PhotoShop, Illustrator and Acrobat to create sophisticated illustrated documents. They now notice, when all of these applications are opened, that their PC s performance is severely degraded. The most likely cause of this is a shortage of system RAM while using these memory-hungry applications. Page SM D 2006 N+S training!

33 So, let s upgrade the system RAM. The first step is to determine the current memory configuration, and determine how much memory we can add. Determining Currently Installed RAM Windows can show you how much physical RAM is installed. To do this, alternate-click on the My Computer icon and choose Properties, alternatively doubleclick the System icon in Control Panel. The General tab in the resulting dialogue box will show you the amount of RAM that you have installed. Figure Installed RAM using Windows Alternatively, there are third-party programmes such as Lavalys Everest that can show you the same information. Figure Installed RAM using Everest 2006 N+S training! SM D Page 6.33

34 Determining Maximum RAM Next you will need to determine if the amount of RAM currently installed is the maximum supported by your motherboard or not. Again, there is a variety of ways of doing this. Using the PC Manual If your PC came with a manual, it may tell you the maximum amount of RAM supported. Figure PC Manual The figure above shows an extract from a Dell laptop owner s manual. If you don t have the relevant documentation, you may find the equivalent information on the manufacturer s website. Looking up the Motherboard Specification If your PC does not have a manual, then your motherboard might (this is why, if you build your own PC, it is particularly important that you keep all the relevant documentation in a safe place). If you don t have the documentation, but you know the manufacturer and model of your motherboard, then you may be able to find the relevant information on their website or using an Internet search engine. Page SM D 2006 N+S training!

35 Figure Motherboard Specification Once you have determined that you can add more memory to the current configuration, you should check that you have a spare memory slot on the motherboard. For example, your motherboard might support a maximum of 2 GB of RAM, and currently there is just 1 GB installed. However, the 1 GB of RAM might be configured as two 512 MB memory cards which are occupying the two available slots that your motherboard provides. To check if you have spare slots, you can simply remove the lid of the system case and perform a visual check. Determining Type of RAM So you have now determined, for example, that your computer supports 2 GB of RAM, you have only 1 GB installed, and you have a spare memory slot. You could now install another 1 GB of RAM in the unoccupied slot. Now you must determine what type of 1 GB memory card to buy. Again, the relevant documentation should help you to determine what you need. There are also web-based memory suppliers that provide very useful tools to help you. If we wanted to buy 1 GB of RAM for a Dell Dimension 3000 PC. You could go to a memory provider such as Kingston Technology Company or Crucial Technology and use their search facilities: 2006 N+S training! SM D Page 6.35

36 Figure Memory Search The results of the search above tells us that each memory slot on our motherboard is compatible with memory cards containing 128, 256, 512 or 1024 MB of either DDR333 or DDR400 memory. If we refer back to our earlier Table DDR SDRAM Modules, we see the following information: Memory Module name Memory Technology Memory speed in MHz DIMM Form Factor Voltage PC2700 DDR pin 2.5 PC3200 DDR pin 2.8 So now we know what to order; a 184-pin DIMM with 1 GB of either PC2700 (DDR333) or PC3200 (DDR400) memory chips on it. It should now be an easy task to search any online supplier for this type of memory card to get the best price. Page SM D 2006 N+S training!

37 Figure 6.26 Buying Memory Now all we have to do is place our order and wait for it to arrive. Performing the Installation The difficult part is over; now that you have the memory you now just have to insert it into your motherboard. Remember, memory chips are static-sensitive devices, so take all of the ESD precautions that you learnt about earlier. First turn of your PC and remove all power cables. Remove the lid from the system case. Locate the empty DIMM memory slot; it will look something like this: Figure DIMM Slot 2006 N+S training! SM D Page 6.37

38 Make sure that the securing clips (the white levers at either end of the slot as shown in) are in their full open position by pushing them outwards as far as they will go, being careful, of course, not to break then off. Line your new DIMM up with the slot so that it is at 90 degrees to the motherboard and the notch along the bottom edge of the card lines up with the small plastic bar in the DIMM slot. Figure Open securing clips Push the DIMM card gently but firmly straight down into the slot. The securing clips should start to move inwards. When you are sure that the DIMM card is as far down in the slot as it will go, push the securing clips inwards so that they are firmly securing the card. Figure Insert DIMM Figure Secure DIMM Replace the case lid, plug your PC back into the power and reboot. If there are no POST errors, you should now be able to check that your new memory has been recognised by using the procedures described earlier under the heading Determining Currently Installed RAM on page Page SM D 2006 N+S training!

39 Summary To add RAM to a PC you should: Determine how much RAM is currently in the motherboard Determine the maximum amount of RAM supported by your motherboard If you can add more RAM, make sure that there is an available slot Find out what type of memory your motherboard supports Order it and install it! 2006 N+S training! SM D Page 6.39

40 ROM ROM memory chips are typically used for storing system-level programmes, such as the motherboard s BIOS. Adapter cards, such as network interface cards, may also provide their own on-board BIOS programmes. The motherboard BIOS chip provides basic hardware functionality, as well as the POST (Power On Self Test) programme and a configuration programme. The configuration program can be launched by pressing a key when the PC is booted up. The key that needs to be pressed varies from PC to PC, but is typically a function key such as F1 or F2, the Del key, or the Esc key. Network interface card BIOS programmes provide such features as the ability to connect to another computer, typically a server, and load the operating system from that computer into the PC s RAM. Page SM D 2006 N+S training!

41 ROM Technologies The different types of RAM (ie FPM, EDO, SDRAM, DDR SDRAM) are quite important, as you must buy the correct type of RAM for your motherboard when performing a RAM upgrade. There are also different types of ROM. However, the differences between them are less important to know, as you are unlikely to need to change any of the ROM chips on your motherboard or interface cards. But purely as a matter of interest, a description of different ROM technologies is provided below. PROM A programmable read-only memory (PROM) is a form of ROM where the setting of each bit (0 or 1) is permanently set by a fuse or anti-fuse. The memory can be programmed just once after manufacturing by "blowing" the fuses (using a PROM blower), which is an irreversible process. Blowing a fuse opens a connection while blowing an anti-fuse closes a connection. EPROM An EPROM cell acts like a permanently open or closed transistor. When the "floating gate" is charged, it holds the charge and impedes the flow of electrons from the control gate to the silicon. Charging is accomplished by applying 12v to the control gate, and erasure is accomplished under ultraviolet (UV) light. A programmed EPROM retains its data for about ten to twenty years and can be read an unlimited number of times. The erasing window must be kept covered to prevent accidental erasure by sunlight. Old PC BIOS chips were often EPROMs, and the erasing window was often covered with a label containing the BIOS publisher's name, the BIOS revision, and a copyright notice. Figure 6.31 EPROM with label removed 2006 N+S training! SM D Page 6.41

42 EEPROM EEPROMs have a lifespan of between 10K and 100K write cycles, which is considerably greater than the EPROMs that preceded them. Unlike EPROMs, which have to be placed under UV light for erasure, EEPROMs are erased while remaining resident on the motherboard. Like EPROMs, EEPROMS use a floating gate to hold a charge. Figure EEPROM Flash ROM Flash ROM is a development of the EEPROM chip, and its name was invented by Toshiba to express how much faster it could be rewritten ("in a flash"). Most modern motherboard BIOS chips are flash memory, making them easy to update. A description of how to update a motherboard flash BIOS chip is provided in the Motherboards module in this manual. Flash ROM has uses apart from motherboard BIOS chips. Memory cards for cameras and USB pen drives also use flash ROM. These devices are discussed in depth in later modules. Page SM D 2006 N+S training!

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University Memory Overview Curtis Nelson Walla Walla University Overview - Memory Types n n n Magnetic tape (used primarily for long term archive) Magnetic disk n Hard disk (File, Directory, Folder) n Floppy disks

More information

IS 258 PC Maintenance. Lecture 6: Installing, Upgrading and Troubleshooting Memory Instructor: Henry Kalisti

IS 258 PC Maintenance. Lecture 6: Installing, Upgrading and Troubleshooting Memory Instructor: Henry Kalisti IS 258 PC Maintenance Lecture 6: Installing, Upgrading and Troubleshooting Memory Instructor: Henry Kalisti 1 Objectives Learn about the different kinds of physical memory and how they work Learn how to

More information

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result. Central Processing Unit (CPU) A processor is also called the CPU, and it works hand in hand with other circuits known as main memory to carry out processing. The CPU is the "brain" of the computer; it

More information

A+ Certification Guide. Chapter 5 Random Access Memory

A+ Certification Guide. Chapter 5 Random Access Memory A+ Certification Guide Chapter 5 Random Access Memory Chapter 5 Objectives RAM Basics: Describe what RAM does, how it works, and how it relates to the system. RAM Types: Describe types of RAM available,

More information

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

CREATED BY M BILAL & Arslan Ahmad Shaad Visit: CREATED BY M BILAL & Arslan Ahmad Shaad Visit: www.techo786.wordpress.com Q1: Define microprocessor? Short Questions Chapter No 01 Fundamental Concepts Microprocessor is a program-controlled and semiconductor

More information

Introduction read-only memory random access memory

Introduction read-only memory random access memory Memory Interface Introduction Simple or complex, every microprocessorbased system has a memory system. Almost all systems contain two main types of memory: read-only memory (ROM) and random access memory

More information

William Stallings Computer Organization and Architecture 8th Edition. Chapter 5 Internal Memory

William Stallings Computer Organization and Architecture 8th Edition. Chapter 5 Internal Memory William Stallings Computer Organization and Architecture 8th Edition Chapter 5 Internal Memory Semiconductor Memory The basic element of a semiconductor memory is the memory cell. Although a variety of

More information

Memory Study Material

Memory Study Material Computer memory refers to the devices that are used to store data or programs on a temporary or permanent basis for use in a computer. Any data or instruction entered into the memory of a computer is considered

More information

The Central Processing Unit

The Central Processing Unit The Central Processing Unit All computers derive from the same basic design, usually referred to as the von Neumann architecture. This concept involves solving a problem by defining a sequence of commands

More information

Memory classification:- Topics covered:- types,organization and working

Memory classification:- Topics covered:- types,organization and working Memory classification:- Topics covered:- types,organization and working 1 Contents What is Memory? Cache Memory PC Memory Organisation Types 2 Memory what is it? Usually we consider this to be RAM, ROM

More information

k -bit address bus n-bit data bus Control lines ( R W, MFC, etc.)

k -bit address bus n-bit data bus Control lines ( R W, MFC, etc.) THE MEMORY SYSTEM SOME BASIC CONCEPTS Maximum size of the Main Memory byte-addressable CPU-Main Memory Connection, Processor MAR MDR k -bit address bus n-bit data bus Memory Up to 2 k addressable locations

More information

CS 320 February 2, 2018 Ch 5 Memory

CS 320 February 2, 2018 Ch 5 Memory CS 320 February 2, 2018 Ch 5 Memory Main memory often referred to as core by the older generation because core memory was a mainstay of computers until the advent of cheap semi-conductor memory in the

More information

Basic Organization Memory Cell Operation. CSCI 4717 Computer Architecture. ROM Uses. Random Access Memory. Semiconductor Memory Types

Basic Organization Memory Cell Operation. CSCI 4717 Computer Architecture. ROM Uses. Random Access Memory. Semiconductor Memory Types CSCI 4717/5717 Computer Architecture Topic: Internal Memory Details Reading: Stallings, Sections 5.1 & 5.3 Basic Organization Memory Cell Operation Represent two stable/semi-stable states representing

More information

Main Memory (RAM) Organisation

Main Memory (RAM) Organisation Main Memory (RAM) Organisation Computers employ many different types of memory (semi-conductor, magnetic disks, USB sticks, DVDs etc.) to hold data and programs. Each type has its own characteristics and

More information

Introduction to the Personal Computer

Introduction to the Personal Computer Introduction to the Personal Computer 2.1 Describe a computer system A computer system consists of hardware and software components. Hardware is the physical equipment such as the case, storage drives,

More information

MEMORY BHARAT SCHOOL OF BANKING- VELLORE

MEMORY BHARAT SCHOOL OF BANKING- VELLORE A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in computer where data is to be processed and instructions required for processing are

More information

Computer Organization. 8th Edition. Chapter 5 Internal Memory

Computer Organization. 8th Edition. Chapter 5 Internal Memory William Stallings Computer Organization and Architecture 8th Edition Chapter 5 Internal Memory Semiconductor Memory Types Memory Type Category Erasure Write Mechanism Volatility Random-access memory (RAM)

More information

Memory Technology. Assignment 08. CSTN3005 PC Architecture III October 25, 2005 Author: Corina Roofthooft Instructor: Dave Crabbe

Memory Technology. Assignment 08. CSTN3005 PC Architecture III October 25, 2005 Author: Corina Roofthooft Instructor: Dave Crabbe Memory Technology Assignment 08 CSTN3005 PC Architecture III October 25, 2005 Author: Corina Roofthooft Instructor: Dave Crabbe Corina Roofthooft CSTN3005 - assignment 08 Memory Technology Introduction

More information

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah The kinds of memory:- 1. RAM(Random Access Memory):- The main memory in the computer, it s the location where data and programs are stored (temporally). RAM is volatile means that the data is only there

More information

Large and Fast: Exploiting Memory Hierarchy

Large and Fast: Exploiting Memory Hierarchy CSE 431: Introduction to Operating Systems Large and Fast: Exploiting Memory Hierarchy Gojko Babić 10/5/018 Memory Hierarchy A computer system contains a hierarchy of storage devices with different costs,

More information

Internal Memory. Computer Architecture. Outline. Memory Hierarchy. Semiconductor Memory Types. Copyright 2000 N. AYDIN. All rights reserved.

Internal Memory. Computer Architecture. Outline. Memory Hierarchy. Semiconductor Memory Types. Copyright 2000 N. AYDIN. All rights reserved. Computer Architecture Prof. Dr. Nizamettin AYDIN naydin@yildiz.edu.tr nizamettinaydin@gmail.com Internal Memory http://www.yildiz.edu.tr/~naydin 1 2 Outline Semiconductor main memory Random Access Memory

More information

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices 17 Q: Define Computer memory or storage. Ans: Memory: Memory refers to the place where data is kept for later use. For example, a human being has a memory where he/she stores the things that can be recalled

More information

William Stallings Computer Organization and Architecture 6th Edition. Chapter 5 Internal Memory

William Stallings Computer Organization and Architecture 6th Edition. Chapter 5 Internal Memory William Stallings Computer Organization and Architecture 6th Edition Chapter 5 Internal Memory Semiconductor Memory Types Semiconductor Memory RAM Misnamed as all semiconductor memory is random access

More information

Random Access Memory (RAM)

Random Access Memory (RAM) Random Access Memory (RAM) best known form of computer memory. "random access" because you can access any memory cell directly if you know the row and column that intersect at that cell. 72 Magnetic-core

More information

Chapter 5 Internal Memory

Chapter 5 Internal Memory Chapter 5 Internal Memory Memory Type Category Erasure Write Mechanism Volatility Random-access memory (RAM) Read-write memory Electrically, byte-level Electrically Volatile Read-only memory (ROM) Read-only

More information

Overview. Memory Classification Read-Only Memory (ROM) Random Access Memory (RAM) Functional Behavior of RAM. Implementing Static RAM

Overview. Memory Classification Read-Only Memory (ROM) Random Access Memory (RAM) Functional Behavior of RAM. Implementing Static RAM Memories Overview Memory Classification Read-Only Memory (ROM) Types of ROM PROM, EPROM, E 2 PROM Flash ROMs (Compact Flash, Secure Digital, Memory Stick) Random Access Memory (RAM) Types of RAM Static

More information

Embedded Systems Design: A Unified Hardware/Software Introduction. Outline. Chapter 5 Memory. Introduction. Memory: basic concepts

Embedded Systems Design: A Unified Hardware/Software Introduction. Outline. Chapter 5 Memory. Introduction. Memory: basic concepts Hardware/Software Introduction Chapter 5 Memory Outline Memory Write Ability and Storage Permanence Common Memory Types Composing Memory Memory Hierarchy and Cache Advanced RAM 1 2 Introduction Memory:

More information

Embedded Systems Design: A Unified Hardware/Software Introduction. Chapter 5 Memory. Outline. Introduction

Embedded Systems Design: A Unified Hardware/Software Introduction. Chapter 5 Memory. Outline. Introduction Hardware/Software Introduction Chapter 5 Memory 1 Outline Memory Write Ability and Storage Permanence Common Memory Types Composing Memory Memory Hierarchy and Cache Advanced RAM 2 Introduction Embedded

More information

Computer Maintenance. PC Disassembly and Reassembly. Copyright Texas Education Agency, All rights reserved.

Computer Maintenance. PC Disassembly and Reassembly. Copyright Texas Education Agency, All rights reserved. Computer Maintenance PC Disassembly and Reassembly 1 Enabling Objectives Computer Chassis (Cases) Power Supplies Configuring the Motherboard Configuring the Connectors CPU Interfaces RAM Installing a Hard

More information

computer case. Various form factors exist for motherboards, as shown in this chart.

computer case. Various form factors exist for motherboards, as shown in this chart. INTERNAL COMPONENTS The motherboard is the main printed circuit board and contains the buses, or electrical pathways, found in a computer. These buses allow data to travel between the various components

More information

UNIT-V MEMORY ORGANIZATION

UNIT-V MEMORY ORGANIZATION UNIT-V MEMORY ORGANIZATION 1 The main memory of a computer is semiconductor memory.the main memory unit is basically consists of two kinds of memory: RAM (RWM):Random access memory; which is volatile in

More information

Organization. 5.1 Semiconductor Main Memory. William Stallings Computer Organization and Architecture 6th Edition

Organization. 5.1 Semiconductor Main Memory. William Stallings Computer Organization and Architecture 6th Edition William Stallings Computer Organization and Architecture 6th Edition Chapter 5 Internal Memory 5.1 Semiconductor Main Memory 5.2 Error Correction 5.3 Advanced DRAM Organization 5.1 Semiconductor Main Memory

More information

EE414 Embedded Systems Ch 5. Memory Part 2/2

EE414 Embedded Systems Ch 5. Memory Part 2/2 EE414 Embedded Systems Ch 5. Memory Part 2/2 Byung Kook Kim School of Electrical Engineering Korea Advanced Institute of Science and Technology Overview 6.1 introduction 6.2 Memory Write Ability and Storage

More information

Chapter 5. Internal Memory. Yonsei University

Chapter 5. Internal Memory. Yonsei University Chapter 5 Internal Memory Contents Main Memory Error Correction Advanced DRAM Organization 5-2 Memory Types Memory Type Category Erasure Write Mechanism Volatility Random-access memory(ram) Read-write

More information

Providing Fundamental ICT Skills for Syrian Refugees PFISR

Providing Fundamental ICT Skills for Syrian Refugees PFISR Yarmouk University Providing Fundamental ICT Skills for Syrian Refugees (PFISR) Providing Fundamental ICT Skills for Syrian Refugees PFISR Dr. Amin Jarrah Amin.jarrah@yu.edu.jo Objectives Covered 1.1 Given

More information

Database Management Systems, 2nd edition, Raghu Ramakrishnan, Johannes Gehrke, McGraw-Hill

Database Management Systems, 2nd edition, Raghu Ramakrishnan, Johannes Gehrke, McGraw-Hill Lecture Handout Database Management System Lecture No. 34 Reading Material Database Management Systems, 2nd edition, Raghu Ramakrishnan, Johannes Gehrke, McGraw-Hill Modern Database Management, Fred McFadden,

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2008 Prentice-Hall, Inc. Computers Are Your Future Chapter 6 Inside the System Unit 2008 Prentice-Hall, Inc. Slide 2 What You Will Learn... Understand how computers represent

More information

chapter 8 The Memory System Chapter Objectives

chapter 8 The Memory System Chapter Objectives chapter 8 The Memory System Chapter Objectives In this chapter you will learn about: Basic memory circuits Organization of the main memory Memory technology Direct memory access as an I/O mechanism Cache

More information

,e-pg PATHSHALA- Computer Science Computer Architecture Module 25 Memory Hierarchy Design - Basics

,e-pg PATHSHALA- Computer Science Computer Architecture Module 25 Memory Hierarchy Design - Basics ,e-pg PATHSHALA- Computer Science Computer Architecture Module 25 Memory Hierarchy Design - Basics The objectives of this module are to discuss about the need for a hierarchical memory system and also

More information

Contents. Main Memory Memory access time Memory cycle time. Types of Memory Unit RAM ROM

Contents. Main Memory Memory access time Memory cycle time. Types of Memory Unit RAM ROM Memory Organization Contents Main Memory Memory access time Memory cycle time Types of Memory Unit RAM ROM Memory System Virtual Memory Cache Memory - Associative mapping Direct mapping Set-associative

More information

CS 261 Fall Mike Lam, Professor. Memory

CS 261 Fall Mike Lam, Professor. Memory CS 261 Fall 2016 Mike Lam, Professor Memory Topics Memory hierarchy overview Storage technologies SRAM DRAM PROM / flash Disk storage Tape and network storage I/O architecture Storage trends Latency comparisons

More information

Computer Organization & Architecture M. A, El-dosuky

Computer Organization & Architecture M. A, El-dosuky 4.1-storage systems and technology Memory as a Linear Array Computer Organization & Architecture M. A, El-dosuky A byte-addressable memory with N bytes is the logical equivalent of a C++ array, declared

More information

Chapter 4 Main Memory

Chapter 4 Main Memory Chapter 4 Main Memory Course Outcome (CO) - CO2 Describe the architecture and organization of computer systems Program Outcome (PO) PO1 Apply knowledge of mathematics, science and engineering fundamentals

More information

PRATHYUSHA INSTITUTE OF TECHNOLOGY AND MANAGEMENT

PRATHYUSHA INSTITUTE OF TECHNOLOGY AND MANAGEMENT PRATHYUSHA INSTITUTE OF TECHNOLOGY AND MANAGEMENT DEPARTMENT OF INFORMATION TECHNOLOGY Staff Name: Prof. S. Athinarayanan UNIT IV PART A Branch: ECE / V Sem 1. Define Memory Access Time and Memory Cycle

More information

TECHNOLOGY BRIEF. Double Data Rate SDRAM: Fast Performance at an Economical Price EXECUTIVE SUMMARY C ONTENTS

TECHNOLOGY BRIEF. Double Data Rate SDRAM: Fast Performance at an Economical Price EXECUTIVE SUMMARY C ONTENTS TECHNOLOGY BRIEF June 2002 Compaq Computer Corporation Prepared by ISS Technology Communications C ONTENTS Executive Summary 1 Notice 2 Introduction 3 SDRAM Operation 3 How CAS Latency Affects System Performance

More information

Semiconductor Memory Types Microprocessor Design & Organisation HCA2102

Semiconductor Memory Types Microprocessor Design & Organisation HCA2102 Semiconductor Memory Types Microprocessor Design & Organisation HCA2102 Internal & External Memory Semiconductor Memory RAM Misnamed as all semiconductor memory is random access Read/Write Volatile Temporary

More information

BTEC Level 3 Unit 2. Computer Components

BTEC Level 3 Unit 2. Computer Components BTEC Level 3 Unit 2 1 Computer Components Stores: The Operating System Application files User data 3.5 inch units in servers and desktops 2.5 inch units in notebooks and external drives Computer Components

More information

Module 5a: Introduction To Memory System (MAIN MEMORY)

Module 5a: Introduction To Memory System (MAIN MEMORY) Module 5a: Introduction To Memory System (MAIN MEMORY) R E F E R E N C E S : S T A L L I N G S, C O M P U T E R O R G A N I Z A T I O N A N D A R C H I T E C T U R E M O R R I S M A N O, C O M P U T E

More information

Parts of Computer hardware Software

Parts of Computer hardware Software Parts of Computer Parts of Computer If you use a desktop computer, you might already know that there is not any single part called the "computer." A computer is really a system of many parts working together.

More information

The Memory Component

The Memory Component The Computer Memory Chapter 6 forms the first of a two chapter sequence on computer memory. Topics for this chapter include. 1. A functional description of primary computer memory, sometimes called by

More information

Unit IV MEMORY SYSTEM PART A (2 MARKS) 1. What is the maximum size of the memory that can be used in a 16-bit computer and 32 bit computer?

Unit IV MEMORY SYSTEM PART A (2 MARKS) 1. What is the maximum size of the memory that can be used in a 16-bit computer and 32 bit computer? Dept.: CSE Sub. Code: CS2253 Unit IV MEMORY SYSTEM PART A (2 MARKS) Sem: IV Sub. Name: C.O.A 1. What is the maximum size of the memory that can be used in a 16-bit computer and 32 bit computer? The maximum

More information

COSC 6385 Computer Architecture - Memory Hierarchies (III)

COSC 6385 Computer Architecture - Memory Hierarchies (III) COSC 6385 Computer Architecture - Memory Hierarchies (III) Edgar Gabriel Spring 2014 Memory Technology Performance metrics Latency problems handled through caches Bandwidth main concern for main memory

More information

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER Components of a personal computer - Summary Computer Case aluminium casing to store all components. Motherboard Central Processor Unit (CPU) Power supply

More information

Components of a personal computer

Components of a personal computer Components of a personal computer Computer systems ranging from a controller in a microwave oven to a large supercomputer contain components providing five functions. A typical personal computer has hard,

More information

CPU fan has a power connector which needs to be connected to CPU fan power socket on your motherboard as shown on the image above.

CPU fan has a power connector which needs to be connected to CPU fan power socket on your motherboard as shown on the image above. The first thing you should do is unpack your ATX case. Take off the cover of your case so that you can access the inside. Place the case on a desk so that you are looking down towards the open case. Your

More information

Summer 2003 Lecture 18 07/09/03

Summer 2003 Lecture 18 07/09/03 Summer 2003 Lecture 18 07/09/03 NEW HOMEWORK Instruction Execution Times: The 8088 CPU is a synchronous machine that operates at a particular clock frequency. In the case of the original IBM PC, that clock

More information

PDF created with pdffactory Pro trial version How Computer Memory Works by Jeff Tyson. Introduction to How Computer Memory Works

PDF created with pdffactory Pro trial version   How Computer Memory Works by Jeff Tyson. Introduction to How Computer Memory Works Main > Computer > Hardware How Computer Memory Works by Jeff Tyson Introduction to How Computer Memory Works When you think about it, it's amazing how many different types of electronic memory you encounter

More information

Backing Storage Media

Backing Storage Media Backing Storage Media Key Words The following words will crop up as part of the following presentation. You should use your notes sheet to log information about them when it is covered. You will be quizzed

More information

Memory technology and optimizations ( 2.3) Main Memory

Memory technology and optimizations ( 2.3) Main Memory Memory technology and optimizations ( 2.3) 47 Main Memory Performance of Main Memory: Latency: affects Cache Miss Penalty» Access Time: time between request and word arrival» Cycle Time: minimum time between

More information

Topic 4: Storage Devices

Topic 4: Storage Devices Topic 4: Storage Devices 4.1 Introduction A storage device is a computer peripheral which is used to store data and programs for a specific interval of time. A computer system usually contains several

More information

7. RAMCHECK OPTIONS. As we continuously develop new options, you may also want to check our web site (www.innoventions.com) for updated information.

7. RAMCHECK OPTIONS. As we continuously develop new options, you may also want to check our web site (www.innoventions.com) for updated information. 7.0 QUICK INDEX There are various options that are available to expand RAMCHECK s capabilities. These additions include optional adapters that support SO-DIMMs, DDR and DDR2 devices, individual TSOP DDR

More information

Lecture-7 Characteristics of Memory: In the broad sense, a microcomputer memory system can be logically divided into three groups: 1) Processor

Lecture-7 Characteristics of Memory: In the broad sense, a microcomputer memory system can be logically divided into three groups: 1) Processor Lecture-7 Characteristics of Memory: In the broad sense, a microcomputer memory system can be logically divided into three groups: 1) Processor memory 2) Primary or main memory 3) Secondary memory Processor

More information

Advanced Parallel Architecture Lesson 4 bis. Annalisa Massini /2015

Advanced Parallel Architecture Lesson 4 bis. Annalisa Massini /2015 Advanced Parallel Architecture Lesson 4 bis Annalisa Massini - 2014/2015 Internal Memory RAM Many memory types are random access individual words of memory are directly accessed through wired-in addressing

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware : Managing, Maintaining, and Troubleshooting, 5e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software All the parts--monitor, printer, hard drive, etc.-- cables, cabinets, and programs that make a computer

More information

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis.

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis. MEMORY Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis. There are TWO TYPE of nature of memory in a computer. Temporary/

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Inside the Computer System Copyright 2012 Pearson Education,

More information

RAMCHECK OWNER S MANUAL

RAMCHECK OWNER S MANUAL 7. RAMCHECK OPTIONS 7.0 QUICK INDEX There are various options that are available to expand RAMCHECK s capabilities. These additions include optional adapters that support SO-DIMMs, DDR and DDR2 devices,

More information

Q1. Describe C.P.U and its subunits with the help of diagram?

Q1. Describe C.P.U and its subunits with the help of diagram? Q1. Describe C.P.U and its subunits with the help of diagram? Ans. C.P.U (CENTRAL PROCESSING UNIT) Book page # 27 The C.P.U is the brain of computer.it controls and supervises all the units. Processing

More information

June 2004 Now let s find out exactly what we ve bought, how to shop a new system and how to speed up an existing PC!

June 2004 Now let s find out exactly what we ve bought, how to shop a new system and how to speed up an existing PC! June 2004 Now let s find out exactly what we ve bought, how to shop a new system and how to speed up an existing PC! This article is effective for Microsoft Windows XP, XP Pro, Windows 2000, NT, ME, 98,

More information

Computer Systems Laboratory Sungkyunkwan University

Computer Systems Laboratory Sungkyunkwan University DRAMs Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Main Memory & Caches Use DRAMs for main memory Fixed width (e.g., 1 word) Connected by fixed-width

More information

Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do?

Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do? Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do? Basic steps for diagnosing computer problems: 1. Look and listen the computer will give you some hints about

More information

CHAPTER 6 Memory. CMPS375 Class Notes (Chap06) Page 1 / 20 Dr. Kuo-pao Yang

CHAPTER 6 Memory. CMPS375 Class Notes (Chap06) Page 1 / 20 Dr. Kuo-pao Yang CHAPTER 6 Memory 6.1 Memory 341 6.2 Types of Memory 341 6.3 The Memory Hierarchy 343 6.3.1 Locality of Reference 346 6.4 Cache Memory 347 6.4.1 Cache Mapping Schemes 349 6.4.2 Replacement Policies 365

More information

What is Data Storage?

What is Data Storage? What is Data Storage? When we talk about storing data, we mean putting the data in a known place. We can later come back to that place and get our data back again. Writing data or saving data are other

More information

Chapter 4 The Components of the System Unit

Chapter 4 The Components of the System Unit Chapter 4 The Components of the System Unit Chapter 4 Objectives Differentiate among various styles of of system units Differentiate among the the various types of of memory Identify chips, adapter cards,

More information

Input output and memory devices

Input output and memory devices Input output and memory devices One marks 1. What is cache memory The very high speed memory present between CPU and RAM 2. Expand the term OCR Optical Character Recognition (Recognizer) 3. Expand the

More information

Chapter 4 The Components of the System Unit

Chapter 4 The Components of the System Unit Chapter 4 The Components of the System Unit The System Unit What is the system unit? Case that contains electronic components of the computer used to process data Sometimes called the chassis p. 184 Fig.

More information

a) Memory management unit b) CPU c) PCI d) None of the mentioned

a) Memory management unit b) CPU c) PCI d) None of the mentioned 1. CPU fetches the instruction from memory according to the value of a) program counter b) status register c) instruction register d) program status word 2. Which one of the following is the address generated

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 4 Supporting Processors

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 4 Supporting Processors A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 4 Supporting Processors Objectives Learn about the characteristics and purposes of Intel and AMD processors used for personal

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

Module 4. Memory and Storage Devices

Module 4. Memory and Storage Devices Module 4 Memory and Storage Devices Objectives PC Hardware 1.1.5 Compare and contrast RAM types and features 2.1.6 Install and configure storage devices and use appropriate media 2 MEMORY 3 Memory Hierarchy

More information

System Unit Components Chapter2

System Unit Components Chapter2 System Unit Components Chapter2 ITBIS105 IS-IT-UOB 2013 The System Unit What is the system unit? Case that contains electronic components of the computer used to process data Sometimes called the chassis

More information

The Components of the System Unit

The Components of the System Unit The Components of the System Unit The System Unit What is the system unit? Case that contains electronic components of the computer used to process data Sometimes called the chassis system unit system

More information

Discovering Computers 2012

Discovering Computers 2012 Discovering Computers 2012 Your Interactive Guide to the Digital World Edited by : Asma AlOsaimi The System Unit Memory The inside of the system unit on a desktop personal computer includes: Drive bay(s)

More information

8051 INTERFACING TO EXTERNAL MEMORY

8051 INTERFACING TO EXTERNAL MEMORY 8051 INTERFACING TO EXTERNAL MEMORY Memory Capacity The number of bits that a semiconductor memory chip can store Called chip capacity It can be in units of Kbits (kilobits), Mbits (megabits), and so on

More information

10. In the world of computers, the term refers to the computer s physical components, such as the monitor, keyboard, motherboard, and hard drive.

10. In the world of computers, the term refers to the computer s physical components, such as the monitor, keyboard, motherboard, and hard drive. Computer Maintenance 2016 Fall Final Review True/False Indicate whether the statement is true or false. 1. A motherboard can have more than one bus, each using a different protocol, speed, data path size,

More information

5 Computer Organization

5 Computer Organization 5 Computer Organization 5.1 Foundations of Computer Science ã Cengage Learning Objectives After studying this chapter, the student should be able to: q List the three subsystems of a computer. q Describe

More information

Memory. Objectives. Introduction. 6.2 Types of Memory

Memory. Objectives. Introduction. 6.2 Types of Memory Memory Objectives Master the concepts of hierarchical memory organization. Understand how each level of memory contributes to system performance, and how the performance is measured. Master the concepts

More information

COMP2121: Microprocessors and Interfacing. Introduction to Microprocessors

COMP2121: Microprocessors and Interfacing. Introduction to Microprocessors COMP2121: Microprocessors and Interfacing Introduction to Microprocessors http://www.cse.unsw.edu.au/~cs2121 Lecturer: Hui Wu Session 2, 2017 1 1 Contents Processor architectures Bus Memory hierarchy 2

More information

Section 3 MUST BE COMPLETED BY: 10/17

Section 3 MUST BE COMPLETED BY: 10/17 Test Out Online Lesson 3 Schedule Section 3 MUST BE COMPLETED BY: 10/17 Section 3.1: Cases and Form Factors In this section students will explore basics about computer cases and form factors. Details about

More information

UMBC. Select. Read. Write. Output/Input-output connection. 1 (Feb. 25, 2002) Four commonly used memories: Address connection ... Dynamic RAM (DRAM)

UMBC. Select. Read. Write. Output/Input-output connection. 1 (Feb. 25, 2002) Four commonly used memories: Address connection ... Dynamic RAM (DRAM) Memory Types Two basic types: ROM: Read-only memory RAM: Read-Write memory Four commonly used memories: ROM Flash (EEPROM) Static RAM (SRAM) Dynamic RAM (DRAM) Generic pin configuration: Address connection

More information

Chapter 2. Prepared By: Humeyra Saracoglu

Chapter 2. Prepared By: Humeyra Saracoglu Chapter 2 The Components of the System Unit Prepared By: Humeyra Saracoglu The System Unit What is the system unit? Case that contains electronic components of the computer used to process data Sometimes

More information

Inside the Computer System

Inside the Computer System Inside the Computer System What s on the Motherboard? What s on the Motherboard? What s on the Motherboard? Parallel processing o Method where more than one processor performs at the same time faster processing

More information

vinodsrivastava.wordpress.com

vinodsrivastava.wordpress.com vinodsrivastava.wordpress.com SECTION 3 STORAGE SYSTEM This Section you will learn about: BACK-UP STORAGE NEED OF BACK-UP ACCESSING DATA FROM STORAGE TYPE OF BACKUP(Secondary Storage) Devices o Magnetic-

More information

Chapter 3: Computer Assembly

Chapter 3: Computer Assembly Chapter 3: Computer Assembly IT Essentials v6.0 ITE v6.0 1 Chapter 3 - Sections & Objectives 3.1 Assemble the Computer Build a Computer. 3.2 Boot the Computer Explain how to verify BIOS and UEFI settings.

More information

Introduction To Computer Hardware. Hafijur Rahman

Introduction To Computer Hardware. Hafijur Rahman Introduction To Computer Hardware Lecture 2 Hafijur Rahman What is a Computer? A computer is an electronic device, which can input, process, and output data. input processing output A computer is a machine

More information

CHAPTER 6 Memory. CMPS375 Class Notes Page 1/ 16 by Kuo-pao Yang

CHAPTER 6 Memory. CMPS375 Class Notes Page 1/ 16 by Kuo-pao Yang CHAPTER 6 Memory 6.1 Memory 233 6.2 Types of Memory 233 6.3 The Memory Hierarchy 235 6.3.1 Locality of Reference 237 6.4 Cache Memory 237 6.4.1 Cache Mapping Schemes 239 6.4.2 Replacement Policies 247

More information

Computer Architecture A Quantitative Approach, Fifth Edition. Chapter 2. Memory Hierarchy Design. Copyright 2012, Elsevier Inc. All rights reserved.

Computer Architecture A Quantitative Approach, Fifth Edition. Chapter 2. Memory Hierarchy Design. Copyright 2012, Elsevier Inc. All rights reserved. Computer Architecture A Quantitative Approach, Fifth Edition Chapter 2 Memory Hierarchy Design 1 Introduction Programmers want unlimited amounts of memory with low latency Fast memory technology is more

More information

CS429: Computer Organization and Architecture

CS429: Computer Organization and Architecture CS429: Computer Organization and Architecture Dr. Bill Young Department of Computer Sciences University of Texas at Austin Last updated: November 28, 2017 at 14:31 CS429 Slideset 18: 1 Random-Access Memory

More information

Semiconductor Memory Types. Computer & Microprocessor Architecture HCA103. Memory Cell Operation. Semiconductor Memory.

Semiconductor Memory Types. Computer & Microprocessor Architecture HCA103. Memory Cell Operation. Semiconductor Memory. Semiconductor Memory Types Computer & Microprocessor Architecture HCA103 Internal & External Memory UTM-RHH Slide Set 5 1 UTM-RHH Slide Set 5 2 Semiconductor Memory RAM Misnamed as all semiconductor memory

More information