Unit 1 - 5 Flashcards
What is a system software?
A software that governs the computer system, controlling hardware, peripherals, applications, provides an interface
What are the two types of system software?
Operating system (OS), Utilities
Define an operating system?
A collection of programs that manages and controls the computer
What are the functions of an operating system?
Controlling hardware components, proving user interface, managing files, multitasking facilities, managing computer’s memory
Give 3 examples of operating systems?
Microsoft Windows, IOS, Android
What is a user interface?
A program or suite (group) of programs that allows a user to interact with the computer
What are the 3 types of user interface?
GUI (Graphical user interface) - Mobile UI (Mobile user interface) - CLI (Command line interface)
What is GUI?
Graphical user interface - Require a large amount of processing power, they feature a desktop that displays everything such as applications that the user is able to interact with
What is Mobile UI?
Very similar to GUI, HOWEVER respond to touch, fingers can be used to interact with the device often found in smartphones and tablets
What is multi-tasking?
Being able to run more than one application or program on a computer, older computers could not do this because they ran off only CLI
What 2 things are needed for multi-tasking to be successful?
Operating system needs to support multi-tasking
Device needs enough memory to hold more than one program in the RAM
Why does a computer need to manage its memory?
More than one program can run at same time
More than one document can run at same time
What is a method of memory management?
Paging - Where memory is broken up into fixed blocks
What do you need to operate a peripheral?
A device driver
What is a device driver?
Contains instructions on how to control a device