Hardware and Software Flashcards
What is Hardware?
All the physical components of a computer (internal &external)
What is Software?
general term for all computer programmes.
What two types of software are there?
System software
Application software
What are two types of system software?
operating system
utility software
What is operating system software?
It is essential for allowing applications to interface with your hardware/ provides a platform on which users can run programs (windows, Linux, iOS)
What is utility software?
Keeps your computer running smoothly and safely. (anti-virus, defragmentation, back-up, compress)
How do the hardware and application software communicate?
Through the operating system software
What is multitasking?
running multiple applications at the same time by giving each application a small time-slice of processor time.
What is memory management?
when programs are loaded, the operating system decides where they are held in memory. Over time the memory becomes fragmented. The OS must keep track of different program fragments. When the memory is full, the OS uses virtual memory.
What does a device driver do?
translates operating system instructions into instructions that the hardware can understand. (sometimes built into OS)
Describe User Management
providing for different users to log in to a computer. The OS will retain individual settings for each user ( icons ,desktop, colour scheme)
Describee File Manangement
Data is stored in files. extensions can be added to the filename, this tells the OS which application to load the file into. (e.g. pptx= powerpoint)
the hard disk can become fragmented just like the memory.
The OS may present the files in a a specific order (most recent, alphabetic) but this is just for the user and doesn’t reflect the actual storage system
What does encryption do?
it uses an algorithm to scramble plain text into a cipher text which can only be decoded and read with a key.
What are defragmentation utilities?
They reorganise on a hard disk to put the fragments of files back together and free up space. This reduces the movement of the read/write head across the surface of the disk–speeds up file access.
Why shouldn’t solid state drives be defragmented?
They have no moving parts and it reduces their life span.