Name the memories in the computer and rate them by the amount of space and their price. When should which be used.

Processor memory (cache), RAM (Random Access Memory), Hard memory (Hard Drive, Magnetic Tapes, Solid State drive). 

Processor is fastest, ram is next, hard is slowest.

Processor is most expensive, then ram, then hard.

In hard memory, magnetic is cheapest, then hard drive, then solid state.

Magnetic is slowest, then hard drive, then solid state. 

Cheapest memory should be used for data that is used least (backups), more expensive for the one that is more often used. 

ES

Related Computing IB answers

All answers ▸

The program I've written doesn't do what its supposed to! I don't have any errors, so I don't even know where to start looking for the problem. Where can I begin?


Question 14)http://ibdocuments.com/IB%20PAST%20PAPERS%20-%20SUBJECT/Group%204%20-%20The%20sciences/Computer_science_SL/2007%20November%20Examination%20Session/English%20Papers/Computer_science_paper_1_SL.pdf


Add the binary numbers 100101 and 101001 and convert them to decimal (they are unsigned integers). What are possible issues when adding the numbers?


Define how recursion works