Fundamentals of Computer Systems Flashcards
What type of system software is used by
programmers to simplify the process of application
development?
libraries
Under which category of software is the operating
system classed?
System Software
Under which category of software is a web browser
classed?
Application Software
Define Software
Program code. Sequences of
instructions which are executed in order
to perform a task.
What is the role of system software
To operate, control and maintain the
computer and its components.
Define Hardware
The physical components of a computer
system
Why is an operating system said to provide a virtual
machine?
The operating system hides the true
complexity of the computer from the
user.
Under which category of software is a compiler
classed?
Translators
Which type of programming language is this?
110001010
010100010
101010100
Machine code
Which are processor specific: low-level languages or
high-level languages?
Low-level Languages
Which type of language uses mnemonics in
instructions?
Assembly language
Which type of languages must be translated into
machine code with a compiler or interpreter before
execution?
High-Level Language
Which type of languages support built-in functions?
High-Level Languages
Which type of language specifies how the computer
should complete a task, rather than what a computer
should do?
Imperative High=Level Languages
Are High-Level Languages platform specific
No