Ist Flashcards

(83 cards)

1
Q

When collecting data you must remember to make sure you have

A

Current and accurate data

Peoples privacy protected

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

List some common data sources:

A

Transactions at atm/eftpos terminals
Application forms
Questionnaires

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

What is a example of a primary source of data

A

Information collected directly from people

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

What is a example of a secondary source of data

A

Sus Information collected from newspapers or research documents

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

Why would people use secondary sources to collect data

A

Because it is a quicker and more convenient method

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

Why should sources be documented?

A

To check the data
Allow it to be easy to find
Copyright issues must be respected

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

Automated Data collection devices

A

Bar Codes
E-tags
Smart Cards
Magnetic stripe cards

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

What have automated data collection devices enabled us to do

A

made data input fast

time is saved and errors are reduced

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

What do automated input devices allow us to do

A

Reduces the chance of input errors going into systems

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

What does a validation do

A

checks if the data is sensible or reasonable

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

Give an example of a validation

A

E.g. If DOB for students were being entered a school, we could assume dates before 1980 are not valid.

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

Where can you set a validation on MS Access

A

set in design view, and in the data dictionary

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

What occurs during a verification process

A

A check to verify that the data is true.

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

What does the system do during the verification process

A

It compares the data entered with the one in its database.

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

Things to consider when organising your data

A

Which data goes into which table or field

How the tables will be linked

This must be decided at the design stages

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

What are tables used for

A

separating data and reorganising it into specific groups

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

What is a redundancy

A

The Repetition of data in a database

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

How can a redundancy be caused

A

Adding new information causes a manual update to the database which can lead to a redundancy

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

How to lower redundancys

A

Table relationships

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

What is a relationship

A

A relationship is a when there is a link between two key fields in a two tables

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

What are key fields used for

A

Key fields are used to link data between tables

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

What is a key

A

A unique value in each record

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

What is a primary key

A

What the data is identified as

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

What are relational databases

A

Databases that are designed with links between separate tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is a foreign key
the Primary key from one table appearing in another table for linking purposes
26
List advantages of computerised databases
Storage Space More compact than piles of data sheets
27
Advantages of storing databases on networks
Backups can be made every few minutes or hours Database can be accessed by many people from different workstations or countries.
28
How do you protect your network from unauthorised people
Firewalls
29
List some common storage devices
``` USB Drives Hard Drives Network Systems Thumb Drives Floppy Disk ```
30
Once the data is entered into the database what can be done to the data
It can be Changed, Updated and Edited
31
List ways your database can be soughted
Alphabetical order Number order Date/time Title name
32
What does sorting data do
Makes it more convenient for the user
33
Where can sorting be done
On The original table On The results of a search
34
The way we see data displayed is not the same in memory or secondary storage True/False
True
35
What is a query
A Search for data that meets certain criteria
36
What can queries be used for
to run complex search criteria and can be stored for repeated use
37
Give an example of mathematical calculations used on data
set up a calculated field to show the current age of the student by calculating the difference between the DOB and the current date
38
What is a macro
a series of tasks that are grouped together
39
What can you do with macros
automate a task or a series of task in a click of a button
40
When do macros become useful
when tasks need to be constantly repeated | E.g. if you wanted to open a message before opening another form
41
Things to remember about presenting information
The database should be as user friendly as possible
42
What is a report
A way of presenting data as printed document
43
Reports will usually
Contain a large volume of data Data may be generated from a table or the results from a queries from several tables
44
Things in the design element
``` Text Pictures Lines Boxes Labels Grouping of Data Header Footer ```
45
What does the design element do
enhances the appearance and improves communication of information
46
What things are located in the header
Report name | Company logo
47
What things are located in the footer
Page number | Date
48
What are forms used for
viewing and /or editing one record at a time on the screen
49
In order for something to be user friendly it needs to be
Simple Have labels Have clear instructions and directions
50
What are some examples of media files
Graphics Sound Video clips
51
Why is it better to establish a link between a database and a media file rather than just importing them by itself
Keeps the database files small but restricts portability of the application.
52
What does delimited text mean
a text file contains words or fields that are separated by the ‘tab’ key press or by a comma, while records may be separated but the ‘Enter’ key press.
53
What does expressing your data as a spreadsheet or in presentation software allow you to do
It allows data to be presented as charts and web pages
54
What is a database
A organised collection of related data
55
What is a data dictionary
A table that shows field names field size and validation rules for each file
56
What is a field
A cell in a table that holds a singular piece of data
57
What is a file
An alternative name for a field
58
What is a flat file database
A stand alone table of data
59
What does a form do
To display one record at a time
60
What does a key field do
It holds the primary or foreign key
61
What does the intranet allow you to do
To have private network for access by specific people
62
What does the internet allow you to do
Search up and share information
63
How does your computer link up to the internet
By communicating with each other using TCP/IP
64
What does TCP/IP stand for
Transmission control protocol
65
Ways if getting access to the internet
Direct connection Dial up connection Broadband connection
66
How does direct connection work
Is a connection to the LAN
67
What does LAN stand for
Local Area Network
68
How does dial up connection work
Through the use of a modem and telephone line to connect to the internet
69
What do you need to use the internet
A ISP
70
What is a ISP
Internet service provider
71
What does an ISP give to the user
Internet access for a small fee
72
What where the dates of the main advances of the internet
``` 1969 1974 1979 1981 1982 1984 1986 1991 1993 ```
73
What happened in 1969
Arpanet was created which was a intranet
74
What does APARNET stand for
Advanced Research project Agency Network
75
What happen in 1974
Telenet a commercial aparnet was invented
76
What happened in 1979
Usenet was invented for news related things
77
What happened in 1981
Bit net was invented which allowed for email services
78
What happened in 1982
Arpanet adopted the tcp/ip standard
79
What happen in 1984
The domain naming system was invented
80
What happen in 1986
The national science foundation became the backbone of americas internet service
81
What happen in 1991
The world wide wed was implemented with the help of http
82
What does http stand for
Hyper text transfer protocol
83
What happened in 1993
The world wide web managed to graphically display hypertext documents