It’s Computational Thinking:CT Skills - Algorithmic Thinking (AL)CS Domain - Algorithms and programmingTags - Programming language, SequenceThe first programming languages, developed in the 1940's and 1950's, looked like the one in our task,and are called assembly languages. Program lines were numbered and special commands, known as go to instructions, were used for jumping to a different line than the next one. It was really difficult to read these programs and find mistakes but easy to make them. The error-proneness of such programming languages was the reason why modern programming languages were developed starting in the 1950's.These modern languages are not line-oriented and contain structures like loops, procedures andselections, instead of go to instructions.