Information Systems & Databases Flashcards

1
Q

What are the 7 information processes?

A
  • Collecting
  • Organising
  • Analysing
  • Storing // Retrieving
  • Processing
  • Transmitting // Receiving
  • Displaying
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a ‘Flat File Database’?

A

A flat file database organises data into a single table through structures call files, records, fields and characters.

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

What are the 5 ‘Keys’ used in a Relational Database?

A
  • Single Key
  • Composite Key
  • Primary Key
  • Secondary Key
  • Foreign Key
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 3 ‘Relationship’ types in a Relational Database?

A
  • One-To-One
  • One-To-Many
  • Many-To-Many
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 4 types of Storyboards?

A
  • Linear
  • Hierarchical
  • Non-linear
  • Combination
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the 2 types of Encryption?

A
  • Asymmetric Encryption

- Symmetric Encryption

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

How is data accessed from a database?

A
  • Database Management System
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is ‘Batch Processing’ / what is it used for?

A

Batch Processing collects the transaction-data in a group and processes it later. It is used for ‘Transaction Processing Systems’.

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

What is ‘Real-time Processing’ / what is it used for?

A

Each transaction is immediately processed in a ‘Transaction Processing System’.

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

What is a ‘Decision Support System?’

A

A ‘Decision Support System’ (DSS) assists people to make decisions by providing information, models and analysis tools.
- Allows a manager to ask ‘What if’ questions.

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

What is an ‘Expert System?’

A
  • Type of DSS
  • Provide information and solve problems that would otherwise require a person experienced in that field (expert).
  • Asks users a set of questions and compares their answers to a knowledge base (A set of general facts & if-then rules supplied by an expert).
  • Solutions are not always correct, up to the user to accept or reject the solution.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is ‘Meta data’?

A

Information about data.

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

What are the 5 types of information systems?

A
  • Transaction processing systems
  • Decision support systems
  • Expert Systems
  • Management information systems
  • Office automation systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a ‘schema’?

A

The data definition for a database. It is an organised plan of the entire database showing how and where the data is found, descriptions of the data, and the data’s logical relationships.

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

What are ‘Schematic Diagrams’?

A

Schematic diagrams are graphical tools that help define the database and develop a schema. e.g. Entity-relationship diagram.

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

What are the methods of accessing data?

A
  • Sequential Access

- Direct Access

17
Q

What is ‘Sequential Access’?

A

Sequential Access occurs when data is accessed in a sequence. It processes data in the order it was stored.

18
Q

What is a ‘Distributed Database’?

A

A distributed database is a database located at more than one site. It acts as a single collection of data but is geographically dispersed.

19
Q

What is the purpose of ‘Structured Query Language’ (SQL)?

A

A query language used to access and manipulate data in a relational database.