Examveda
Examveda

The primary tool used in structured design is a:

A. structure chart

B. data-flow diagram

C. program flowchart

D. module

E. None of the above

Answer: Option A

Solution(By Examveda Team)

structure chart: This is the correct answer. In structured design, the primary tool used is a structure chart. A structure chart is a visual representation of the modules or components of a system and their relationships, showing the hierarchy and connections between them.

data-flow diagram: While data-flow diagrams are important in structured design, the primary tool is the structure chart.

program flowchart: Program flowcharts are used to represent the flow of control in a program but are not the primary tool in structured design.

module: A module is a component of a system, and while important in structured design, the primary tool is the structure chart.

Therefore, in the context of the question, the primary tool used in structured design is a structure chart (Option A).

This Question Belongs to Computer Science >> System Analysis And Design

Join The Discussion

Comments ( 4 )

  1. Mukesh Kumar
    Mukesh Kumar :
    2 months ago

    Wrong ha

  2. Boy Tz
    Boy Tz :
    6 months ago

    Analysis Phase: It uses Data Flow Diagram, Data Dictionary, State Transition diagram and ER diagram.
    Design Phase: It uses Structure Chart and Pseudo Code

  3. Ashie Afutu
    Ashie Afutu :
    2 years ago

    Historically, the introduction of technology has caused profound changes in the labor market and,
    temporarily at least, displaced people from jobs. Discuss whether the introduction of extensive
    process automation is likely to have the same consequences for software engineers. If you don’t
    think it will, explain why not. If you think that it will reduce job opportunities, is it ethical for the
    engineers affected to passively or actively resist the introduction of this technology?

  4. Muhammad Bello
    Muhammad Bello :
    5 years ago

    Which of the following systems implementation approaches should be used if you want to run the old system and the new system at the same time for a specified period

Related Questions on System Analysis and Design

System Study involves

A. study of an existing system

B. documenting the existing system.

C. identifying current deficiencies and establishing new goals

D. All of the above

E. None of the above