The answer to the above problem is as follows:
Goal of developers of Pseudo-Code:
Pseudo code is not actually a proper programming language , it is rather a simple and easy way to say what each line of code should do using a high level language like english which is understandable for all.
The goal behind its development was to allow the developers to express themselves freely in plain langauge which can the be converted to an actual code in a simple manner than a flowchart.
Goal of developers of Fortran:
The objective behind its development was to create a programming language that is simple to learn, can do a wide variety of mathematical computations and the code does not have to be dependent on the machine it runs. In this way, it forms the basis of many scientific and numeric compuing.
Goal of developers of Algol:
If we analyse deeply, we will learn that algol was developed to correct the shortcoming of fortran and later it went on to become the basis of many programming languages.
Algol was developed to encourage block struture of a program which will enable developers to create smaller blocks or components of code and the go on to build large programms.
Similarities :
All the above were developed to make programming simpler and make developer's think in an easier manner. They are all made simple to learn and not complex. They were also the earliest developed so they had to be simple and the common thing between them is that they all went ahead to become the basis of many modern programming lamgauges.
Difference :
The difference between them is that pseudo code is not an actual programming language which runs on a compiler or interpreter. It is just the way of writing the working of code in plain simple langauge, so that it becomes easier to convert them into actual code.
Where as fortran and algol are actually programming language.
Now fortran differs from algol because algol supports blocks of code that has begin..end code marks which was not present in fortran. and therefore it paved way for modern modular structure of code.
If this answer helps, please give an up vote and feel free to comment for any query.
2. What were the goals of the developers of Pseudo-Code, Fortran, and Algol? How are they...
Fortran questions a) How many input-output statements were there in original Fortran? b) What was the largest possible statement number? c) What was the purpose of statement numbers? d) In what order would the elements of a 2D array be stored in the object program? e) What would the “arithmetic formula” statement be called today? f) If the variable on the left side of an arithmetic formula is a fixed point, and the expression on the right side evaluates to...
FORTRAN QUESTIONS: a) How many input-output statements were there in original Fortran? b) What was the largest possible statement number? c) What was the purpose of statement numbers? d) In what order would the elements of a 2D array be stored in the object program? e) What would the ”arithmetic formula” statement be called today? f) If the variable on the left side of an arithmetic formula is a fixed point, and the expression on the right side evaluates to...
How do i create flowchart and pseudo code to generate number between 1-10?
Question 6 2 pts Executive: At Oak Meteors, we want all of our business developers to be outstanding. For these reasons, we have started the Excellence Club, whose membership is limited to those who place in the top 10 percent in terms of the dollar value of the deals they complete. The annual goals of each business developer include membership in this club. We also believe in continuous improvement. To meet their annual goals, the business developers also must generate...
I need this in Net beans and not Python. Part 1 - Pseudo-code Design and write the pseudo-code for the following Problem Statement. Problem Statement A company gives its employees an that will provide one of 3 results based on the following ranges of scores: Score Message on Report 90-100 Special Commendation 70-89 Pass Below 70 Fail Design a single If-Then-Else structure using pseudo-code which displays one of these messages based a score input by a user. Be sure your...
What is the output of the following pseudo-code segment? A, B, C, or None of the above ** In pseudo-code, you ignore syntax errors and focus on the logic ** score = 60 if (score >= 70) print "C" else if (score >= 80) print "B" else if (score >= 90) print "A" and score = 105 if (score >= 90 && score <= 100) print "A" else if (score >= 80) print "B" else print "C"
Given the following pseudo code: int result; (result is 1 byte) int count; (count is 1 byte) for (result= 10, count= -10; count < result ; count++) { if(count > 2) result--; else result ++; } 1) write an assembly language program that will implement this pseudo code using a while construct. 2) write an assembly language program that will implement this pseudo code using a do-until construct Note: For both 1) and 2), do not forget to include the...
guys can you please help me to to write a pseudo code for this
program and write the code of the program in visual studio
in.cpp.
compile the program and run and take screenshot of the output
and upload it. please help is really appreciated.
UTF-8"CPP Instruction SU2019 LA X 119SU-COSC-1436- C Get Homework Help With Che X Facebook -1.amazonaws.com/blackboard.learn.xythos.prod/584b1d8497c84/98796290? response-content-dis 100% School of Engineering and Technology COSC1436-LAB1 Note: in the instruction of the lab change "yourLastName" to your last...
Provide a brief overview of Hershey. What were the goals of Hershey's Enterprise 21 project? In addition to making reference to the goals described in the case, do your own analysis making reference to the competitive forces and value chain models. What was Hershey's plan for the project? What risks were recognized at the time and what risks should have been identified but were not? What were the problems that arise during the project? Include both internal problems directly related...
What is the IPO table and the Pseudo code for trying to determine the compound interest on the principle and any interest accrued in the past. A=P*(1+r/n)^(n*t).