Key Terms
Key Terms
Key Terms
Term
Definition
Sustainability
Malware
Competitive advantage
Computer
Technology system
Tick when I
know it
Key Terms
Automated system
Server
Actuator
Optical media
Input
Output
Key Terms
Identification Device)
Used by organisations to
connect their LANs
together into a single
network covering anywhere
in the world
Mobile broadband
Uses 3G or 4G mobile
technology to connect your
mobile device to the
internet (using a dongle)
3G or 4G mobile
technology
Dongle
Key Terms
devices. Keeping data upto date
Cabled topology
Switch
Optical fibre
Wi-fi
Bluetooth
Key Terms
sync devices together and
to transfer data such as
music between devices
Key Terms
(logic)
Control Unit
Registers
Flash memory
Key Terms
Heat dispersal
Optical drive
Clock speed
Cache memory
Data bus
Machine code
displayed on a monitor
The fan and heat sink are
needed by the CPU, GPU
and PSU so they dont burn
out
It plugs into the mains
power supply and converts
electricity into low voltage
electricity for the computer
components.
Magnetic media.
Uses magnetic disks
(platters) to store data.
Data is stored and
collected using a read-write
head.
Uses laser light to read
data from CDs and DVDs. It
is used to install new
software and to make
backups
Measured in MHz or GHz.
The speed at which
instructions within the CPU
occur.
Each core (CPU) is able to
read and execute program
instructions independently
and simultaneously.
A fast memory that is used
as a data buffer between
CPU and RAM.
Cache memory is used
between faster and slower
devices to let them work
more quickly together.
A circuit that connects one
part of the motherboard to
another. The more data a
bus can handle at one time
(capacity) the faster it
allows data to travel
between components
A computer programming
7
Key Terms
Battery life
SoC (System on a chip)
Chip
Traditional platform
Digital data
Encrypt
Bit
Bytes
Word
language consisting of
binary or hexadecimal
instructions that a
computer can respond to
directly
How long the battery lasts
in a mobile device
A single chip (integrated
circuit) containing all the
computer circuits an
embedded device needs to
control it
Also called a microchip.
It is an integrated circuit
(IC). A single component
that can be soldered onto
an electronic circuit board
to connect the chip to the
rest of the device
A computer system using
mains power with system
unit, keyboard, mouse,
screen and hard drive
Occurs in the natural world
and constantly changes
with time e.g. human voice.
Travels as sound waves
Data transmitted, or
stored, using bits and
bytes. Computers process
digital data in the form of
binary numbers
To protect data using codes
or passwords
Either of two digits 1 or 0
A unit of digital data made
up of 8 bits e.g. 01101101
A fixed size group of bits
(binary data) that is
handled as a group by the
instructions set and the
CPU
The system used in most
computer systems to hold
alphabetic and numeric
characters
8
Key Terms
Binary format
Key Terms
Utility application
Productivity applications
Hierarchical structure
Application software
package
High-level programming
language
Low-level programming
Key Terms
language
Machine code
Assembly language
Mnemonics
Flow charts
Process
Terminator
Decision box
Data (Input/Output)
Connector
Programming terms
Variable
Local variable
Global variable
Key Terms
Declaration
Scope
Subroutine
Assignment
Constant
Event handler
Imperative code
Procedural programs
Event-driven programs
Object-orientated
programs (OOP)
Annotations
Key Terms
Integer
Real
Boolean
Data structure
Record data structure
spaces
A whole number
A number with fractions
True or false
Is an organisation that data
fits into
Contains fields to store
information. Data about
one topic is stored in a
table e.g. information
about students in a school
Is a variable with many
parts. It is a table with a
number of rows and
columns.
The array has a number
inside brackets (called a
subscript) which identifies
an item in the array e.g.
Customer (12) is the 12th
item
13