Question: c++ code only Question 1 (1 point) Which of the following is not part of the Software Life Cycle? Question 1 options: Analysis Design Data
c++ code only
Question 1 (1 point)

Which of the following is not part of the Software Life Cycle?
Question 1 options:
| Analysis | |
| Design | |
| Data Entry | |
| Implementation | |
| Testing |
Save
Question 2 (1 point)

One of the biggest difference between C and C++ is:
Question 2 options:
| C is object-oriented | |
| C++ is object-oriented | |
| All C++ programs are also C programs | |
| C only runs on UNIX computers |
Save
Question 3 (1 point)

The compiler will catch all your programming mistakes.
Question 3 options:
| True | |
| False |
Save
Question 4 (1 point)

The integer 0 is considered true.
Question 4 options:
| True | |
| False |
Save
Question 5 (1 point)

The stream that is used for input from the keyboard is called ___________.
_1_Question 5 options:
Save
Question 6 (1 point)

The stream that is used for output to the screen is called ___________.
_1_Question 6 options:
Save
Question 7 (1 point)

What is the value of x after the following statement?
float x;
x = 2.0 / 4.0 + (2 + 7) / 4
Question 7 options:
| 2.75 | |
| 2.5 | |
| 4.25 | |
| 2.0 |
Save
Question 8 (1 point)

What is the output after the following code executes? int x=10; if ( ++x > 10 ) { x = 13; } cout
Question 8 options:
| 10 | |
| 11 | |
| 13 | |
| 14 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
