Lesson 2 Flashcards
Software development (waterfall, agile)
What is Back end
Its a server side. Not visible to the user. It stores data, business logic, server functions
What is Front end
It’s client side, user sees and interact with browser or application interface.
What are steps in Software development life cycle
1.Planning
2.Design – QA’s step in
3.Development
4.Testing
5. Deployment
6.Maintanance
What is Agile approach
Rapid adjustments through the development process. Take small features and deliver them in small increments.
What is a waterfall approach
the new phase begins only after the previous one completed. There is no returning to the previous phase. No changes possible. Progress flows in one direction.
What is Scrum Methology?
characterized by short phases or Scrums ( sprints). The team identifies small parts of scope to complete in 2-4 weeks.