Answer the following statements true (T) or false (F)

1. In C++ global and local numeric variables are initialized to zero by default.
2. You may use the exit() function to return the flow of control from a function back to main() regardless of where the function was called from.
3. Object-oriented programming is centered around objects that include both data and the functions that operate on them.
4. ADT stands for Algorithmic Data Type.
5. A class declaration provides a pattern for creating objects, but doesn’t make any objects.


1. FALSE
2. FALSE
3. TRUE
4. FALSE
5. TRUE

Computer Science & Information Technology

You might also like to view...

Which one of the following statements assigns the value 40 to the first element in an array of integers named values?

a. values[-1] = 40; b. values[0] = 40; c. values[null] = 40; d. values[1] = 40;

Computer Science & Information Technology

Which of the following methods can be used to add elements to an array by pushing them onto the end of the array?

A. push B. append C. << D. A and C

Computer Science & Information Technology

To solve the product mix problem that will maximize the profits, you can use Excel's Solver add-in.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

An administrator is replacing a wireless router. The configuration of the old wireless router was not documented before it stopped functioning. The equipment connecting to the wireless network uses older legacy equipment that was manufactured prior to the release of the 802.11i standard. Which of the following configuration options should the administrator select for the new wireless router?

A. WPA+CCMP B. WPA2+CCMP C. WPA+TKIP D. WPA2+TKIP

Computer Science & Information Technology