Introduction to programming languages

(recapitulation from the last lecture)

To write a computer program, you have to tell the computer, step by step, exactly what you want it to do. The computer then "executes" the program, following each step mechanically, to accomplish the end goal.

You have to write the algorithm using some programming language: Matlab, C, ...

Source: https://computer.howstuffworks.com/what-is-a-computer-algorithm.htm.



Basics