Definitions Flashcards
Secondary Storage [3]
Secondary Storage refers to any device that can store data long term. Secondary storage devices are non-volatile and retain the data when the device has no power.
Defragmentation [2]
A utility program that moves the parts of a file together in storage, so there is quicker access to files.
LAN [2]
A network in a small geographical area, connected by own hardware.
Spyware (Keylogger) [2]
A program that records actions/keystrokes, and sends to a third party for analysis
Accumulator [1]
(In the processor) Stores the result of the calculation/process
Stakeholder [1]
A person who may be involved either directly, or indirectly with an issue/problem.
Virtual network [2]
A subset of computers connected together as part of a larger physical network. All communication should be encrypted.
Algorithm [2]
A series of instructions to solve a problem
Procedure [1]
Named self-contained section of code that performs a specific task
Function [2]
Named self-contained section of code that performs a specific task, it must return a value
Parameter [1]
Parameters are the names of the information that are passed into a function or procedure.
Argument [1]
Arguments are the actual values that are passed into a function or procedure
Embedded System [1]
A processor stored in a device that is designed for a fixed purpose.
Firewall [3]
Prevents unauthorised access to a network, by examining traffic, and blocking any that don’t meet security criteria.
Casting [2]
Changing the type of variable from one type to another. Eg int(“34”)
Network Interface Card [3]
Required to connect with a wire connection or wirelessly to any network enabled device. It has a unique MAC address.
Memory Address Register [2]
Holds the address location of the instruction/data to be fetched/stored.
Programming Constructs [3]
Sequence, selection and iteration are required to write algorithms in code.
Utility Software [1]
Software that helps users configure, analyse, optimise and maintain a computer.
Von Neumann Architecture
Storing both data and programs in memory