Data representation Flashcards

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

what is a rational number?

A

any value expressed as a ratio or fraction.

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

what is a irrational number?

A

can’t be express as a fraction has endless series of digits and rounding would cause a rounding error. e.g Pi.

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

what is a Ordinal numbers?

A

rating or ranking like first second numbers.

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

how do you convert between decimal to binary?

A

divide the decimal by 2 because binary use base 2.

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

how do you convert binary to hexadecimal?

A

uses nibble 4 bits 2 sets not 8 bits and only add the 1’s that can’t go above 8 decimal.

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

how to convert hexadecimal to decimal?

A

16 x the first hex digit and 1 x the second digit add together = decimal.

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

how to convert decimal to hexadecimal?

A

divide decimal by 16 get first digit and remainder becomes second one.

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

why is hexadecimal used?

A

Less likely to write a mistake, easy to remember, quicker to write, define colours and is easy to convert.

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

what is gibi/Giga 2 to the power of?

A

30

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

how many combinations does ASCII 7 bit use?

A

128

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

how many bits does Unicode use?

A

16

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

what is a parity bit?

A

A bit used to check errors by making the 1’s add up to even or odd depending on the parity bit and is found at the start of line of binary.

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

what is majority voting?

A

sends each bit three times so if one is flipped it takes the bit what is in majority as the correct number.

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

How does binary addition work?

A

Add bits together right to left one bit from each line

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

How do you multiply binary by 2

A

Add a 0 to the end

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

How would you multiply binary in general?

A

Line binary one above other and for each bit on second line times it by the bit above each of first line. So for the first bit in second line you should have a line under it. Do this again for second bit but add a 0 to the start and 2 0 to the 3 red bit on second line then add the lines of bits you create together

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

what is a real number?

A

a rational or irrational number used for measuring.

18
Q

how many combinations does ASCII 8 bit use?

A

255

19
Q

what can cause errors transmission?

A

Electrical interference, power surge, synchronisation issues and wear and tear on cables

20
Q

what is check digit?

A

An extra digit at the end of string of digit used in bar-codes.

To complicated to explain here i suggest you look how to work it out.

21
Q

what is checksum and how does it work?

A

Total sum of all bytes add up sent with data and is check other side if data matches the checksum.

22
Q

how does two’s complement work?

A

Flip all the bits in the even of that number and add one to the end.

23
Q

What is two’s complement used for?

A

to ensure that subtraction occurs when adding negative numbers.

24
Q

when representing a fraction in binary what 4 fraction do you use to represent the digits after the decimal point ?

A

1/2, 1/4 , 1/8, 1/16. think of after decimal it’s 2 to the power of -1 and so on.

25
Q

what is a pixel?

A

The smallest value of colour that can be displayed.

26
Q

define resolution?

A

The number of pixels contained in any graphic.

27
Q

how is resolution calculated?

A

width x height in pixels.

28
Q

when a image is made bigger are there more pixels or are the pixels just bigger?

A

They only get bigger.

29
Q

what is bit colour depth?

A

The number of bits that represents one pixel.

30
Q

how do you calculate image file size?

A

resolution x bit depth / 8 (8 bits in a byte).

31
Q

what is metadata?

A

data about data e.g when it was made the bit depth.

32
Q

name a analogue to digital converter?

A

microphone.

33
Q

how are analogue sounds recorded?

A

Amplifier.

34
Q

In sampling amplitude is referred to as?

A

sample resolution.

35
Q

what is sampling rate and what is it measured in?

A

samples taken per second.

36
Q

what is sampling?

A

when you record a sound by only recording it at specific time.

37
Q

what is sample resolution?

A

the number of bits used to record each sample.

38
Q

how does sample rate affect the sound?

A

bigger sample rate better quality.

39
Q

how do you work out the file length of a sound file?

A

sample rate x resolution x length in seconds.

40
Q

How big does the sample rate have to be to record the sound accurately?

A

double the size of the highest frequency because sound is made of many waves of sound with different frequency.

41
Q

what is human hearing range?

A

20Hz to 20kHz.