Outline three differences between RAM and ROM

RAM is faster, primary memory, whereas ROM is secondary memoryRAM is volatile, whereas ROM is non-volatile, which is why ROM stores necessary information like the boot-up sequence.RAM stores applications currently in use, whereas ROM is used in the start-up process of a computer

CO

Related Computing GCSE answers

All answers ▸

Describe the time complexity for the search operation in a binary search tree.


Describe and explain how the operating system abstracts memory management away from a systems programmer.


What is the difference between a high- and a low-level programming languages?


Describe the diference between an object and a class