38.5k views
4 votes
Compare pseudocode and flowcharts for designing computer programs, and discuss the advantages and disadvantages of each.

User Elsammak
by
8.1k points

2 Answers

4 votes

Answer:

Using the drop-down menu, choose which programming design has these advantages and disadvantages:

✔ structured programming design

ur welcome inta is sevxn_szn

Step-by-step explanation:

2 votes

Answer:

Pseudocode

Advantages of Pseudocode:

  • Easier to translate into a high level programming language
  • No pressure of syntax (grammar) of the coding
  • Partially resembles standard English so it's easier for programmers to understand

Disadvantages of Pseudocode:

  • Can't immediately spot errors in coding such as logic errors
  • Runtime errors don't exist in Pseudocode

Flowcharts

Advantages of Flowcharts

  • Focuses on the logic of the program
  • Displays the manipulation (and flow) of data easily

Disadvantages of Flowcharts

  • Not ideal for big programs (only for subprograms)
  • Shapes may not be clear or obvious to what they are in terms of their functions
User Joepetrakovich
by
8.4k points