This test is run by .
Note that your final mark will not be saved in the system.
Note that your final mark will not be saved in the system.
21 - Big Data GapFill
Target Level
C
Running Total
0
0%
Attempt
1 of 3
You must fill all the gaps before clicking ‘Check Answers!’
The term 'big data' applies to data that is substantial in terms of any combination of
( the data is generated quickly),
(the data may be structured, unstructured, textual or non-textual), and
(there is a lot of data). Traditional means of interrogating data, such as using
, are not effective. Data stores are often
, so not all data are stored in the same physical location. This is a challenge that is met, in terms of big data, by the use of
programming, several properties of which are quite useful here.
, i.e. the lack of capacity to alter a program in terms of, say, global variables, means the order in which processes occur is unimportant. This means that
, useful when dealing with large amounts of data, can be implemented with less fear of undesirable effects, enabling simultaneous or overlapping processes to occur.