Want to create interactive content? It’s easy in Genially!
PROGRAMMING LANGUAJES
andrea
Created on October 24, 2024
Start designing with a free template
Discover more than 1500 professional designs like these:
View
Halloween Infographic
View
Halloween List 3D
View
Magic and Sorcery List
View
Journey Map
View
Versus Character
View
Akihabara Connectors Infographic Mobile
View
Mobile mockup infographic
Transcript
.:. Programming Languajes .:.
LOW LEVEL LANGUAJES
HIGH LEVEL LANGUAJES
WHAT IS PROGRAMMING LANGUAJE
BEGGNINGS OF PROGRAMMING LANGUAJES
LOW LEVEL LANGUAJES
Machine language and assembler are both foundational elements in computer programming, but they serve different roles and have distinct characteristics
MACHINE LANGUAJE ASSEMBLER
WHAT IS THE PROGRAMMING LANGUAJE
A programming language is a communication system designed to express algorithms and data structures in a way that both humans and computers can understand to execute instructions. These languages allow programmers to develop software, applications, and systems through a syntax and grammar that define how instructions should be structured in lines. Programming languages can be high-level, closer to human language, or low-level, closer to machine language.
Begginings of programming languajes
During the 1940s, when the first electronic computers appeared, programs had to be written directly in machine language, which was quite difficult to interpret and format. In an attempt to make this process easier than it is, assembly languages appeared, mainly to allow commands to be written in a more readable format. During the 1950s, FORTRAN 1957 was one of the first high-level languages developed for the purpose of performing scientific and mathematical calculations. This was a great advance, because now programmers were allowed to write programs in a more understandable way and be able to port them from one machine to another. In the same decade, another high-level language called Common Business-Oriented Language (COBOL) was created for use in business operations. Additionally, this was the decade in which LISP, which focuses on artificial intelligence programming, began to be used. As the 1960s progressed, structured programming was often mentioned, and ALGOL influenced the development of many later languages. Because of these languages, we form the basis for the evolution of the field and the creation of languages for future decades.
VISUALS
HIGH LEVEL LANGUAJES
High-level programming languages are user-friendly, easy to understand, and provide strong abstractions from hardware, enabling developers to write code without managing low-level system details, closer to natural human languages or mathematical notation.