ST Module1 Assignment
ST Module1 Assignment
Assignment Module–1(Fundamental)
1. What is SDLC?
Software development life cycle is structure process that is used to planning,
design, analysis, development and testing good quality product.
5. What is SRS?
Software requirement specification is document that provides detailed
description of system to be developed.
6. What is OOPs?
OOPs stands for object-oriented programming. It is a programming paradigm
that organizes software design around classes and objects.
8. What is object?
Object is an instance of class.
9. What is class?
Class is collection of data member and member function, with its behaviour.
19. Draw Use case on Online shopping product using payment gateway.