SDLC Focus Flashcards
SDLC Phase 1 of 7
Project Initiation
SDLC Phase 2 of 7
Functions Design Analysis and Planning
Requirements Gathering
SDLC Phase 3 of 7
System Design Specifications
How software will accomplish goals
SDLC Phase 4 of 7
Software Development
Programming code to meed specs. Integrating code with existing systems
SDLC Phase 5 of 7
Installation / Test / Implementation
Verify and validate software to ensure it works as planned and that goals are met
SDLC Phase 6 of 7
Operational / Maintenance
deploy software, ensure it’s properly configured, patched and goals are met
SDLC Phase 7 of 7
Disposal
First Generation Language
Machine Language
Executed directly by CPU
Second Generation Language
Assembly
written in hexadecimal, 1 char = 8 bits
translated into machine language by assembler
Third Generation Language
High Level Language
Requires compiler or interpreter
C or Java
Fourth Generation Language
Very High Language
query languages, report generators, application generators
Fifth Generation Language
Natural Language
artificial intelligence, expert systems