Q: The first step in the system development life cycle is?
Q: The organized process or set of steps that needs to be followed to develop an information system is known as?
Q: Enhancements, upgradation, and bug fixation are done during which step in the SDLC?
Q: Which determines whether the project should go forward?
Q: Who spends most of their time in the beginning stages of the SDLC, talking with end-users, gathering requirements, documenting systems and proposing solutions?
Q: The entities having a positive or negative influence in the project completion are known as?
Q: System maintenance is performed in response to?
Q: What does the given expression evaluate to? E=6+5*4%3
Q: (true && true) || false evaluates to?
Q: Expression C=i++ causes?
Q: Which of the following languages is a subset of C++ language?
Q: In C++ language char ch='3' represents?
Q: Find out the error in the following block of code: if (x=100)?
Q: Looping in a program means?
Q: Which of the following is not a looping statement in C++?
Q: Which of the following is not a conditional jump statement in C++?
Q: Which of the following is a selection statement in C++?
Q: The continue statement?
Q: Which of the following is true for switch statement in C++?
Q: A collection of data items of the same data type placed in contiguous memory locations is called?