REQUISITOS Flashcards
(124 cards)
Skate holders
Business management: Is the bridge to the development team to customers.
Project Management: Is the person that manages the team. “How are we doing?”
Development Team: This includes requirements gathering, software architecture and design, testing, configuration management.
Customers: Are responsible for purchasing the software
End-Users: The people who interact with and use software after it is finished being developed
- 4P
People: Are the stakeholders. This is the most important part.
Process: Is all part that realizes in the process.
Project: Is the structure of the development of everything project, the times, the activities. Product: Is the part finally, that is given to users or client.
Artifact:
Component for a software deliverable. For example, a database.
Certification
The validation of knowledge.
JIRA
Software that allows you to manage the entire project process.
Spring:
Short period of time to do activities.
Modularity
It allows us to solve the project because the problem is divided into a sequence of activities.
MoSCoW
Must have, Should have, Could have, Will not have. Direction structure to divide the.
UML
: Unified Modeling Language, Creating diagrams to support the relationship of POO.
Abstraction:
It does not specify the attributes and defines the behaviors.
Polymorphism:
The object can change, according to the characteristics.
- Inheritance:
It is an attribute that is extracted and placed on others
- Object:
Instance of a class.
- Class:
Template or model to create an object.
- SaaS:
Providing software over the internet as a service.
AWS:
Cloud storage.
- GitHub
: Allows collaborative logical work.
- StartUp
: A team of people where an application is developed that will eventually be bought by a large company.
Agile methodology:
It is a methodology that uses incremental requirements, they are interactive and this helps to carry out the processes.
- Traditional methodology:
It has a process where if a stage has already passed, the process should not be returned.
Difference beetween agile and traditional methodology is that
is the times and costs.
Software Fails:
It’s when reports fail (CHAOS REPORT).
Specification:
: Details about the functions of the program. Example: In specific language, Java.
- Requirement:
They encompass the entire project, they are the abstraction and generalities. OR Description that software unions also are the restrictions that the product must have.