193k views
0 votes
Reusable modules, which are represented in the structure chart as rectangles with vertical lines on both sides, may often appear several times in a structure chart. These are called _____ modules. Group of answer choices

A) library
B) control
C) loop
D) conditional

User ZooMMX
by
5.9k points

1 Answer

2 votes

Answer:

The answer to this question is the option "A".

Step-by-step explanation:

In this question, the answer is option "A" which is the library. The term library stands in programming language for library made available across implementations of a programming language. In the programming section library is a collection of pre-compiled modules that a program can use and modules are stored in object format. We can reuse these modules in our program. So the answer to this question is the library.

User LeffelMania
by
6.5k points