Computer Systems Flashcards
What is application software?
Helps a user perform a task
What is system software?
Maintains the computer
What is generic software?
Software that isn’t made for a specific reason. Created for anyone and obtained for anyone
What is integrated software?
A group of similar types of software with similar properties
What is specific software?
Software that is made for a specific purpose and to help people.
What is bespoke software?
Software made for one person only or company. Made to improve a company.
What are logic gates?
Logic gates are the building blocks of digital circuits. Logic gates have one or two inputs that can be turned on or off, the output from the gate will vary depending on the type of logic gate
Define the OS
An operating system (OS) is a suite of programs that controls computer hardware and software resources.
Name some functions of the OS and explain what they do?
interface - provides a user interface so it is easy to interact with the computer
manages the CPU - runs applications and executes and cancels processes
multi-tasks - allows multiple applications to run at the same time
manages memory - transfers programs into and out of memory, allocates free space between programs, and keeps track of memory usage
manages peripherals - opens, closes and writes to peripheral devices such as storage attached to the computer
organises - creates a file system to organise files and directories
security - provides security through user accounts and passwords
utilities - provides tools for managing and organising hardware
What is the NOT gate rule?
The output is the opposite to the input. 1 becomes 0, 0 becomes 1.
What is the AND gate rule?
Both of the inputs have to be 1 in order for the output to be 1.
What is the OR gate rule?
At least one of the inputs has to be 1 for an output to be 1.
What factors effect the performance of the CPU?
Clock speed, cache size, number of processor cores.
What is cloud storage?
Cloud storage is stashing data on hardware in a remote physical location, which can be accessed from any device through the internet.
What are peripherals? Give an example.
Peripherals are external devices that provides inputs and outputs for the computer. Eg, Webcam.