6.1 Hardware and Software Flashcards
Define Hardware
the physical components of the computer system. Include both internal and external components of a computer system
Define Software
The name given to program code. Sequences of instructions which are executed in order to perform a task
Define Application software
the name given to the programs that complete a specific task for the user.
What does System software do? (Examples)
Operates, control and maintains the computer and its components.
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?
Allows its user to control the computer with ease.
Provides a virtual machine, hiding the complexity of the computer from the user.
It manages and controls the computers resources, such as memory management, processor scheduling and handling interrupts.
What do utility programs do in a computer?
Used for completing housekeeping tasks such as
data backup, defragmenting hard drives, data compression and encryption.
What do Library programs do in a computer?
Contain useful functions that are frequently used by a program.
Used by programmers to simplify process of application development
Must be imported with program code
What do Translators do in a computer and the 3 types?
Pieces of software which translate between different types of language.
3 types of translators: compilers, assemblers and interpreters.