12 IPT - IS & DBs Flashcards

1
Q

What are the characteristics of an information system?

A

1) The organisation of data into information

2) The analysing of information to give knowledge

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

What are the purposes of an information system?

A

1) Process transactions
2) Provide users with information about an organisation
3) Help decision making
4) Manage information used within an organisation

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

Give three examples of IS provided in the syllabus

A

1) School database holding information on teachers, subjects, classrooms and students
2) Roads and Traffic Authority holding information on vehicles and hodlers of drivers’ licenses
3) Video stores (do they even exist anymore?!) holding information on borrowers and ivodes

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

Organisation

What are the computer based methods of organising data?

A

1) Flat file systems
2) Database management systems (to allow the organisation of relational databases) - e.g. Filemaker Pro or Microsoft Acccess
3) Hypermedia:
an extension to hypertext providing multimedia facilities, such as those handling sound and video. (e.g. prezi.com)

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

Organisation

Compare and contrast computerised vs non-computerised databases

A

Factors to consider:

  • Amount of data held (physical storage vs computer storage)
  • Portability (able to send / transfer easily to other people)
  • Analysis (can use many parameters to search, e.g. Female, and aged under 30), can be sorted easily
  • Security, use of passwords, not able to e copied, easily track people who accesses the database and backup
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Organisation

Flat file databases are made up of what elements?

A

Characters
A group of characters make a field
A group of fields make a record
A group of records make a file

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

Organisation

Relational databases are made up of what elements?

A

Entities - made up of a group of attributes
E.g. a car is an entity, a car’s attribute could be its colour, make, model (and other features)

In implementation, entities become tables - attributes become fields

Entities are connected to each other through relationships:

  • 1:1
  • 1: M
  • M:M (which cannot be implemented but needs to be normalised)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Organisation

What is the purpose of a data dictionary and what does it consist of?

A

Purpose:
Collection of descriptions of the data objects or items in a data model for the benefit of programmers and others who need to refer to them

It is a table that consists of columns labelled:

  • Field name
  • Data type
  • Data format
  • Field size
  • Description
  • Example
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Organisation

Given a scenario, what are the steps to create a schema (schematic diagram or ERD - Entity Relationship Diagram)?

A

1) Identify the nouns
2) Identify the verbs
3) Connect them to make a sentence - ensure there is no M:M relationships.
- –> M:M relationships are broken down to 1:M and M:1

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

Organisation

What does it mean to ‘normalise’ the data?

A

Normalisation is the process of organizing the columns (attributes) and tables (relations) of a relational database to minimize data redundancy.

1NF (First Normal Form): Your typical flat file DB

2NF (Second Normal Form): has data such as “name” rather than “first name” and “second name”, or “address”, rather than “street no”, “street name”, “suburb”, etc.

We usually normalise it to 3NF (third normal form), ie. there is no “student name”, it is “student first name”, “student second name”

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

Organisation

What elements are hypermedia made of?

A

(think prezi)
Nodes and links (a link is created between two nodes)
Uniform resource locators (URL)
meta data such as HTML tags

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

Organisation

What are the tools to organise hypermedia?

A

1) Storyboard to represent data organised using hyperlinks

2) Software that allows text, graphics and sounds to be hyperlinked

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

Storage and Retrieval

Why use a DBMS?

A

DBMS such as Filemaker Pro or Microsoft Access allows data to be stored, retrieved and analysed.

They usually come with search functions via their user interface, and data is easily linked from one table to another.

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

Storage and Retrieval

Differentiate between online and offline database storage.

A

Offline databases - cannot be accessed on a network, i.e. not just the Internet but also Intranet. This makes the database more secure, however it can be less accurate as data cannot be updated in realtime.

Online databases - can be accessed through a network, including Intranet and Internet

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

Storage and Retrieval

Encryption and decryption

A

Symmetric & Asymmetric

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

Storage and Retrieval

SQL

When is SQL used?

You should be able to apply SQL to given scenarios

A

SQL is used when QBE (query by example) is not available. i.e. sql is more flexible than qbe, allowing users to customise their searches

SELECT (fields)
FROM (table)
WHERE (conditions)

Example:
SELECT name, age
FROM students
WHERE name = “Mary” AND age

17
Q

Search and Retrieval

What are the tools for hypermedia search and retrieval?

A
  • Free text searching
  • Operation of a search engine
  • —> indexed by search robots
  • —>meta data
18
Q

Displaying of Databases

What is unique about DBMS’ ability to display data from a database?

A

1) Reporting on relevant information held within the database
2) Constructing different views of a database for different purposes

19
Q

Issues

What are the issues relating to databases?

A

1) Acknowledgement of data sources
2) Freedom of Information Act
3) Privacy principles
https: //www.oaic.gov.au/individuals/privacy-fact-sheets/general/privacy-fact-sheet-17-australian-privacy-principles

4) Quality of data
5) Accuracy of data and the reliability of data sources
6) Access to data, ownership and control of data
7) Data matching to cross link data across multiple databases
- —> e.g. a software can collect information about a person from several sources, such as Facebook, LinkedIn, Twitter, Google and other websites to gain a full understanding of who the person is

20
Q

Issues

What are the current and emerging trends in databases?

A

Data Warehousing

Data Mining