Information Systems And Databases Flashcards
Characteristics of Information systems
Organisation of data into Information
Analysis of Information to give knowledge
What are the types of information systems
Transaction processing systems
Decision Support Systems
Expert systems
Managment information systems
Office automation systems
What is a Database
A database is an organised collection of data.
What are the four main advantages that Computer-based Databases have over non-computer databases
Easily edited
Large storage
Fast Retrieval
Display options
what are the four data structures of a database
File
Record
Field
Character
what are the two types of databases
Flat file databases and Relational databases
What are the four different types of Keys
Single key
Composite key
Primary key
Secondary key
what is a key
Keys are fields that are used to sort and retrieve information
What is a single key
a single key is a field in which each item of data is unique
what is a composite key
a composite key or also known as a compound key is made by joining two or more fields together.
what is a primary key
a primary key is a single key or compound key that must have a value
what is a secondary key
a secondary key is a field that contains useful items of data often used in searches.
what is a file
a file is a block of data.
what is a record
a record is a collection of facts about one specific entry in a database.
what is a field
a field is a specific category of data in a database
what is a character
a character is the smallest unit of data that people can use
What is a relational database
a relational database organises data using a series of related tables.
What is a flat file database
a flat file database organises data into a single table and is suitable for many small applications.
What is a schema
A schema is the data definition for a database. it is an organised plan of the entire database that shows how and where the data is found, descriptions of the data, and the data’s logical relationships. In relational databases schemas define the entities, attributes and relationships
what are the three things that Schema’s define in a relational database
entities
attributes
relationships
what is an entity
an entity is a specific thing about which information is collected and stored. In a flat file database there would be a separate file for each entity
what is an attribute
an attribute is a defined property of an entity, examples would include LastName, FirstName and PhoneNumber.
What is a relationship
a relationship is the way the entities are related to each other, in relational databases each entity are related using keys.
what are the four types of relationships
one-one
one-to-many
many-to-one
many-to-many