When a module is processed:

a. The computer jumps to the module, executes the instructions in the module, and then quits.
b. The computer jumps to the module, executes the instructions in the module, and then returns to the next executable instruction.
c. The computer jumps to the module, executes the instructions in the module, and then jumps to another module according to the structure chart.
d. The computer ignores the module and returns later to execute the instructions.


b. The computer jumps to the module, executes the instructions in the module, and then returns to the next executable instruction.

Computer Science & Information Technology

You might also like to view...

In design view, the field is activated when the box at the left of the field is bright blue

Indicate whether the statement is true or false

Computer Science & Information Technology

Identify the letter of the function choice that best matches the description.

A. SUMPRODUCT B. LOOKUP C. ROWS D. INDEX E. COLUMNS

Computer Science & Information Technology

A(n) ________ is a custom program or additional command that you can install to extend the functionality of a Microsoft Office program.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Using the flowchart above, which decision statement will correctly check that hoursWorked is greater than or equal to the FULL_WEEK constant?

A. hoursWorked == FULL_WEEK B. hoursWorked > FULL_WEEK C. hoursWorked >= FULL_WEEK D. hoursWorked != FULL_WEEK

Computer Science & Information Technology