Day 19
Hello
As I told you yesterday that we will delve a little into pre-programming languages and computers, things that are not in the course that I am studying because the course is specialized in the language only, but these basics must be known in advance, you can do without them, but we make the process a little easier.
Today I learned more about something called Algorithm,
which is a set of steps and thinking about the program such as the input, output, and processing before writing the code. It facilitates writing the code and reduces the error rate because the programmer does not modify the code much, as most of his modifications are to the Algorithm before writing.
Algorithm is divided into two parts, the first is called Pseudocode and the second is called Flowchart.
Pseudocode is a phrase about some symbols such as input, output, and processing written in the form of lines like an article, and it is easier to modify and most programmers use it.
Flowchart is an input, output and presense like pseudocode but it is written in the form of drawings and each drawing expresses the matter like the opposite image, and it is used in explaining and presenting ideas, so its idea is simpler and easier for people to understand. This was before programming languages, the reason I did not take it at first is that I was eager to write the first programming code and I could not wait, and also many people said that I could start without learning it and that I would learn it later, so I decided to learn it today.
تعليقات
إرسال تعليق