Question
Which software development methodology emphasizes
iterative development and customer feedback?Solution
The Spiral model is an iterative development methodology that emphasizes continuous feedback from the customer and iterative refinement of the project. It combines elements of both design and prototyping, allowing for flexible development and the incorporation of customer feedback at multiple stages. a) Waterfall is a linear and sequential development methodology with little room for iterative feedback. c) The V-Model emphasizes verification and validation but is not iterative. d) Big Bang involves starting development without much planning or customer feedback and is not iterative. e) Incremental development adds functionality in parts but does not focus as heavily on iterative feedback as the Spiral model.
In mobile computing, which type of network allows devices to connect directly to each other without using a central router or switch?
Which of the following services is NOT commonly provided by AI/ML platforms?
- Which of the following is a core feature of Cloud Computing that distinguishes it from traditional computing models?
- Which of the following is the primary benefit of Big Data analytics in decision-making?
Which of the following algorithms is commonly used in Machine Learning for clustering tasks?
Which type of Memory is typically the fastest in a computer system?
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?
What is the output of the following code: x = 5; y = 2; print(x ** y)?
Which type of malware disguises itself as legitimate software but has malicious intent once installed?
Which of the following is a valid operation on a linked list data structure?