Data Flashcards
How is a normalised floating point number represented in binary?
A normalised floating point number contains a mantissa and exponent, with only a sequence of 01 preceding the binary point
What are the five steps to convert from binary to decimal floating point numbers?
×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
What is the definition of big data?
High volume, high velocity data with a large range
What is unstructured data?
Data that cannot be stored in a traditional database
What is first normal form?
All data is in atomic form and there are no many-to-many relationships
What is second normal form?
The data is in 1NF and there are no partial key dependencies
What is third normal form?
The data is in 2NF and there are no non-key dependencies