What is the difference between RAM and ROM
Random Access Memory
Read Only Memory
What is virtual memory?
Virtual memory is an extension of the RAM inside the secondary storage (HDD, SSD) which is only used when RAM is full and holds extra data or programs in use; this keep the computer working.
Primary storage examples
RAM and ROM
Secondary storage examples
Hard Disk Drive (HDD) and Solid State Drive (SSD)
Offline Secondary storage examples
CD, DVD, USB, flash drive, removable HDD, Magnetic tape.
What are the storage symbols and their value?
Byte (B) - 8 bits Kilobyte (KB) - 1024 B Megabyte (MB) - 1024 KB Gigabyte (GB) - 1024 MB Terabyte (TB)- 1024 GB Petabyte (PB) - 1024 TB Exabyte (EB) - 1024 PB Zettabyte (ZB) - 1024 EB Yottabyte (YB) - 1024 ZB Terrible Peter Executed Zebras Yesterday
What are embedded systems?
A small computer than forms part of a larger system, device or machine.
Allows for:
- control of the device
- user interaction
They typically have one or a few tasks assigned to them .
What are the two types of embedded systems?
Examples of Real-time systems (An embedded system)
Examples of standalone embedded systems
What are the properties of an embedded system?
What is the advantages of cloud storage? (4)
What are the disadvantages of cloud storage? (3)
What is a fragmented file?
A file that has broken into fragments and stored in different parts of the disk (HDD)
What are the disadvantages of a fragmented file?
What is a non-fragmented file?
A file where all data is stored on a continuous part of the disk
What happens during defragmentation?
A defragmentation utility program reorganises the different file parts and rewrite them into one place on the disk