EVENT DRIVEN PROG LESSON 1

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

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

SOFTWARE DEVELOPMENT LIFE CYCLE

OTHER TERM FOR SOFTWARE DEVELOPMENT

2
New cards

SDLC

s an integral part of software development process knowledge and followed by developers AND also helps in reducing the time for software development

3
New cards

PLANNING, ANALYSIS, DESIGN, IMPLEMENTATION, TESTING, AND DEVELOPMENT AND MAINTENANCE

WHAT ARE THE SIX PHASES OF SDLC?

4
New cards

PLANNING

. In this phase, the information needed are identified, gathered and examined.

5
New cards

ANALYSIS

In this phase special tools help the analyst make requirement determinations. Diagrams are being created in this phase such as Class Diagram, USE CASE, Activity Diagram, etc.

6
New cards

ANALYSIS

During —- the analyst studies the organization´s current procedures and the information systems used to perform organizational tasks.

7
New cards

DESIGN

In this phase of SDLC analyst uses the information collected earlier to accomplish the logical design of the information system AND ALSO In this phase analyst also works with users to design output that meets their information needs.

8
New cards

INTERFACE

connects the user with the system and is thus extremly important.

9
New cards

DESIGN

This phase also includes designing files or databases that will store much of the data needed by decision makers in the organization

10
New cards

HIGH LEVEL DESIGN AND LOW LEVEL DESIGN

HLD AND LLD MEANING

11
New cards

IMPLEMENTATION

In this phase, developers start build the entire system by writing code using the chosen programming language

12
New cards

IMPLEMENTATION

In this phase, Developer needs to follow certain predefined coding guidelines. They also need to use programming tools like compiler, interpreters, debugger to generate and implement the code.

13
New cards

TESTING

. A series of tests to pinpoint problems is run first with sample data and eventually with actual data from the current system

14
New cards

DEVELOPMENT AND MAINTENANCE

This is the last phase of system development. The analyst helps to implement the information system. This phase involves training the users to handle the system.