ict Flashcards

1
Q

Consistency check

A

Checks if fields correspond (tie up) with each other

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

Data type check

A

Data being entered needs should be of the same type as the data type specified

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

Format check

A

Performed on codes to make sure that they are the correct combinations of characters

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

Length check

A

Checks if the input data contains the required number of characters

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

Presence check

A

Checks if data is actually present and hasn’t been missed out

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

Range check

A

Checks whether numerical data is within given / acceptable values

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

Direct Changeover

A

The old system is stopped overnight and the new system is introduced immediately.

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

Parallel Running

A

The old and the new systems are run side by side for a time before the new system takes over altogether.

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

Pilot Implementation

A

The new system is introduced into one part of the company (eg into a warehouse of a supermarket) and its performance assessed.

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

Phased Implementation

A

Initially, only part of the new system is introduced. Only when it proves to work satisfactorily is the next part introduced, and so on, until the old system is fully replaced.

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

This is when to use Direct Changeover

A

A small organisation which can afford to lose data/where system needs to be up and running very quickly/where the new system has been thoroughly tested

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

This is when to use Parallel Running

A

An organisation with large amounts of data which would take too long to re-enter / cannot afford to lose data/where time taken/cost to implement is not an issue/where the new system needs to be thoroughly tested

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

This is when to use Pilot Implementation

A

An organisation where there are clearly defined separate processes/where the new system needs to be thoroughly tested

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

This is when to use Phased Implementation

A

An organisation where there are several branches all doing the same work)/where the new system needs to be thoroughly tested

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

Examples of User Documentation

A

Error handling / meaning of errors, How to add, delete or amend records, How to do a search, Troubleshooting Guide/FAQs

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

Examples of Technical Documentation

A

File structures, Known bugs in the system, Programming language used

17
Q

Analysis

A

First stage of the system life cycle

18
Q

Design

A

Second stage of the system life cycle

19
Q

Development & Testing

A

Third stage of the system life cycle

20
Q

Implementation

A

Fourth stage of the system life cycle

21
Q

Documentation

A

Fifth stage of the system life cycle

22
Q

Evaluation

A

Final stage of the system life cycle

23
Q

Evaluation methods

A

looking at the efficiency, ease of use and appropriateness of the solution.

24
Q

Evaluation strategies

A

Comparing the solution with the original requirements, Identifying any limitations and necessary improvements

25
Q

Post evaluation actions

A

Update of hardware and software due to feedback from users, new hardware available, changes in legislation

26
Q

Testing Designs

A

describe how data/file structures, validation, input and output methods are created and tested

27
Q

Visual Verification

A

Human carefully compares what has been entered with data source (application form / order etc)

28
Q

Double Data Entry

A

Data source entered into the computer twice, and only if the two sets are identical will they be accepted for processing (Computer checks)

29
Q

Validation

A

Routines try to ensure data going into the system is reasonable

30
Q

Verification

A

Methods to ensure that the data entered into the systems is copied accurately from the source

31
Q

Observation

A

Watching personnel using the existing system to find out exactly how it works

32
Q

Questionnaires

A

Distributing {these things} to the workforce, clients or users to find out their views

33
Q

Interviews

A

A one-to-one question and answer session between the analyst and employee

34
Q

Examining existing paperwork

A

Allows analysis to see how paper files are kept to

35
Q

Data flow diagram

A

shows the flows of data, input and output requirements with processing and types of data storage neede