6.1 Hardware and Software Flashcards
Define Hardware
Hardware is the term given to the physical components of the computer system.
Define Software
Software is the name given to program code. Sequences of instructions which are executed in order to perform a task
Define Application software
Application software is the name given to the programs that complete a specific task for the user.
Define System software
System software operates, control and maintains the computer and its components. System software includes the computer’s operating system as well as the categories utility programs, library programs and translators
what does the Operating System within a computer do?
A computers operating system allows its user to control the computer with ease. It does this by proving a virtual machine, hiding the complexity.
It manages and controls the computers resources, such as memory management, processor scheduling and handling interrupts.
What do utility programs do in a computer?
Utility programs are used for completing housekeeping tasks in a computer system such as data backup, defragmenting hard drives, data compression and encryption.
What do Library programs do in a computer?
Libraries contain useful functions that are frequently used by a program.
What do Translators do in a computer and the 3 types?
Translators are pieces of software which translate between different types of language. there are 3 types of translators: compilers, assemblers and interpreters.