Chapter 3 Flashcards

1
Q

What is data and information?

A

data is raw facts while information is data that is organised and it is meaningful

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

What is knowledge and wisdom?

A

Knowledge is human beliefs or perceptions of facts or concepts relevant to that area, wisdom combines knowledge and experience to understand a topic better

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

What is database?

A

Integrated computer structure that stores end user data (user) and metadata

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

Database and its strengths

A

a database software allows you to:
1. create database
2. add, change, and delete data
3. sort and retrieve data
4. create forms and reports
Strengths of database:
1. reduced data redundancy
2. shared data
3. easier access
4. reduced development time

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

What is a Hierarchy

A

Database contains files, file contains records, record contains fields, files contains characters

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

What is field and record?

A

field is a combination of one or more characters while record, is a group of related fields

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

Examples of common data types?

A
  1. text
  2. numeric
  3. autonumber
  4. currency
  5. date/time
    6 yes/no
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Data maintenance

A
  • adding records
  • changing records
  • deleting records
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Data Validation

A
  • a process of comparing data with a set of rules to find out if data input is correct
    example:
    1. alphabetic check
    2. numeric check
    3. range check
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Database management system (DBMS)

A
  • Is a software system that allows for the creation, organisation, storage, retrieval, and manipulation of large amounts of data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

DBMS

A

Data Definition: The DBMS allows users to define the structure of the database schema, including tables, relationships, constraints, and other metadata.

Data Manipulation: Users can insert, update, delete, and retrieve data from the database using query languages like SQL (Structured Query Language). The DBMS handles the translation and execution of these queries.

Data Storage and Management: The DBMS manages the physical storage of data on disk or other storage media, including data indexing, file organization, and access methods to optimize data retrieval.

Data Security: The DBMS provides mechanisms to control access to the database, ensuring that only authorized users or applications can view or modify the data. It includes user authentication, data encryption, access controls, and auditing capabilities.

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

Database administration

A

Refers to the process of overseeing and controlling the overall management of an organisation’s data resources. it involves tasks like planning, designing, organising, and maintaining data

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

Big data and Data analytics

A

big data is massively large data sets that technologies aren’t sufficient enough to analyse them.
Data analytics are raw data in order to make conclusions about an information.
Example: predicting a winner in a game in numerics

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