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

1. Pseudocode and flowcharts are two different tools or methods used in planning a solution to
a problem.
2. Suppose your supervisor at work wants you to write a program to accomplish a specified
task. However, they have not let you know which computer language to use. It is still
possible to design the program in pseudocode.
3. During the design phase, all errors will be caught by Visual Basic's smart editor.
4. Although a flowchart (as its name suggests) depicts data flow very well, it is not easily
modified once written.


1. T
2. T
3. F
4. T

Computer Science & Information Technology

You might also like to view...

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

1. Using the [i] on a string variable does not check for illegal values of i. 2. A string variable and a c-string are the same data type. 3. The function used to 'put two c-strings together into one" is called 4. The following declares a c-string and initializes it to "speaker" char str[]="speaker"; 5. The following declares a c-string variable that will hold 10 letters. char str[10];

Computer Science & Information Technology

To rethrow an exception, the exception handler must:

a. Use the throw; statement. b. Use the throw command with the same parameters as the original exception. c. Return a reference to whatever caused the original exception. d. Not have attempted to process that exception at all.

Computer Science & Information Technology

Which of the following is NOT a cluster validation test?

A. cluster configuration B. name resolution verification C. inventory tests D. system configuration tests

Computer Science & Information Technology

The most commonly used leader is the ________ leader

A) underscore B) dash C) dot D) none

Computer Science & Information Technology