Fundamentals of computer systems Flashcards
Define hardware
The physical parts of a computer system including internal components and external peripherals.
Define software
Software describes the programs that provide instructions to control the computer hardware. This includes both application software and system software.
Define system software
Software that makes your computer work and keeps it safe (Operating systems, utility programs, libraries, translators)
Define application software
Software developed for a specific use (general purpose, special purpose or bespoke software)
What is the use for operating systems?
The operating system acts as a platform on which other software can run and manages operations such as memory management, scheduling and interrupts.
What is the use for utility programs?
software that is used to support the efficient running of a computer system.
What are libraries?
collections of prewritten instructions that can be repurposed for use in other programs.
What are translators?
software tools that are used to convert program code from one format into another.