What are the characteristics of a structured program?
What will be an ideal response?
• A structured program includes only combinations of the three basic structures: sequence, selection, and loop. Any structured program might contain one, two, or all three types of structures.
• Each structure has a single entry point and a single exit point.
• Structures can be stacked or connected to one another only at their entry or exit points.
• Any structure can be nested within another structure.
You might also like to view...
When the Paste feature does not insert an object in the way that you would like it to, it is best to try the more advanced, ________ feature, instead
Fill in the blank(s) with correct word
Designers previously relied on tables to create entire page layouts, but due to their lack of flexibility and limitations for access by people with disabilities, this use is now discouraged in favor of using ____-based layouts.
A. Java B. HTML C. JavaScript D. CSS