1. What operating system are you running? You might need to run a newer version of the O.S. to make that particular application work. 2. How much RAM do you have? You might just need to add more memory. It's relatively easy and inexpensive. 3. Do you have enough VIRTUAL memory? Virtual memory is just disk space that has been set-aside to hold anything that doesn't fit in RAM. Use your command line ( dos prompt ) to run the memory command mem /c followed by mem /p and then mem /d Take note of all running programs. Also, look into your prgram manager Crtl Alt Del to find running programs. Then kill one program at a time and rerun your program to see what program is causing you problems. Most likely, your problem comes from a security or virus program. Once you identified the program that is being unkind, contact the company website for updates and helps. Do not surf the internet without your firewall, security and virus programs running.
Why does your computer keep saying this game is out of memory?
The computer probably keeps saying that the game is out of memory because the amount of space that your computer has allocated on the hard drive for that game has been filled.
You will most likely be able to find away to allocate more memory space to the game you are playing by watching a 'How To' video on YouTube.
What is boot strapping and where does the boot strap programm reside in a memory?
There are several meanings of Boot Strapping, but you mentioned a memory I will assume that you are talking about booting an operating system.
Boot Strapping is technique where simple computer programs load and runs more complex programs.
For example trying load operating system:
BIOS (Basic Input Output System) - is the simple computer program.
Boot Loader (Software that loads actual operating system) - is more complex software.
When you press "Turn On" button on your computer BIOStakes action and starts testing hardware after that it looks in the first boot device for the first sector of the disk. One sector is 512 bytes long and here should be your code that BIOS will execute, in our case it is our Boot Loader. This first sector is called MBR (Master Boot Record) or VBR (Volume Boot Record) (depends on the structure on the first sector) and it should have 0xAA55 bytes on the end or BIOS will return error.
After this our Boot Loader is now simple program which loads even more complex one, operating system.
If you are throwing away an old computer can you still use its memory on a new computer?
Absolutely. Considering your new computer's motherboard supports the same type of ram. I'm assuming you have a ddr2 ram compatible computer and that your purchasing a new computer with a ddr2 compatible motherboard.
How much mb is 2.0 MB of memory?
That would be 2 megabytes which in today's world isn't very much. Instead of MB, do you mean GB which is gigabytes? 2 gigabytes is 2048 megabytes.
Violate liquids are liquids that will evaporate, or vaporize easily. They evaporate at room temperature. Violate liquids have a low boiling point.
What is locator in embedded system?
by contrast creates file that will be used by some program the copies the output to the target system later the output from the locatar will have to run on its own.
gautam and arunesh.
Are there any physical characteristics that can help you tell the difference between ram chips?
You can tell SOME kinds of differences, for example if they are made for PCs or laptops, or their kind (SODIMM, DDR, SDDR, etc). But there are other things which you cannot tell the differences, like size (mb) and speed (mhz).
What type of memory must have its data restored on a regular basis or it will be lost?
wha type of memory must have it's data restored on a regular basis or it will be lost
What is a storage location in memory that is represented by a name?
RAM is a name that represents a storage location in memory.
Will increasing ram from 1000Mb to 2Gb make a big difference to speed?
No. Just a bit faster when you start OS Or during application loading or while playing games. Also 1000Mb is incorrect you must know that 1000Mb is not the same as 1000MB.
1000MB is 1GB. 2Gb is not the Same as 2GB=2048MB.
Although ECC memory costs more than non-ECC memory why would you chose to use it?
It is more reliable.
This would mean the operating frequency, in hertz or megahertz of the chips in the random access memory. Common values are between 100mHz and 800mHz. Newer computers generally have memory frequencies of 400mHz or more.
Where is interrupt vector table of 8086 Is it in the RAM or ROM?
Actually By Default this is present in BIOS(ROM) and at the boot time Operating System loads it to the RAM.