Java Games: Flashcards, matching, concentration, and word search.

IT I 4.3.3 - 4.3.5 Memory Management

AB
Hard disk drive space is manipulated to seem like RAM.virtual memory
Virtual memory is the basis ofmultitasking in Windows 9x
Windows 3.X and 9x all implement virtual memory in files calledswap files.
Software creates virtual memory by swapping files betweenRAM and the hard disk drive
, virtual memory is the slowestof any memory model.
A permanent swap file is alwayspresent and is a constant size.
A temporary swap file is created when Windowsstarts, and has a variable size
Control of Windows 95 (also Windows 98 and ME) Virtual Memory operations is established through theControl Panel [System][Performance] tab
The default and recommended setting for virtual memory managementisLet Windows manage my virtual memory settings
The Windows 2000 swap file (page file) is namedpagefile.sys
The Windows 2000 swap file (page file) is created when Windows 2000 is installed and its default size istypically set at 1.5 times the amount of RAM installed in the system.
Setting aside a portion of RAM to emulate a drive can create aRAM drive
data stored on the RAM DRIVE exists only inRAM, it is cleared on each reboot.
This command is entered in the CONFIG.SYS will create a RAM driveDEVICE=C: \DOS\RAMDRIVE.SYS 4096
Memory conflicts can be caused bytwo memory managers running at the same time.
a third party memory manager should never be used with one that issupplied with MS-DOS
Memory conflict can lead to a condition calledGeneral Protection Fault (GPF).
A GPF will typically occur when an application attemptsto use a memory address or space owned by another application
GPF will typically occur when an applicationtries to interact with a failing hardware driver
General Protection Fault occur when an application triesto have direct access to the system hardware
A GPF is usually manifested by astalling (not responding) of the system or the specific application(s) that was running
one way of resolving a General Protection Fault (GPF) is toreassign different memory areas by using the various memory management and optimization tools
Real mode memory addressing means that software, such as DOS or its applications, canaddress only 1,024 KB (1 MB) of RAM.
real mode means that the microprocessor chip addresses the first 1,024 bytes of "conventional and upper memory" byactually assigning real addresses to real locations in memory.
protected mode allows one program to fail withoutbringing down the whole system.
When running in protected mode, a program is limited toits own memory space allocation, but it can access memory above 1MB
Before programs that run concurrently are truly safe from one another's actions, the microprocessor (along with other system chips) requiresan operating system that can work to provide that protection.
Just about every operating system other than DOS runsin protected mode.
The two main types of memory arephysical memory (RAM), also known as system memory, and virtual memory.
Use CONFIG.SYS and AUTOEXEC.BAT tooptimize the system.


Continuing Education
Harrison County
Bridgeport, WV

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities