filmov
tv
1. What is Programming Language - Urdu Tutorials

Показать описание
This video is about what is Programming Language in Urdu. In this Urdu Tutorials Series I teach you how to program in C programming language.
Programming languages | Urdu Tutorials
A programming languages are languages designed to communicate with a machine, particularly a computer. Programming languages can be used to create programs that control the behavior of a machine and/or to express algorithms precisely.
1. Machine Language:
Machine languages are the only programming languages understood by computers. While easily understood by computers, machine languages are almost impossible for humans to use because they consist entirely of numbers. Programmers, therefore, use either a high-level programming languages or an assembly language.
2. Assembly Language:
Lying between machine languages and high-level languages are languages called assembly languages. Assembly languages are similar to machine languages, but they are much easier to program in because they allow a programmer to substitute names for numbers. Assembly language programs are translated into machine language by a program called an assembler.
3. High Level Language:
Programming languages such as C, C++, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages. The main advantage of high-level languages over low-level languages is that they are easier to read, write, and maintain. Programs written in high-level languages are translated into assembly language or machine language by a compiler.
Комментарии