Big Data Flashcards

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

What are the 3 main features of big data?

A

Volume
Variety
Velocity

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

Where is big data used?

A

Scientific research
Retail
Banking
Government
Security

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

Why is volume a feature of big data?

A

The amount of data is on a very large scale.

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

Why is variety a volume of big data?

A

The type of data being collected is wide-ranging, varied and may be difficult to classify.

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

Why is velocity a feature of big data?

A

The data changes quickly and may include constantly changing data sources.

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

What are the main features of structured big data?

A

Defined using traditional techniques (fields and records)
It is possible to give each data item a name and type.
Examples: customer and banking data.

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

What are the main features of unstructured big data?

A

Data cannot be defined in rows and columns.
Examples: web pages, emails, documents, presentations.
Each example has their own structure but do not conform to any universal structure.

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

What are some of the issues with big data?

A

Analysis is difficult (lots of data)
Automation of analysis is also difficult
Massive storage and processing power is needed (use of supercomputers or large dedicated networks)
Difficult monitor constantly changing data
Concurrency - when more than one user works on the data at once.

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

What types of data are likely to be structured and unstructured (big data)?

A

Structured - Quantitative data (stored in databases)
Unstructured - Qualitative data

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

On what type of data is machine learning generally used?

A

Unstructured qualitative data

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

How does functional programming help address big data issues?

A

Immutable data structures - there are strict fixed rules as to how data can be used/manipulated.
Statelessness - doesn’t remember results or states of previous events.
High-order functions - allow the language to be highly adaptable.

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