Chapter 4 - Software Flashcards
(66 cards)
What is a software?
A series of instructions written in a programming language that performs a function.
What is system software?
A type of software that manages the hardware and software in a computer.
What are the two types of system software?
- Operating system (OS)
- Utility programs
What is an operating system (OS)?
A program that manages the computer, allows the user to communicate with the computer and allows software to be run.
What are utility programs?
System software that performs house-keeping activities.
What is application software?
Software that allows the user to perform a useful task.
What are some examples of application software?
- Word processor
- Spreadsheet
- Database
- Web browser
What is a word processor?
A type of application software that allows the user to create text-based documents.
What is a spreadsheet?
A type of application software that performs calculations on data.
What is a database?
A type of application software that allows the user to store and manipulate data.
What is a web browser?
A type of application software that that retrieves and displays web pages.
What is firmware?
Instructions that are stored in the ROM and are loaded when the computer starts.
What is the bootstrap?
The first commands loaded when a computer starts which checks hardware and loads firmware.
What is an interface?
The method by which a user communicates with a computer.
What are the 3 different types of interface?
- Graphical User Interface (GUI)
- Command line interface
- Natural language interface
What is the Graphical User Interface (GUI)?
A type of operating system that includes windows, icons, menus and pointers.
What is the command line interface?
A type of operating system where the user types commands.
What is the natural language interface?
A type of operating system that allows the user to type or speak commands.
What is a peripheral?
A hardware device used to input, store or output data from a computer and is not directly part of the computer itself.
What is a driver?
A program that controls a device (e.g. printer, keyboard).
What is an interrupt?
A signal sent to the processor to tell it that its attention is required.
How can the OS manage a computer? (8)
- Provides an interface
- Manages files
- Manages peripherals and drivers
- Manages memory
- Manages multitasking
- Manages interrupts
- Provides a platform for running applications
- Manages user accounts
How does the OS provide an interface?
Allows the user to enter data and outputs data to the user.
What actions does the OS allow the user to perform to manage files?
- Use application software to create a file
- Move files
- Copy files
- Delete files
- Name/rename files