Question: Ques. 1 : Multiple Choice Question [ 1 0 Pts ] 1 . What is the first step in the software life cycle? a .

Ques. 1 : Multiple Choice Question [10 Pts]
1. What is the first step in the software life cycle?
a. Implementation of design
b. Problem analysis
c. Testing and verification
d. Maintenance
2. What is the key characteristic of an algorithm?
a. It runs indefinitely
b. It describes a solution in a finite amount of time
c. It must have an infinite number of steps
d. It requires human intervention
3. Which of the following is NOT a goal of quality software?
a. It works
b. It cannot be modified
c. It can be read and understood
d. It is completed on time and within budget
4. Preconditions describe:
a. What a function requires is being true before execution.
b. What must be true after a function completes.
c. The errors in a function.
d. The software requirements.
5. The below code contains:
```
#include
using namespace std;
int main(){
int num1=10, num2=0;
cout "Result: " num1/ num2 endl;
return 0;
}
```
a. Compile Error.
b. Run-time Error
c. Design Error.
d. Correct and has no errors.
Ques. 1 : Multiple Choice Question [ 1 0 Pts ] 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!