Data Representation Flashcards

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

Natural Number

A

a whole number that is used in counting

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

Rational Number

A

any value that can be expressed as a ratio or fraction

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

Irrational number

A

a number that cannot be expressed as a fraction and has an endless series of non-repeating digits.

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

Ordinal numbers

A

describes the numerical position of objects

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

Decimal (denary)

A

base 10 (uses digits 0 through 9)

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

Hexadecimal

A

base 16 (uses digits 0-9 and letters A to F)

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

Binary

A

base 2 (uses 0s and 1s)

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

Why is the hexadecimal system used?

A

it is simple to represent a byte in just two digits, and fewer mistakes are likely to be made in writing a hex number than a string of binary digits

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

Bit

A

the fundamental unit of information in the form of either a single 1 or 0

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

Byte

A

a set of eight bits

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

Nibble

A

a set of four bits

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

ASCII code

A

uses 7 bits which form 128 different bit combinations. The first 32 codes represent non-printing characters used for control.

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

Unicode

A

16-bit code - allowed more combinations and could represent alphabets from different languages

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

Error checking

A

bits can change erroneously during transmission owing to interference. Computers use a variety of systems to verify that the data they receive is actually the same as the data that was sent.

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

Parity bits

A

an additional bits that is used to check that the other bits transmitted are likely to be correct

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

Checksums

A

a mathematical algorithm that is applied to a unit or packet of data. Algorithm is applied before and after transmission and if the two checksums match, the transmission is deemed successful.