System Analysis, Development, and Performance Exam Review

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

This set of flashcards covers key concepts from the lecture on system analysis, development, and performance, aimed at preparing students for their upcoming exam.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

17 Terms

1
New cards

What is a master test plan and when is it developed?

A master test plan is developed during the analysis phase.

2
New cards

During which phase is actual testing done?

The actual testing is done during the implementation phase.

3
New cards

What is unit testing?

Unit testing ensures that a single code unit—program, class, or method—works correctly.

4
New cards

What does integration testing verify?

Integration testing verifies that new code units work together and don’t crash existing code.

5
New cards

What is the purpose of regression testing?

Regression testing verifies that new features don’t unintentionally change existing functionality.

6
New cards

What is user acceptance testing (UAT)?

User acceptance testing is performed by the client to verify that the system meets functional requirements.

7
New cards

What is the difference between static and dynamic testing?

Static testing means that the code is not executed, while dynamic testing involves executing the code.

8
New cards

What is meant by manual testing?

Manual testing is the process of manually checking software for defects without the use of automated tools.

9
New cards

What is alpha testing?

Alpha testing is user testing of a completed information system using simulated data.

10
New cards

What is beta testing?

Beta testing is user testing of a completed information system using real data in the real user environment.

11
New cards

What is the focus of usability testing?

Usability testing focuses on effectiveness, efficiency, and user satisfaction with the system.

12
New cards

What does the implementation phase of SDLC involve?

The implementation phase involves organizational changes from the current information system to a new one.

13
New cards

What are the four installation strategies?

Direct, parallel, single-location (pilot), and phased installation.

14
New cards

What is corrective maintenance?

Corrective maintenance refers to changes made to a system to repair flaws in its design, coding, or implementation.

15
New cards

What factors influence the maintainability of systems?

Latent defects, number of system customers, quality of documentation, maintenance personnel, tools, and program structure.

16
New cards

What role does user documentation serve?

User documentation provides information on an application system, how it works, and how to use it.

17
New cards

What is the purpose of test scenarios?

Test scenarios outline the exact conditions for testing to validate specific functionalities or user journeys.