Process logic may be represented as:

A) structured English.
B) a decision table.
C) a decision tree.
D) a formula.
E) All of the above.


E) All of the above.

Computer Science & Information Technology

You might also like to view...

Given that you have a file with the internal name Books which contains twenty records, with three fields per record (title, author, publication year), how many passes will be executed in the following loop?

```While NOT EOF(Books) Read Books, Title, Author, Year End While``` a. 1 b. 3 c. 20 d. 21

Computer Science & Information Technology

Floating-point literals are of type ________ by default.

a. float b. double c. real d. decimal

Computer Science & Information Technology

What does the following code display?

``` Console.Write("*"); Console.Write("***"); Console.Write("*****"); Console.Write("****"); Console.WriteLine("**"); ```

Computer Science & Information Technology

In the accompanying figure, item 2 points to the ____.

A. horizontal and vertical rulers B. margin guides C. document boarders D. top and side layers

Computer Science & Information Technology