Data Flashcards

1
Q

How is a normalised floating point number represented in binary?

A

A normalised floating point number contains a mantissa and exponent, with only a sequence of 01 preceding the binary point

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

What are the five steps to convert from binary to decimal floating point numbers?

A

×Find the sign of the mantissa
×Find the value of the exponent and its sign in decimal
×Move the binary point as denoted by the exponent
×Perform two’s complement conversion if the number is negative

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

What is the definition of big data?

A

High volume, high velocity data with a large range

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

What is unstructured data?

A

Data that cannot be stored in a traditional database

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

What is first normal form?

A

All data is in atomic form and there are no many-to-many relationships

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

What is second normal form?

A

The data is in 1NF and there are no partial key dependencies

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

What is third normal form?

A

The data is in 2NF and there are no non-key dependencies

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