Back to 课程

Computer Science GCES AQA

0% Complete
0/0 Steps
  1. Representing Algorithms Aqa
    4 主题
  2. Efficiency Of Algorithms Aqa
    1 主题
  3. Searching Algorithms Aqa
    3 主题
  4. Sorting Algorithms Aqa
    3 主题
  5. Data Types Aqa
    1 主题
  6. Programming Concepts Aqa
    5 主题
  7. Arithmetic Relational And Boolean Operations Aqa
    1 主题
  8. Data Structures Aqa
    3 主题
  9. String Manipulation Aqa
    1 主题
  10. Random Number Generation Aqa
    1 主题
  11. Structured Programming Aqa
    2 主题
  12. Robust And Secure Programming Aqa
    4 主题
  13. Number Bases Aqa
    2 主题
  14. Converting Between Number Bases Aqa
    3 主题
  15. Units Of Information Aqa
    9 主题
  16. Hardware And Software Aqa
    4 主题
  17. Boolean Logic Aqa
    3 主题
  18. Programming Languages And Translators Aqa
    2 主题
  19. Cpu Architecture Performance And Embedded Systems Aqa
    4 主题
  20. Memory Aqa
    2 主题
  21. Secondary Storage Aqa
    3 主题
  22. Fundamentals Of Computer Networks Aqa
    8 主题
  23. Fundamentals Of Cyber Security Aqa
    1 主题
  24. Methods Of Preventing Cyber Security Threats Aqa
    1 主题
  25. Relational Databases Aqa
    2 主题
  26. Ethical Legal And Environmental Impacts Aqa
    2 主题
课 Progress
0% Complete

Exam code:8525

The Need for Secondary Storage

  • Computer systems need both main memory and secondary storage to operate

  • Both types of storage play a crucial role in the operation of a computer system

  • A quick comparison of main memory and secondary storage shows:

Main memory

Secondary storage

Volatile (with the exception of ROM)

Non-volatile

Small capacity

Large capacity

Why do you need secondary storage?

  • A computer needs secondary storage for long term storage of programs and data that are currently not in use 

  • Secondary storage is needed as ROM is read only and RAM is volatile

  • Secondary storage holds the programs and data whilst the computer is turned off (non-volatile)

  • Performance of secondary storage is slower than primary storage but capacity is much higher which makes it perfect for backup & archive of data files

What are the characteristics of secondary storage?

  • Capacity – What is the maximum amount of data that can be stored?

  • Speed – How fast can data be read from and written to? (R/W)

  • Cost – How much does it cost?

  • Portability – How easy is it to move around? What is the physical size? Weight?

  • Durability – How robust is the storage?

  • Reliability – What is the probability that the device will consistently perform its function?

Worked Example

A games console has secondary storage.

State, using an example, why the games console needs secondary storage [2]

How to answer this question

  • They keyword is ‘why‘, why does a games console need secondary storage? give an example, do not just describe what secondary storage is!

Answer

  • To store data once the power is turned off / permanently // for non-volatile storage

  • Examples could include:

    • Storing games

    • Save games

    • User data / profiles

    • Downloaded content / applications / updates

Responses

您的邮箱地址不会被公开。 必填项已用 * 标注