Question
Which component in a V-shaped software development model corresponds to the testing phase?
Solution
In the V-shaped model , each development phase has a corresponding testing phase. Unit Testing corresponds to the initial stages of coding, where individual modules are tested to ensure they function correctly before being integrated with others. b) System Design : System Design refers to designing the software structure, not testing. c) Coding : Coding refers to the implementation phase, not testing. d) Requirements Gathering : This is the first step of development, not testing. e) Implementation : Implementation refers to putting the system into production, not to the testing phase.
- Which of the following best defines the concept of Encapsulation in Object-Oriented Programming (OOP)?
- Which CPU scheduling algorithm minimizes the average waiting time, assuming all processes arrive at the same time?
- What will be the output of the following code snippet? class Animal: ย ย def sound(self): ย ย ย ย return "Some sound" class Dog(Animal): ย ย def sound(sel...
- Which of the following correctly describes the second normal form (2NF) in database normalization?
- Which layer of the OSI Model is responsible for ensuring error-free delivery of data between source and destination?
- Which of the following best describes the primary purpose of virtualization in cloud computing?ย
- What is the primary purpose of implementing a 3-2-1 backup strategy?
- Which SQL command is used to delete all data from a table but retain the structure for future use?
- Which type of software is designed to help users perform specific tasks, such as creating documents, spreadsheets, or presentations?
- What is the primary purpose of cache memory in computer architecture?