Fundamentals of Computer Systems Flashcards

1
Q

Hardware

A

The physical components of a computer system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Software

A

Non-physical components of a computer system which make up the program code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Application Software

A

Programs that perform a specific task for a user like word processors or web browsers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

System Software

A

Type of software which controls, manages and maintains the computer and its components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Types of System Software

A

Operating System
Utility Programs
Library Programs
Translators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Operating System

A

Software that manages hardware and computer resources to allow the user to control the computer with ease

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Interrupt

A

A signal from a piece of software or hardware sent to the processor to tell it that attention is needed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Utility Programs

A

Type of system software which helps the computer run as efficiently and safely as possible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Library Programs

A

These are useful functions which are frequently run by a program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Translators

A

Software which can translate between different types of computer languages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Low-level Language examples

A

Machine code, Assembly code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Machine Code

A

Code which a computer directly understands that comprises of 1s and 0s (binary)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Assembly Code

A

Close to machine code but uses mnemonics in order to make it easier to program for humans

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

High-level Languages examples

A

Java, Python, Vb.Net

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Assemblers

A

Translates assembly code into machine code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Compiler

A

Translates high-level code into machine code by translating the source code as a whole

17
Q

Interpreter

A

Translates high-level code into machine code one line at a time and won’t progress if there is an error present

18
Q

Boolean Algebra - Order of precedence

A

Some operations must be applied before others

Highest
Brackets
NOT
AND
OR
Lowest

19
Q

General purpose application software

A

Software that can carry out many tasks

20
Q

Special Purpose Application Package

A

Software that can only be used for one particular task

21
Q

Bespoke Software

A

Software that is developed to meet the user’s specific requirements, bought by specific users with differing requirements

22
Q

Advantages and Disadvantages of Bespoke Software

A

Advantages:
Meets all of the end-users requirements, only performs necessary functions, can be fitted into existing hardware/software

Disadvantages:
Not available immediately, more expensive, less widely tested, lack of 3rd party support

23
Q

Advantages and Disadvantages of Special Purpose Software

A

Advantages:
Cheaper to buy, lots of updates and patches, available immediately

Disadvantages:
May not be specific to end-users needs, might not be scalable into existing hardware/software

24
Q

Functions of an operating system

A

Handles interrupts
Allocate cores to processes
Allocate memory to processes
Allocate I/O devices to processes
Allocate space on a storage device to files
Instillation of new software