У нас вы можете посмотреть бесплатно Computer Programming for Beginners | Programming Languages & Execution | Ep17 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
To get a broad view of programming languages is very important. How do they work? Can they easily be understood? The answer is yes! 1. Programming languages where created for us, the people and not the computer. 2. Your computer doesn’t understand programming languages it’s, programming languages tools for us. 3. In order for your computer to understand what you’ve coded we need compilers. 4. Compilers convert human readable code into machine code or binary data. 5. Every programming language has its own syntax. 6. Syntax is the way you write the program, think in terms of languages such as English has its own syntax, French has its own syntax and so on. Well each programming language has its own syntax. Additional side note: 1. A transpiler is a type of compiler. 2. Transpilers convert one human readable code into another human readable code. 3. This saves us having to learn multiple languages; for example HAXE can tanspile into C++, C#, Java, Javascript, PHP and more. 4. By transpiling your code you can target as many platforms as possible. You can see that transpilation opens the door for more possibilities and allows us to target multiple platforms without having to write code for each platform. Also compilation is all about taking human readable code and bringing it way down low to binary data so your computer's hardware can understand it. Programming 101 course: • Programming 101 This tutorial is brought to you by http://www.avelx.co.uk/ - Coding tutorials to help you grow.