Systems Analysis, Design, Testing, and Implementation Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key ICT concepts including research methods, system design, testing strategies, implementation types, verification, and validation techniques.

Last updated 3:04 AM on 9/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Test Strategy

A document describing the overall testing approach of a system, mapping out test designs, methods, and techniques before a test plan is created.

2
New cards

Test Plan

A document detailing the specific tests to be carried out on a piece of software, showing test objectives and describing how, when, and by whom testing will be performed.

3
New cards

Visual Verification

A verification method where entered data is visually compared against the original source document to check for copy or transcription errors.

4
New cards

Parallel Running

An implementation method where the old system and new system operate together until the new system is proven to work properly, after which the old system is removed.

5
New cards

Direct Changeover

An implementation method where the old system is stopped completely and replaced immediately by the new system on a specific date.

6
New cards

Pilot Changeover

An implementation method where the new system is fully implemented in one branch or location at a time to test performance before expanding to others.

7
New cards

Phased Implementation

An implementation method where a new system is introduced into an organization one module or process at a time.

8
New cards

System Specification

A document created during system analysis that outlines general requirements, system capabilities, and recommended hardware and software specs.

9
New cards

Normal Test Data

Test data that falls within the acceptable bounds and represents typical, valid inputs expected by the software.

10
New cards

Extreme Test Data

Test data that lies on the extreme boundary limits of acceptable values for a system.

11
New cards

Abnormal Test Data

Test data outside acceptable limits or in an incorrect format that the system should reject.

12
New cards

Technical Documentation

System documentation created for programmers, analysts, and developers to assist with maintaining, updating, and repairing the software system.

13
New cards

User Documentation

Documentation produced to help end-users learn how to operate, navigate, and troubleshoot a computer program.

14
New cards

Observation

A research method where an analyst watches people use an existing system to identify inputs, processes, outputs, and errors.

15
New cards

Interview

A face-to-face, one-to-one research method between an analyst and an employee to gather detailed qualitative information.

16
New cards

Questionnaire

A research method involving written questions given to multiple users, allowing fast, low-cost, anonymous data collection.

17
New cards

Format Check

A validation check that verifies whether input data matches a specified template or pattern, such as dd/mm/yyyy.

18
New cards

Range Check

A validation check that ensures input data falls within specified minimum and maximum numerical or date boundaries.

19
New cards

Length Check

A validation check that ensures input data contains a specific number of characters.

20
New cards

Character Check

A validation check that ensures input data contains only allowable characters or digits.

21
New cards

Type Check

A validation check that ensures data entered matches the designated data type, such as integer or text.

22
New cards

Presence Check

A validation check that ensures a field has not been left empty or submitted as a null value.

23
New cards

Check Digit

An extra digit appended to a numerical key, calculated from other digits, to verify data accuracy during entry.

24
New cards
25
New cards