What is a General Purpose System?
Computers with a variety of uses, the tasks are usually chosen by the end user.
What is an Embedded System?
Specialised computer systems that have dedicated functions within a larger system. The function is usually chosen by the manufacturer.
What are some examples of General Purpose Systems?
What are some examples of Embedded Systems?
What is the CPU?
What is RAM?
What is ROM?
What is the Hard Drive?
The main storage device in your computer.
What is the BIOS?
Contains all the basic code for controlling your computer hardware (such as keyboards, mice, monitors, and hard drives).
What is the Start-up Sequence?
1) The boot sequence begins
2) CPU starts up and fetches the BIOS from ROM
3) Instructions from BIOS are loaded into RAM
4) BIOS starts up the monitor and keyboard
5) BIOS checks the computer is working
6) Operating system is fetched from secondary storage
7) Operating system is loaded into RAM
8) The BIOS hands control over to the operating system
What is Programme Management (Operating System)?
The operating system makes sure that each application, open on a computer, has enough resources to accomplish its tasks.
What is Processor Management (Operating System)?
Instructions are executed by the CPU, but the operating system controls which instructions are fed in to be executed.
What is Interaction with the User (Operating System)?
The operating system provides a graphical user interface which makes operating the computer much simpler.
What is Error Handling (Operating System)?
When a program fails or encounters a problem, the operating system protects the wider system from crashing.
What is File Management (Operating System)?
When you save data to your hard drive, the operating system will find an available section of storage and send the data to be written to that location.
What is Memory Management (Operating System)?
The operating system controls where each piece of data is stored in RAM.
What is a Security (Operating System)?
The operating system stops unauthorised individuals from accessing data on secondary storage or the data in memory.
What is Input and Output (Operating System)?
The operating system captures data from peripherals and provides data to the output devices to display to the user.
What is a computer?
A programmable device that takes in data, processes it into useful information, and then outputs the information so it can be used.
What are the roles of the operating system?
What is utility software?
What are the different types of utility software?
What is compression software?
It is a software program that compresses and decompresses various file types.
What is encryption software?
It is a software that uses cryptography to prevent unauthorized access to digital information.