CSDT BLOG

DISCOVER COLLECTIONS AND BLOGS THAT MATCH YOUR INTERESTS.




Share ⇓




What is the Computer Programming Language?

Bookmark

What is the Computer Programming Language?

About Programming Language:-
It is media for communicating with the machine, like as Regional language(It is media for communicating with one person to another person for share idea, emotion, feeling.) Hindi, English, etc.

Programming Language or Computer Language Can be basically divided into Two Types:-
1. Low-Level Language
2.High-Level Language

1. Low-Level Language:- Machine Language and Assembly Language Come in this Category. Low-level Language is best for the machine because the computer machine directly understands this language without any third party (Translator) Support.

* In Machine Language all instructions are written in the form of Binary Format(0,1), So a computer is directly Understand this language without any translator. Now a day and early day computer only understand machine language.

View of Programmer Machine language is very hard for writing coding and maintains, because instructions are written in the form of 0 and 1, So an understanding level of the program is very poor for a programmer.

* In Assembly Language Instructions are approximately written in the form of English language and Binary format mixed. So Machine not directly understands this language. Assembly language code translates into Machine Language With the help of Translator whose name is Assembler.

2. High-Level Language:- In this Language, all instructions are written in the form of English Language, So Programmer easily understands this language and writing code easier and maintain.

But you know that a computer is only understood Machine language than how to understand this language. The computer understands High Language help of Translator Whose Name is Compiler and Interpreter.

* Compiler Compile your Source code into Machine Language. A compiler is a computer program that transforms source code written in a programming language into another computer language, with the latter often having a binary form known as object code.

A compiler is a special program that processes statements written in a particular programming language and turns them into machine language.

A compiler translates high-level instructions directly into machine language. Compiled programs generally run faster than interpreted programs. An interpreter translates high-level instructions into an intermediate form, which it then executes.

Software development takes more than just memorizing commands and syntax. During a comprehensive program of software development training, students gain perspective on the entire software life cycle, learn methods to create effective algorithms and study best practices such as version control, debugging, unit testing and profiling.

The specific details of software development training programs can vary based on the type of software the student is learning to develop. Application software development courses may focus on issues of cross-platform compatibility and Web deployment.

2

Our Recent Coment