A) Here's an example of a flowchart and pseudocode that could be used to display the prime numbers between 1 and 10000:
Flowchart: START
Set up an array of numbers from 1 to 10000
Set an empty array to store the prime numbers
Set i = 2, the first Prime number
For each number in the array, check if it is divisible by i
If it is divisible by i, it is not a prime number and move to the next number in the array
If it is not divisible by i, it is a prime number and add it to the prime numbers array
Increase i by 1 and go back to step 4
Repeat steps 4 through 7 until i is greater than the square root of 10000
Display the prime numbers array
END
What is the difference between a hierarchy of modules and a flowchart.
Flowchart.
1. Macro flowchart shows less information whereas micro flowchart shows more information. 2. Macro flowchart is easy to design as comparative to micro flowchart. 3. Macro flowchart is difficult to study and understand as comparative to micro flowchart.
Draw a flowchart to generate odd numbers between 100?
Flowchart it is diagrammatic Program it is coding. A flowchart is drawn out on paper, and shows the logic of an if/then/else statement. The programming actually is the if/then/else, not just the logic.
A document is the result of a process in a flowchart. Data can be used as an input and output in a flowchart. Also data is more specific(e.g. ordernumber) and a document is more an overview of data.
Pseudo code is a sentence-like representation of an piece of code.A flowchart is a symbolic representation of code, using box shapes and arrows. http://wiki.answers.com/What_is_the_differences_between_Pseudocode_and_Flowchart#ixzz16xbjczkm
Venn diagram. This visual tool allows you to display similarities (in the overlapping areas) and differences (in the separate areas) between various attributes associated with a character.
You draw a flowchart to find maximum and minimum of given 3 input numbers by using all three numbers. You take the low, high and input the middle number between them. You can see the rise, or decline of the chart that way.
The difference between a program flow chart and a system flowchart is that a program flowchart is for a single program. A system flowchart is designed for an entire system with each box representing a process.
D. hierarchy chartPage 83Tony Gaddis
links are associated with objects and associations are associated with classes.