Midterm Flashcards
Which of the following is NOT required in software development?
project presentation
The project change control board should include:
customers and developers
Which of the following can be used as a software development document?
All of the above:
Which project management method can be used to find the project’s critical path?
PERT chart
Which of the following statements is correct according to Agile principles?
Requirements can be changed even in the late development phase
Which of the following is not a good reason for project management?
To increase the amount of time spent on a project.
Agile is a RAD methodology.
False
Which statement is true about scrum and sprint?
A sprint is an incremental iteration of scrum.
RAD technology prefers short development iterations and small development teams.
True
Which statement is correct to describe Git?
Git is a free an open-source distributed version control application
Which of the following is NOT a component of Git project?
Branch
Which category of project requirement specifies what the customer hopes to achieve?
Business requirements
The project’s security requirements should be specified in:
non-functional requirements
Which of the following are examples of non-functional requirements?
- The application will return a result in less than 3 seconds
- The system will support at least 30 users simultaneously
Which of the following are true about good requirements?
- Requirements should be consistent with each other
- Requirements should be clear
What tools can be used to record the project’s requirements?
- User stories
- Requirements specification
Which of the following should be specified in the high-level design?
- Security
- Architecture
- Interfaces
Which of the following is an activity in high-level design?
Design menus and forms for interfaces
What type of architecture has part of the application provide a function and a separate part of the application use the function?
Client/server
Which architecture should be used if different parts of the application run on different processors at the same time?
Distributed
The application’s interface and outputs should be specified in low-level design.
False
Which of the following features can not be implemented by object-oriented design?
Normalization
Which of the following are true about Third Normal Form?
- There are no transitive dependencies
- All non-key fields depend on all key fields
- No two rows can contain identical values
What tools can your team use at Practera for group project development?
- Receive mentor’s feedback
- Send texts, messages, images, or videos to your team members and mentor
What is the difference between internal and external interfaces?
- Internal interfaces specify how parts of the system interact with each other.
- External interfaces specify how the system interacts with other systems