Software Engineering Tutorial
Software Engineering is a subdomain of Engineering in which you learn to develop, designing, testing, and maintenance of software using a systematic and structured approach. Software is a collection of programs. And that programs are developed by software engineers. The code of a program is written in any of various programming languages like C++, Java, Python, Django, etc.
In this Software Engineering Tutorial, you will learn all the basic to advance concepts like Software development life cycle, software project management, software model, etc.
Recent Articles on Software Engineering
Topics:
Introduction:
Software Development Models & Architecture:
- Classical Waterfall Model
- Iterative Waterfall Model
- Spiral Model
- Incremental process model
- Rapid application development model(RAD)
- RAD Model vs Traditional SDLC
- Agile Development Models
- Agile Software Development
- Extreme Programming (XP)
- SDLC V-Model
- Comparison of different life cycle models
- User Interface Design
- Coupling and Cohesion
- Information System Life Cycle
- Database application system life cycle
- Pham-Nordmann-Zhang Model (PNZ model)
- Schick-Wolverton software reliability model
Software Project Management(SPM):
- Project Management Process
- Project size estimation techniques
- System configuration management
- COCOMO Model
- Capability maturity model (CMM)
- Integrating Risk Management in SDLC | Set 1
- Integrating Risk Management in SDLC | Set 2
- Integrating Risk Management in SDLC | Set 3
- Role and Responsibilities of a software Project Manager
- Software Project Management Complexities
- Quasi renewal processes
- Reliability Growth Models
- Jelinski Moranda software reliability model
- Schick-Wolverton software reliability model
- Goel-Okumoto Model
- Mills’ Error Seeding Model
- Basic fault tolerant software techniques
- Software Maintenance
Software Requirements:
Software Testing and Debugging:
FAQs on Software Engineering
Q.1 What are the various categories of software?
Answer:
- System software (e.g. Operating systems, compiler, drivers, etc.)
- Web and Network software (e.g. Gmail, Google Drive, Facebook, etc.)
- Embedded Software: (e.g. washing machines, satellites, microwaves, TVs, etc.)
- Artificial intelligence software (Expert Systems, pattern recognition software, artificial neural networks, etc.)
- Scientific software (e.g. MATLAB, AUTOCAD, etc.)
Q.2 What are different Software Development Lifecycle Models?
Answer:
- Waterfall model
- Spiral model
- Incremental model
- Agile model
- Iterative model
Q.3 What is Software prototyping?
Answer:
A software prototype is a working model with less functionality. The logic of the prototype may or may not match with the final software program. It is only available for a limited number of users to get their feedback.
If you like GeeksforGeeks and would like to contribute, you can also write an article and mail your article to review-team@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please write comments if you find anything incorrect, or if you want to share more information about the topic discussed above.