Section 5 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Natural Number

A

A positive whole number including zero.

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

Interger

A

Any whole positive or negative number including zero.

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

Rational number

A

Any number that can be expressed as a fraction or ratio of integers.

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

Irrational number

A

A number that cannot be represented as a fraction or ratio as the decimal form will contain infinite repeating values.

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

Real number

A

Any positive or negative number with or without a fractional part.

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

Ordinal number

A

A number used to identify position relative to other numbers.

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

Cardinal number

A

A number that identifies the size of something.

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

Well-ordered set

A

A group of related numbers with a defined order.

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

Array

A

A data structure where data items are grouped together under a single identifier and are then accessed based on their position.

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

Number base

A

The number of digits available within a particular number system, e.g. base 10 for decimal, base 2 for binary.

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

Bit

A

A single binary digit from a binary number - either a zero or one.

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

Byte

A

A group of bits, typically 8, used to represent a single character.

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

Unit

A

The grouping together of bits or bytes to form larger blocks of measurement, e.g. GB, MB.

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

Unsigned binary

A

Binary that represents positive numbers only.

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

Two’s compliment

A

A method of working with signed binary values.

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

Fixed point

A

Where the decimal/binary point is fixed within a number.

17
Q

Floating point

A

Where the decimal/binary point can move within a number.

18
Q

Signed binary

A

binary with a positive or negative sign.

19
Q

Overflow

A

When a number is too large to be represented with the number of bits allocated.

20
Q

Underflow

A

When a number is too small to be represented with the number of bits allocated.

21
Q

Normalisation

A

A process for adjusting onto a common scale.

22
Q

Precision

A

How accurate a number is.

23
Q

Mantissa

A

The significant digits that make up a number.

24
Q

Exponent

A

The ‘power of’ part of a number indicating how far a binary point should be shifted left or right.