data, information and knowledge Flashcards

1
Q

What is information?

A

data that has been processed into a meaningful form

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

What is data?

A

raw, unanalysed facts
not just alphanumeric

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

what is knowledge?

A

capacity to use information for making decision

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

what is a database?

A

collection of inter-related data, designed for an organisations information needs
access to accurate, relevant and timely information is important for organisations

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

What is abstraction?

A

Process of taking away characteristics of something to reduce it to only essential characteristics.
e.g. Databases are abstractions of real life problems as it only focuses on the necessary parts.
Makes it easier to focus on details rather than implementation.

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

What are the two types of user databases?

A

Single user = e.g. excel or access on our personal laptop/phone
mulit-user = company servers/mainframes

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

What is DBMS?

A

Data base management system

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

What is DBMS?

A

Data Base Management system
- provides necessary access to a database in a secure and sharable way to many people at once
- allows to define, create, maintain and control access to a database.
- provides data dictionary and application programs

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

What is a data dictionary?

A
  • Description of all structures in a database
  • Used to manage and integrate data
  • Stores metadata (data about data)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a system catalog?

A

system data dictionary that keeps information about database schemas

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

What is a database system?

A

The whole system of a database including the DBMS, application programs, database and dictionaries

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

What are application programs?

A

separate programs inside of a database system that interact with the database
e.g. admins and tutors will have different application programs to access the same data

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

What is data dictionary management?

A

users create new databses and specify schemas
use data dictionary to retrieve and update data

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

What is data storage management?

A

supports/manages data structure for storing large amounts of data for long times

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

What are database access languages?

A

Users query and modify data with language
- sophisticated algorithms allow concurrent access for many users at once without compromising integrity

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

What is backup and recovery management?

A

ensure data integrity is safe from powercuts and failures

17
Q

What is data integrity mangement?

A

enforce rules to ensure redundancy is minimised and consistency is maximised

18
Q

What is data independence?

A

Duplication of data is minimised so lower chance of inconsistency (aka. data is changed in one place and not the other)

19
Q

What is data persistence?

A

sharing data in a secure way

20
Q

What is data abstraction?

A

data models key to database design

21
Q

What is CRUD?

A

C