



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The evolution of programming languages from machine level to high-level languages. It highlights the advantages and disadvantages of each language and the reasons for the existence of multiple programming languages. The document also touches on the difficulty of programming and the need for machines to do some of the work.
Typology: Lecture notes
1 / 5
This page cannot be seen from the preview
Don't miss anything!




loop get # read a number ifzero done # no more input if number is zero add sum # add in accumulated sum store sum # store new value back in sum goto loop # read another number done load sum # print sum print stop sum 0 # sum will be 0 when program starts
Benjamin Whorf