Information Systems And Databases Flashcards

Full Marks

0
Q

What is the logical structure of a flat file database?

A

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)

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

What is a DBMS?

A

A database management system is the program that manages a database. This allows for the linking of entities, searching and sorting features, etc.

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

What is a record

A

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

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

What is a field?

A

A piece of data about a thing, within a database, made up if characters. A collection of fields about one object is a record.

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

What is a character?

A

A single character entered via keyboard, combined into words

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

What are the two types of queries in a database?

A

QBE and SQL

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

What is QBE

A

Query by example, is when you search a database by entering in a sample of data, and the database searches for similar records

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

What is SQL?

A

Structured query language, which is a searching language used to query a database

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

What is the structure of an SQL command?

A

SELECT fields
FROM table
WHERE criteria
ORDERBY field ASC

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

Define collecting

A

Inputting data into the system, preparing data for entry

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

Define organising

A

Preparing data for the other information processes

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

What is analysing?

A

Structuring data to give meaning to people. Turns data into information

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

What is storing and retrieving

A

Saving data for later, then being able to access that data when necessary.

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

What is transmitting and receiving

A

Involved with transfer of data within or between systems

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

What is processing?

A

Updating, maintaining data within the system

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

What is display?

A

Output of the system. Could be paper, screen, sound. Could be data going into another system

16
Q

Define normalisation

A

Normalisation is a method to reduce the data redundancy of a data base file. E.g date of birth and birth date

17
Q

What are the methods of display in a data base

A

Reports, tables

18
Q

What is the difference between SQL and QBE

A

SQL uses specific key words while QBE is used when you want to find something e.g a room number

19
Q

Define normalisation

A

Normalisation is a method to reduce the data redundancy of a data base file. E.g date of birth and birth date

20
Q

What are the methods of display in a data base

A

Reports, tables

21
Q

What is the difference between SQL and QBE

A

SQL uses specific key words while QBE is used when you want to find something e.g a room number

22
Q

Name some characteristics of an Information System.

A
  • 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.
23
Q

What are the types of Information Systems?

A
Transaction Processing System
Decision Support Systems
Expert Systems
Management Information Systems
Office Automation Systems
24
Q

What is the purpose of a Transaction Processing System?

A
  • Collect, store, modify and retrieve the daily transactions of an organisation
  • Batch processing - collects the transaction data into a group and processes it at a later date
  • Real time processing - each transaction is completed or processes immediately and provides instant confirmation of the transaction
25
Q

What is the purpose of a Decision Support System?

A

• Assist people to make decisions by providing information, models, and analysis tools, e.g. stock market analysis

26
Q

What is the purpose of an Expert System?

A

• Provide information and solve problems that would otherwise require a person experienced in that field.

27
Q

What is the purpose of a Management Information System?

A

• Provide information for the organisations managers. A MIS presents basic facts about the performance of the organisation.

28
Q

What is the purpose of a Office Automation System?

A

• Proved people with effective ways to complete administration tasks in an organisation, using a range of software tools.