What is the purpose of RAM in a computer?

The main purpose of RAM (Random Access Memory) in a computer is to provide fast access to volatile memory.This memory is loaded out of the primary storage device (Hark Drive or Solid State Drive) when the CPU needs it.This is done so that frequent calls to the same information can be done much faster as reading from a Hard Disk Drive is very slow.Once the information is deemed no longer required by the CPU, the memory can be released and reused.

Related Computing University answers

All answers ▸

Given two strings s1 and s2 return the location of each permutation of the s1 string within the s2 string.


Write a recursive binary search algorithm in pseudocode.


Find a given element m in a list of n sorted numbers, with time complexity O(log(n))


What is polymorphism in regards to Object Oriented Programming (OOP)? Provide an example.


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy