Representation of data in computer systems keywords

?
  • Created by: loupardoe
  • Created on: 14-05-16 15:37
denary
system of numbers using ten digits, 0 and 1-9, also called the base-10 system
1 of 29
binary
system of numbers using two digits, 0 and 1, also called the base-2 system
2 of 29
bit
binary digit 1 or 0
3 of 29
byte
8 bits
4 of 29
nibble
4 bits
5 of 29
kilobyte
1024 bytes
6 of 29
megabyte
1024 kilobytes
7 of 29
gigabyte
1024 megabytes
8 of 29
terabyte
1024 gigabytes
9 of 29
overflow
when a number becomes too large to fit into the number of bits allocated it is said to overflow and some bits are lost leaving an incorrect value
10 of 29
hexadecimal
base 16 number system
11 of 29
character set
characters available to a computer
12 of 29
ASCII
American Standard Code for Information Interchange, system to code the character set of a computer
13 of 29
unicode
up to 32 bit system to code the character set of a computer
14 of 29
pixel
smallest element of an image, pixels are the dots that make the image on screen
15 of 29
colour depth
number of bits used for each pixel, the more bits the more colours that can be represented
16 of 29
resolution
number of pixels per unit
17 of 29
metadata
information about the image data that allows the computer to recreate the image from the binary data in the file, must contain the height and width and colour depth
18 of 29
raster
graphics format consisting of a matrix of dots
19 of 29
analogue
refers to continuously changing values
20 of 29
sample rate
the number of times the sound is sampled per second
21 of 29
bit rate
the space available for each sample, measured in kilobits per second
22 of 29
address
a location in main memory used to store data or instructions
23 of 29
decode
an instruction is decoded by the CPU into two parts- the operator and the operand
24 of 29
register
special fast access part of the CPU that stores data in use by the CPU
25 of 29
program counter
a register in the CPU that keeps the address of the next instruction
26 of 29
operator
this is the part of the instruction that tells the CPU what to do
27 of 29
operand
this is the part of the instruction that tells the CPU what to apply the operation to
28 of 29
accumulator
a register in the CPU that stores data currently being used by the CPU
29 of 29

Other cards in this set

Card 2

Front

system of numbers using two digits, 0 and 1, also called the base-2 system

Back

binary

Card 3

Front

binary digit 1 or 0

Back

Preview of the back of card 3

Card 4

Front

8 bits

Back

Preview of the back of card 4

Card 5

Front

4 bits

Back

Preview of the back of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Representing data resources »