lecture 8 - data ethics and intro to big data Flashcards

locked inπŸ› (33 cards)

1
Q

data privacy definition:

A

The rights of individuals and organisations to determine access to data about themselves.

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

what is data privacy protected by:

A
  • privacy act 1989
  • ACS privacy policy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Data Governance Definition

A

Data governance is the overall framework outlining roles, processes and policies for data management.
- the creation, collection, storage, use, protection and disposal of data

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

Benefits of data governance

A
  • enhanced operational efficiency
  • enhanced decision making
  • increased competitive advantage ( transparency + public trust )
  • Supports regulatory and compliance management
  • fosters culture of accountability around data management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

data ethics

A

Data ethics applies those moral principles specifically to the use, sharing, and management of data.

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

data ethics governs how data is:

A
  1. collected
  2. stored
  3. analysed
  4. shared
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

principles of data ethics:

A
  1. privacy
  2. ownership
  3. transparency
  4. intention
  5. outcomes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

professional ethics

A
  • Govern behavior in professional roles.
  • Examples: ACM Code of Ethics, BCS Code of Conduct.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

consequentialism

A

Focuses on outcomes; an action is right if it leads to good consequences.

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

deontology

A

Emphasises duties and rules regardless of outcomes.

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

care ethics

A

Will it create good relationships?

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

virtue ethics

A

Centres on character and moral virtues rather than rules or outcomes.

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

DATA CONTROL LANGUAGE commands for managing access

A
  • grant
  • revoke
  • deny
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

grant command

A

is used to give user
access privileges to a
database

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

revoke comand

A

is used to revoke
authorisation / take back permissions

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

deny

A

NOT IMPLEMENTED IN ORACLE SQL
explicitly prevents a
user from receiving a
particular permission

17
Q

common privileges in dcl

A
  • select
  • insert
  • update
  • delete
  • all
  • execute ( for pl/sql procedural language )
18
Q

DCL command - Revoke:

A

Used to revoke authorisation, i.e., take
back permissions from the user

19
Q

Big Data

A

Refers to large and diverse collection of unstructured, structured and semi-structured data that continues to grow exponentially over time.

20
Q

relational model vs big data model

A

relational scehema: data structure is defines before data is written

big data schema: data structure is applied when data is read / queried

21
Q

3Vs MUST be present in big data are:

A

Volume
Velocity
Variety

22
Q

Volume

A

The quantity of data to be stored

23
Q

Velocity

A

Speed at which data is entering the system

24
Q

Variety

A

Variations in structure of the data to be stored.

25
feedback loop processing
analysis of data to produce actionable results
26
scaling up
keeping the same no. of systems BUT migrate each to a larger system - but storage issue
27
scaling out
when the workload exceeds server capacity it gets spread out over a number of servers.
28
structured data
data types that clearly defined, be stored, accessed and processed in a FIXED format.
29
example of structured data
- data stored in a table in a normalised database - is easily searched and retrieved
30
unstructured data
- anything not described as structured data - EXAMPLES: free text, videos, images - driver of big data --> analysing unstrucyred social media data
31
semi structured data examples
- Markup Language XML, - Electronic Data Interchange (EDI) - Open Standard JSON
32
Challenges of Big Data:
- storage ( requires sacalable systems ) - processing - security and privacy
33
applicatuons of big data
Healthcare (predictive analytics) Finance (fraud detection) Retail (customer behavior analysis) Social media (trend analysis)