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

Utility Software

  • System software can be further broken down in to two categories, operating system and utility software

system-software

What is utility software?

  • Utility software is software designed to help maintain, enhance and troubleshoot/repair a computer system

  • Utility software is designed to perform a limited number of tasks

  • Utility software interacts with the computers hardware, for example, secondary storage devices

  • Some utility software comes installed with the operating system

  • Examples of utility software and their function are:

Defragmentation (maintain)

  • Defragmentation software groups fragmented files back together in order to improve access speed

  • As programs and data are added to a new hard disk drive, it is added in order, over time as files are deleted this leaves gaps

  • As programs and data are added over time, these gaps get filled and data becomes fragmented

  • Defragmentation can only be used on magnetic storage

    utility-software-disk-defragmentation-alevel

Examiner Tips and Tricks

If the concept of defragmentation still seems a little difficult then hopefully this analogy will help

  • In a tidy bedroom you can find your things faster because they are in the right place (in order)

  • Over time you move things, forget to put them back and/or add new things

  • The time taken to find your things increases, until…

  • You tidy your room and finding things becomes quicker again (defragmentation!)

Compression (enhance)

  • Compression reduces the amount of secondary storage required by performing an algorithm on the original data

  • Lossy compression physically removes data from the original data to reduce its size, the original file can not be re-created

  • Lossless compression uses mathematics to order data more efficiently reducing its size, the original files can be re-created as no data is lost

Encryption (enhance)

  • Encryption is the process of scrambling data using an algorithm from plain-text into cipher-text in order to make it unreadable to users without the master key

  • Encryption software enhances the security of the computer system and keeps data safe

Task manager (troubleshoot/repair)

  • Task manager is software that is built into the operating system to allow users to monitor system resources in order to help troubleshoot potential problems

  • Task manager gives system information such as:

    • Processes

    • Performance

    • App history

    • Start-up apps

    • Users

    • Services

Worked Example

A hotel has a computer-based booking system which is running slowly. A technician has
said that the hard disk drive is fragmented. The technician has suggested using utility software to defragment the drive.

Explain how the hotel’s hard disk could have become fragmented [4]

How to answer this question

  • The keyword is ‘how’, do not just explain what fragmented means in general, you must give examples of how it could have become fragmented in the hotel. What does a hotel use a computer for?

Answer

  • Booking have been saved onto the system and then deleted once completed [1]

  • New bookings are created [1] which may need more space than the completed ones left behind [1]

  • The booking files are split up [1]

Responses

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