Information Systems And Databases Flashcards
Full Marks (29 cards)
What is the logical structure of a flat file database?
A flat file database is comprised of a file, made up of one table, with multiple records related to the same item, fields in each item related to a discrete piece of information (Name)
What is a DBMS?
A database management system is the program that manages a database. This allows for the linking of entities, searching and sorting features, etc.
What is a record
A record is collection of fields, related by the fact that they are collection of data about a particular thing. For example, a record in a database might represent a record of a book. In the database then, the fields would be author, book title, isbn etc
What is a field?
A piece of data about a thing, within a database, made up if characters. A collection of fields about one object is a record.
What is a character?
A single character entered via keyboard, combined into words
What are the two types of queries in a database?
QBE and SQL
What is QBE
Query by example, is when you search a database by entering in a sample of data, and the database searches for similar records
What is SQL?
Structured query language, which is a searching language used to query a database
What is the structure of an SQL command?
SELECT fields
FROM table
WHERE criteria
ORDERBY field ASC
Define collecting
Inputting data into the system, preparing data for entry
Define organising
Preparing data for the other information processes
What is analysing?
Structuring data to give meaning to people. Turns data into information
What is storing and retrieving
Saving data for later, then being able to access that data when necessary.
What is transmitting and receiving
Involved with transfer of data within or between systems
What is processing?
Updating, maintaining data within the system
What is display?
Output of the system. Could be paper, screen, sound. Could be data going into another system
Define normalisation
Normalisation is a method to reduce the data redundancy of a data base file. E.g date of birth and birth date
What are the methods of display in a data base
Reports, tables
What is the difference between SQL and QBE
SQL uses specific key words while QBE is used when you want to find something e.g a room number
Define normalisation
Normalisation is a method to reduce the data redundancy of a data base file. E.g date of birth and birth date
What are the methods of display in a data base
Reports, tables
What is the difference between SQL and QBE
SQL uses specific key words while QBE is used when you want to find something e.g a room number
Name some characteristics of an Information System.
- Organisation of Data
- Data must be organised before it can be stored and analysed by the information system.
- Analysis of Information
- Access to information and the resulting knowledge is the purpose of an information system.
What are the types of Information Systems?
Transaction Processing System Decision Support Systems Expert Systems Management Information Systems Office Automation Systems