Topic 11 - Big data - Complete Flashcards

1
Q

Define volume?

A

Organisations gather and store large amounts of data, the amount of data collected determines whether or not it is big data.

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

Define velocity?

A

Data streams are collected in a near-to-real-time fashion, making the processing of this data a challenge.

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

Define variety in terms of data type?

A

Data comes in a wide range of formats, such as text, audio, video, images and unstructured and structured data.

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

Define structured data?

A

Data that is appropriate to be entered into a relational database in a row and column format.

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

Define unstructured data?

A

Data that is difficult to organise and is not appropriate to store in a database in row and column format.

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

Define distributed processing?

A

When data is too big to be processed on a single machine, the processing is distributed across several machines.

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

Define functional programming?

A

Is a paradigm based on the use of functions to determine variables, where functions use expressions similar to mathematical expressions to calculate the value of a variable.

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

Define a function?

A

Is a subroutine that carries out a set of instructions and returns a value.

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

Define statelessness?

A

Each function is calculated with no reliance on any data other than which was passed as functions input.

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

Define higher-order functions?

A

Are functions that either take other functions as an input or return a function as an output.

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