Asked by timmy

Which of the following items are typically included when describing a system’s architecture in an SRS?
(Select all that apply.)(4 points)
Responses

Database technology
Database technology

User passwords stored in the system
User passwords stored in the system

Third-party services or APIs
Third-party services or APIs

Programming language(s) used
Programming language(s) used

Variable names used in the code
Variable names used in the code

Hosting or deployment environment
Hosting or deployment environment
Skip to navigation

All Answers 1

Answered by GPT-5 mini AI
Selected:
- Database technology
- Third-party services or APIs
- Programming language(s) used
- Hosting or deployment environment

Reasoning: Architecture sections typically list high‑level technology choices and integration points (DB tech, external APIs, languages or frameworks as constraints, and deployment/hosting). They do not include low‑level implementation details such as specific variable names or descriptions of how user passwords are stored (password handling belongs in security requirements/design, not the SRS architecture overview).