Question
In software engineering, what is the primary purpose of
the software development life cycle (SDLC)?Solution
The Software Development Life Cycle (SDLC) is a process used by software engineers and developers to ensure the efficient, systematic development of high-quality software. SDLC includes distinct phases such as planning, analysis, design, implementation, testing, and maintenance. By following these phases, SDLC provides a framework that helps in building reliable, scalable, and maintainable software while minimizing risks and ensuring that requirements are met. Why Other Options are Wrong: a) While SDLC promotes timely delivery, it does not guarantee that software will always be delivered on time. c) Testing is an integral part of the SDLC to ensure that the software is functional and bug-free. d) SDLC does not automate code generation; it provides guidelines for the development process. e) While stakeholder satisfaction is important, SDLC does not ensure it at every stage.
In a 5-stage pipeline (Fetch, Decode, Execute, Memory, Write-back), how many instructions can be in various stages of processing at the same time?
A transformer has a primary coil with 300 turns and a secondary coil with 150 turns. If the primary voltage is 240V, calculate the secondary voltage.
Which of the following is a common problem that synchronization mechanisms address in multi-threaded or multi-process environments?
What happens when a program accesses data that is not currently in physical memory (RAM) due to virtual memory management?
Which of the following is not a valid keyword in C++ language?
XML is designed to ____ and ____ data)
What is the main purpose of a digital signature in public key cryptography?
The best case time complexity of selection sort?
What is the space complexity of an algorithm?
Which functions are declared inside a class have to be defined separately outside the class?