Question: 1. Every C++ program must have a main function. True or False: 2. What is a series of commands that instructs the computer how to

1. Every C++ program must have a main function. True or False:

2. What is a series of commands that instructs the computer how to process data?

3. What are 2 of the best known programming paradigms?

4. Compare and contrast the two best known programming paradigms.

5. It is possible to store values into variables at the same time they are declared. True or False:

6. The stage in the development lifecycle, where all technical aspects of the program or programs are documented, is known as

a. Problem definition and Analysis b.implentation c.program design d. coding

7. The C++ program cares how neatly your program is written. True or False:

8.Recall when we tried to write a program to capture a person's full name (first name and last name).

a. What was the issue or obstacle that we encountered? b. how did we remedy the issue?

9. What is the most appropriate data type to store the price of a grocery shopping item?

10. By default, the setw stream manipulator displays data left justified. True or False.

11. This type of loop is a conditional loop. a. Do-while loop b. switch loop c. while loop d. for loop

12. The increment and the decrement operators are also unary operators. True or False.

13. This type of loop is NOT a conditional loop. a. Do-while loop b. switch loop c. while loop d. for loop

14.Runtime errors are easy to identify because they produce erroneous results. True or False.

15.What is a special value that's used to mark the end of the user input, like 0 or 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 Databases Questions!