System Analysis and Design
Top-down programming is

a map of the programmer's view of the data
a group of related fields
an approach in which the top module is first tested then program modules are added from the highest level to the lowest level
a series or group of components that perform one or more operations of a more complex system

ANSWER DOWNLOAD EXAMIANS APP

System Analysis and Design
The approach used in top-down analysis and and design is

to identify a top level function and then create a hierarchy of lower level modules and components
All of these
None of these
to prepare flowcharts after programming has been completed
to identify the top level functions by combining many smaller components into a single entity.

ANSWER DOWNLOAD EXAMIANS APP

System Analysis and Design
A system design is said to be functionally modular if

None of these
the system makes extensive use of function. keys for maximum user assistance
the system is able to handle all the function of the application
each module performs a specific function and can be developed relatively independently by programmers
the system is developed using structured programming through COBOL or PASCAL

ANSWER DOWNLOAD EXAMIANS APP

System Analysis and Design
The rule(s) to follow in constructing decision tables is (are):

all of the listed here
standardized language must be used consistently.
a decision should be given a name
the logic of the table is independent of the sequence in which conditions rules are written, but the action takes place in the order is which the events occur.

ANSWER DOWNLOAD EXAMIANS APP