answersLogoWhite

0

What else can I help you with?

Related Questions

What part of the computer cannot delete memory and is nonvolatile?

Generally, this is called ROM, or Read-Only Memory. Usually, such memory is used to store the BIOS, or Basic Input Output System.


What can be stored in the main memory of a computer system?

Computer memory


Which is NOT a type of memory stored in your system?

ALU


What is the system or process by which the products or results of learning are stored for future use?

The system or process by which the products or results of learning are stored for future use is called memory. Memory involves encoding, storing, and retrieving information acquired through learning experiences. Memory allows individuals to retain and access knowledge, skills, and experiences gained over time.


Where in the cellphone that the operating system stored in?

ROM - the read-only memory


Where is the operating system stored before it is loaded into main memory?

on the hard drive


Where is the The operating system of a cell phone is stored?

read-only memory


Where is the operating system stored in the computer for quick access by microprocessor?

in main memory


What are system error memory and mini dump files?

System error memory and mini dump files are where system errors that you receive, are stored. They are safe to delete during disk cleanup.


Where is the operating system of a cellphone stored?

circut board - the read-only memory (ROM)


Where the operating system is stored in the computer?

in the registers ,the closest memory to the central processor unit.


What is a memory and its types?

Virtual memory Main article: virtual memory Virtual memory is a system where all physical memory is controlled by the operating system. When a program needs memory, it requests it from the operating system. The operating system then decides what physical location to place the memory in. This offers several advantages. Computer programmers no longer need to worry about where the memory is physically stored or whether the user's computer will have enough memory. It also allows multiple types of memory to be used. For example, some memory can be stored in physical RAM chips while other memory is stored on a hard drive. This drastically increases the amount of memory available to programs. The operating system will place actively used memory in physical RAM, which is much faster than hard disks. When the amount of RAM is not sufficient to run all the current programs, it can result in a situation where the computer spends more time moving memory from RAM to disk and back than it does accomplishing tasks; this is known as thrashing. Virtual memory systems usually include protected memory, but this is not always the case.