(ICT2621) - Chapter 11 UPDATED ACTUAL
Questions and CORRECT Answers
Software Engineering - CORRECT ANSWER - The disciplined application of engineering
principles to the creation of complex, long-lived applications
International Organization for Standardization (ISO) - CORRECT ANSWER - Seeks to
offer a global consensus of what constitutes good management practices that can help firms
deliver consistently high-quality products and service - including software.
Application Development - CORRECT ANSWER - The process of constructing the
programs and code modules that serve as the building blocks of the information system.
Flowchart - CORRECT ANSWER - A graphical representation of logical rules and
interaction
Structure Charts - CORRECT ANSWER - Charts that show the program modules and the
relationships among them. Consists of rectangles that represent the program modules, with
arrows and other symbols that provide additional info.
Library module - CORRECT ANSWER - Re-usable code that can be invoked from more
that one point in the chart
Data Couple - CORRECT ANSWER - Shows the data that one module passes to another
Control Couple - CORRECT ANSWER - Shows a message also called a status flag, which
one module sends to another
Condition - CORRECT ANSWER - Indicates that a control module determines which
subordinate modules will be invoked, depending on a specific condition