answersLogoWhite

0

Yes, but it will be erased every time you power the machine off.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

The reason it is possible to remove the Windows 7 installation disk to supply the Setup program with drivers is that Windows PE runs on a?

RAM drive


The reason why it is possible to remove the Windows Vista installation disk to the setup programs with drivers is that Windows PE runs on a?

Windows PE is running on a RAM drive


How can you increase vga memory of a system by increasing ram?

If you have on-board video (not a separate video card) then you may be able to increase the allocated ram in the BIOS setup.


What is stored on a hard disk as a page file and managed by the operating system?

A pagefile is backup RAM, i would strongly recommend against making this smaller or removing it as if your RAM is filled and you have no RAM then your system will fall in a heap. Of course, if you have 16GBs of RAM, feel free


In what situations would using memory as a RAM disk be more useful than useful than using it as a disk cache?

In cases where the user (or system) knows exactly what data is going to be needed. Caches are algorithm-based, while a RAM disk is user-directed.


What terms describes creating a partition in system memory that acts like a hard drive?

RAM disk


What is diff between ram and hard-disk?

ram stores instructions and a hard - disk stores data


Why it is possible to remove the installation disk to supply the setup program with drivers?

Windows XP takes drivers only from floppy drives (during installation only). Vista can work with basically any drive. Anyway by the time the system asks you to insert drive with drivers there is software loaded in your RAM which allows you to remove the installation disk... And then put it back.


What is a paging algorithm?

"Paging" is when the operating system writes contents of RAM memory to disk, to free space for other uses.A paging algorithm specifies which RAM content to page (write to disk) when it needs more space.See related link.


What is a RAM stick?

RAM (random access memory). this is the place in a computer where the operating system, application programs, and data in current use are kept so that they can be quickly reached by the computer's processor. RAM is much faster to read from and write to than the other kinds of storage in a computer, the hard disk, floppy disk, and CD-ROM. However, the data in RAM stays there only as long as your computer is running. When you turn the computer off, RAM loses its data. When you turn your computer on again, your operating system and other files are once again loaded into RAM, usually from your hard disk.


What is a BIOS setup bit?

Basically a program in the BIOS (Basic Input/Output System) in a computer that can change the value of the CMOS RAM.


In what situations would using memory as a RAM disk be more useful than using it as a disk06cache?

RAM Disk vs Disk Cache User In what situations would using memory as a RAM disk be more useful than using it as a disk06cache?5000 words ChatGPT Using memory as a RAM disk or a disk cache can have different advantages depending on the specific use case and system requirements. Here are some situations where using memory as a RAM disk would be more useful than using it as a disk cache: Speed and Low Latency: RAM disks are stored in the computer's main memory, which provides much faster access times compared to traditional disk storage. If the primary requirement is to maximize speed and reduce latency, such as for high-performance computing, real-time data processing, or caching frequently accessed data, using memory as a RAM disk can offer significant performance benefits. Temporary Storage: RAM disks are typically used for temporary storage of data that doesn't need to persist across system reboots or power loss. In situations where the data is ephemeral and doesn't require long-term storage, such as in-memory databases, computational workloads, or temporary scratch space for intensive computations, using memory as a RAM disk can provide a quick and efficient solution. I/O Intensive Applications: Certain applications, such as databases or file servers, generate a high volume of random I/O operations. By utilizing memory as a RAM disk, these applications can significantly reduce the disk I/O operations, resulting in improved overall performance. RAM disks can act as a high-speed buffer for frequently accessed data, reducing disk latency and improving responsiveness. Security and Privacy: RAM disks can offer enhanced security and privacy benefits in some scenarios. Since the data stored in a RAM disk resides only in volatile memory, it is wiped out when the system is powered off or restarted. This can be advantageous when dealing with sensitive data that needs to be protected from unauthorized access or when working with temporary files that should not leave any trace on disk. Virtual Machines and Sandboxing: When running virtual machines or sandboxed environments, using memory as a RAM disk can provide faster and isolated storage for the virtualized systems. It can improve the performance of disk-intensive operations within the virtual environment and prevent interactions or interference with the host system's disk storage. It's important to note that while using memory as a RAM disk can provide significant performance benefits, it comes with the trade-off of volatile storage, meaning data stored in a RAM disk will be lost if the system loses power or restarts. Therefore, it is crucial to ensure appropriate data backup and recovery mechanisms are in place for critical and persistent data.