System software Flashcards
What is an operating system and what does it do?
A group of programs that manage the computer’s resources.
What are the functions of an operating system?
Providing a user interface, Memory management, Peripheral management, User management, File management, Multitasking
What does a user interface do?
It enables users to interact with computer hardware
What are the different types of user interfaces?
Graphical user interfaces, command-line interfaces, Voice activated interfaces
What does WIMP stand for?
Windows Icons Menus Pointers
What is system software?
Software that controls computer hardware and acts as a platform for other software
What are the advantages of using a command-line interface?
It is quicker to use and requires less memory
What are the disadvantages of using a command-line interface?
It is hard to understand for the everyday user and commands have to be typed precisely
What is a device driver?
A program that controls the peripheral devices
What is user management?
The management of usernames and passwords as well as what permissions the accounts have
What are the two types of software in system software?
Application software, Utility software
What are examples of utility software?
Data Compression software, Antivirus software, Defragmentation software, Encryption software, Backup software
What does defragmentation software do?
It arranges fragments of files in the same place on the disk so that the arm doesn’t have to move much which makes read times faster and frees up space
What does backup software do?
It makes sure that regular copies of data are made so that data is not totally deleted
What are the two types of backup?
Incremental, Full
How does an incremental backup work?
Copies are made from files that have been edited since the last backup
How does full backup work?
A copy of every file on the computer is made which takes up a lot of storage and is time consuming
What are the 3 main types of malware?
Trojan, Worm, Virus
What is a virus?
A program that attaches itself to other programs to replicate itself. It harms computers by deleting and modifying files
What is a worm?
A program that replicates itself without the need of attaching itself to other files. It harms computers and networks by slowing them down
What is a trojan?
A programs that pretends to have good intentions but actually intends to do harm to a computer
What is social engineering?
The act of exploiting humans to gain access to data
What are other threats to computers aside from malware?
Brute force attack, Denial of service attack, SQL Injection, Data interception and theft, Phishing, Poor network policy, People
What is an SQL Injection?
Where SQL code is inserted as data input and can cause data in a database to be changed