Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer science - Coggle Diagram
Computer science
paper 1
1.2 Memory and storage
-
1.2.4 Data Storage
-
-
Characters
Characters are when you type out something and your computer translates it by ASCII or Extended ASCII.
-
Binary
Binary is the computers language, 1's and 0's.
-
1.2.1 Memory
RAM vs ROM
RAM (aka Random-AccessMemory) is a short term memory storage space that can be easily accessible. This data doesn’t save once the computer is turned off this means it is volatile.
ROM (aka Read Only Memory) is a memory space that cannot be changed and saves once the computer is turned off this means its non-volatile.
-
-
-
-