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 ▸

How would you represent the decimal number 143 in 7 bit binary?


How would you convert the Binary number 01001101 into both Hexadecimal and Decimal?


why don't we all program in high level languages all the time if they are so much easier?


What is Bubble Sort algorithm and how it works? Give an example of pseudo-code explaining the process.