What are the 7 information processes?
What is a ‘Flat File Database’?
A flat file database organises data into a single table through structures call files, records, fields and characters.
What are the 5 ‘Keys’ used in a Relational Database?
What are the 3 ‘Relationship’ types in a Relational Database?
What are the 4 types of Storyboards?
What are the 2 types of Encryption?
- Symmetric Encryption
How is data accessed from a database?
What is ‘Batch Processing’ / what is it used for?
Batch Processing collects the transaction-data in a group and processes it later. It is used for ‘Transaction Processing Systems’.
What is ‘Real-time Processing’ / what is it used for?
Each transaction is immediately processed in a ‘Transaction Processing System’.
What is a ‘Decision Support System?’
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.
What is an ‘Expert System?’
What is ‘Meta data’?
Information about data.
What are the 5 types of information systems?
What is a ‘schema’?
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.
What are ‘Schematic Diagrams’?
Schematic diagrams are graphical tools that help define the database and develop a schema. e.g. Entity-relationship diagram.
What are the methods of accessing data?
- Direct Access
What is ‘Sequential Access’?
Sequential Access occurs when data is accessed in a sequence. It processes data in the order it was stored.
What is a ‘Distributed Database’?
A distributed database is a database located at more than one site. It acts as a single collection of data but is geographically dispersed.
What is the purpose of ‘Structured Query Language’ (SQL)?
A query language used to access and manipulate data in a relational database.