Home »
Management Information System »
MIS MCQ
MCQ | V-Model in MIS
MIS V-Model MCQ: This section contains the Multiple-Choice Questions & Answers on V-Model with explanations.
Submitted by IncludeHelp, on May 27, 2021
V-Model in MIS MCQs
1. A V-model is a SDLC model and called as V-model because of its,
- Shape
- Size
- Model
- None of the mentioned above
Answer: A) Shape
Explanation:
A V-model is a SDLC model and called as V-model because it is designed and developed as V alphabet shape.
2. The execution processes in V-model happens in a ____.
- Iterative in manner
- Sequential manner
- Spiral in manner
- All of the mentioned above
Answer: A) Iterative in manner
Explanation:
The execution processes in V-model happens in a Sequential manner. It is also known as Verification and Validation model.
3. The V model is also known as,
- Verification and Validation model
- Iterative Model
- Spiral Model
Answer: A) Verification and Validation model
Explanation:
The V-model is also known as Verification and Validation model.
4. In V-model, each and every development phase is associated with,
- Development phase
- Testing phase
- Design phase
- Implantation phase
Answer: B) Testing phase
Explanation:
In V-model, each and every development phase is associated with testing phase.
5. In V model, Verification refers a process of evaluating a product development phase to find out whether specified requirements are meet or not.
- True
- False
Answer: A) True
Explanation:
Verification is a process of evaluating a product development phase to find out whether specified requirements are meet or not.
6. In V model, Functional and Non-functional techniques are the part of,
- Verification
- Validation
- Both A and B
- None of the mentioned above
Answer: B) Validation
Explanation:
Functional and Non-functional techniques are the part of Validation.
7. In V model, Validation refers a process of evaluating a system after successfully completion to find out whether ___ and ___ are meet or not.
- Customer expectations, Requirements
- System development, Testing
- Analysis, design
- None of the mentioned above
Answer: A) Customer expectations, Requirements
Explanation:
Validation refers a process to evaluate the system after the completion of the development phase to determine whether system meets the customer expectations and requirements.
8. The V model is an extension of the ____.
- Iteration model
- Spiral model
- Waterfall model
- None of the mentioned above
Answer: B) Spiral model
Explanation:
The V model is an extension of the Waterfall model. This model is based on the association of a testing phase for each corresponding development stage.
9. In V model, Requirement analysis refers to detailed communication with the customer to understand their ____.
- Analysis and design
- Requirements and expectations
- Testing and implementation
- None of the mentioned above
Answer: B) Requirements and expectations
Explanation:
In V model, Requirement analysis refers to detailed communication with the customer to understand their requirements and expectations.
10. Amongst which of the following is a suitable option for system design phase ____.
- Physical and logical design
- Intermediate design
- Module design
- None of the mentioned above
Answer: A) Physical and logical design
Explanation:
A system design phase contains physical and logical design. It completes hardware and communication setup for developing product.
11. Architectural Design refers to break down it further into modules,
- True
- False
Answer: A) True
Explanation:
Architectural Design is a baseline in selecting the architecture. It refers to break down it further into modules. The data transformation process and communication process between the internal modules are defined well.
12. The Module Design refers ___ for all the system modules are specified.
- Internal design
- External design
- Both A and B
- None of the mentioned above
Answer: A) Internal design
Explanation:
The Module Design refers internal design for all the system modules are specified. It is also known as Low Level Design (LLD). This has designed in such a way so that the design may compatible with the other modules in the system architecture and the other external systems.
13. Testing Phase of V-model includes,
- Unit Testing, Integration testing
- System Testing, User Acceptance Testing
- Both A and B
- None of the mentioned above
Answer: C) Both A and B
Explanation:
Testing Phase of V-model includes Unit Testing, Integration testing, System Testing, User Acceptance Testing.
14. The functions of Unit testing are,
- Executed to eliminate errors at code level
- It is a smallest entity which exists as a program module
- Unit testing verifies the codes/ units
- All of the mentioned above
Answer: D) All of the mentioned above
Explanation:
The functions of Unit testing are to execute to eliminate errors at code level; it is a smallest entity which exists as a program module and Unit testing verifies the codes/ units.
15. In integration testing, all the modules of a system are integrated and the system is tested,
- True
- False
Answer: A) True
Explanation:
In integration testing, all the modules of a system are integrated and the system is tested. It is performed during Architecture design phase. This test verifies the communication of modules among themselves.
16. System test makes sure that expectations from a system developer are met.
- True
- False
Answer: A) True
Explanation:
System testing test the complete application with its functionality. It evaluates the built application's functional and non-functional requirements.
17. User Acceptance Testing tests whether the product is capable enough to launch in the market or ready to work in the real world.
- True
- False
Answer: A) True
Explanation:
User Acceptance Testing determines whether the product is ready to go to market or is ready to function in the real world. This type of testing is carried out in front of a user in a user environment.
18. With reference to V-Model, testing is done in a hierarchical manner,
- True
- False
Answer: C) True
Explanation:
In a V-Model, testing is done in a hierarchical manner. A system’s test strategy is devised. The test strategy is focused to make sure that the functionality defined in the specifications gathering is met.
19. Amongst which of the following shows the significance of a V-Model,
- Each phase of V-Model has specific deliverables and a review process
- Defects are found at early stage
- It is easy to manage
- All of the mentioned above
Answer: D) All of the mentioned above
Explanation:
A V-Model is significant because it is easy to manage and each phase of V-Model has specific deliverables and a review process, defects are found at early stage.
20. In what circumstances, a V-Model must be use?
- When requirements are clearly defined
- When sufficient technical resources are available with technical expertise
- Both A and B
- None of the mentioned above
Answer: C) Both A and B
Explanation:
A V-Model must be use when requirements are clearly defined and fixed and ample technical resources are available with technical expertise.