High Level Lnaguage (HLL)


for read the arabic article click
here 

Hello World 

in this article we will talk about a very important topic in programming is the  High Level Languge 
from this none "high " many people think that it is a very hard language or they should be very smart to learn this language , but it's exactly the opposite why ?

What mean High Level ?

the meaning of high level is very simple that's is language is very  far to language computer or binary languagebecause when you tap "12" or "hello" in facebook or in a blocnote or anywhere in your laptop or phone , the computer unabele to understand it so , it convert to intermediate language like assembly
then to binary language for example when you tap "225" the computer convert it to (1110 0001) 

So what about High Level Language?

the HLL the opposite of LLL ( Low Level Language ) is like what we say above , when you write an code of an High Level Language the compiler convert it into the intermediate language then to binary language , and every programming language has an compiler.

So wich one of is hard (High Level Language or Low Level Language) ?

absolutely the Low Level Language LLL is the very between the two , why ?

for example write any number and so be it 1055 in decimal is very easy but when you need to write it in binary language you will write it bit by bit ( 100 0001 1111 ) and think about a list of numbers an characters .

Some exmples for High Level Language : 

note : We can consider c and c++ intermediate language because the tow use in emebedded systems programming and we can control the memory directly when we code in one of it.
So soon we will add some tutorial for every langauge (free or payed) and see you in onther article. 




Comments