1.7 Systems Software Flashcards
Define OS
Complex piece of software which provides a platform for different applications to run.
What does the OS do?
1) Manages the computer’s memory and processes, as well as all of its software and hardware. 2) Provide an interface between the user and the hardware.
What is the command line interface?
A text based interface where the user types commands to complete tasks.
What are the advantages of CLI?
1) Wider range of commands. 2) Needs very little computer power. 3) Directly communicates with the computer. 4) It can be quicker if user know commands.
What are the disadvantages of CLI?
1) Must remember complex commands. 2) Lots of typing needed for quite simple tasks. 3) Higher chance of errors when typing in commands.
What is a graphical user interface?
A visual, interactive and intuitive interface that uses:
What are the advantages of GUI?
1) Quicker to enter commands. 2) Easier to enter commands. 3) Less chance of users making errors.
What are the disadvantages of GUI?
1) Smaller range of commands can be used. 2) Requires more computer power. 3) Needs significantly more RAM.
What does the peripheral manager do?
1) Controls all the computer inputs and outputs.
Define driver
Software component for the hardware device.
What does the memory manager do?
1) Stores data and instructions from programs (it’s in charge of the RAM). 2) Checks that all requests from programs for memory space are valid and allocates accordingly. 3) De-allocates space and swaps out data depending on the programs in use.
What does the process manager do?
1) Allows computer to “multi-task” (multiple programs run simultaneously). 2) All these programs require access to the CPU to process their data. 3) Priorities the tasks and allocates to each process. 4) OS helps the CPU carry out multiple tasks by managing the memory and CPU processing time.
What does the file manager do?
1) Controls all files and permissions such as a user’s ability to see or open a file, write to a file or delete a file. 2) Organises and controls files so that they are as easy to use as possible for the user.
What does utility software do?
Keeps the computer running smoothly:
What are some examples of utility programs?
File Compression. Disk Defragmentation. Anti - virus.
What does an anti - virus do?
Scans and removes malicious files.
What does a firewall do?
Prevents unwanted access to a computer over a network, e.g. a local network.
What does encryption do?
Text –> cyphertext:
What does system clean up tools (clean disk) do?
Cleans up the files on your machine, this can be old copies windows, temporary files , recycle bin.
What does disk defragmentation do?
Moves all the files into a similar space within hard drive.
What does file compression do?
Makes the file smaller but attempts to keep the quality:
What does spyware detection do?
Blocks and removes programs designed to collect personal info and transmit it to others.
Define defragmentation
1) Process of moving parts of the file that are split across the hard drive together. 2) They’re located near each other: needle on a mechanical hard drive will move a smaller distance to load the file. 3) Computer can load them up at higher speeds. 4) Improves computer performance and efficiency.
What is the process of defragmentation?
1) Gaps are left when files are deleted. 2) When new files are saved, the files fill the gaps and become fragmented. 3) Defragmentation software groups fragment the files back together. 4) Takes more time.
What does the counter measure backup do?
Ensures that if computers are stolen or damaged in for e.g. a fire or a natural disaster that data can be restored and a company do not lose much money.
What is an incremental backup?
1) A full backup is made initially. 2) Each night only changed files since the last incremental back-up are copied. 3) Much faster to complete that full back-ups. 4) Takes much longer at restoring than a Full Backup (Full Backup would need restoring first and then every incremental back-up since the last full back up).
What is a full backup?
1) A copy of all data and software on the hard disk drive / server is copied to a backup medium. 2) Uses more storage space and faster to back up from. 3) Take a long time to complete (usually overnight). 4) Recovery takes a long time as it restores all data and programs; it’s faster than incremental.
What does systems software do?
Runs and maintains the computer system and manages user interactions with it
Systems software compromises the operating system and _______ ________
utility software
What is utility software on a computer?
A set of tools that can be used to analyse and optimise efficiency
True/False: The operating system of a computer manages users’ interactions through the user interface
True
True/False: The operating system of a computer manages peripheral devices
True
True/False: The operating system of a computer can’t control computing processes
False, it does
True/False: The operating system of a computer is unable to allocate CPU and memory resources
False, it does this
What is application software?
An end-user program that performs user-identified tasks
Application software is also called…
apps or applications
Give an example of something that an end-user program (app) can do.
Things such as word processing, photo editing, video games, viewing videos, etc
In a computer system, many programs will be running at the same time. This is called ____________
multitasking
Although programs appear to run concurrently, the operating system is sharing out processor time between them so that…
in turn, they can have their program instructions processed