Skip to main content

Posts

Showing posts from March, 2021

Compiler And Interpreter ( difference between Compiler and Interpreter )

  Compiler And Interpreter :- Basically compiler and interpreter , both are a types of translator which is used to translate your program written in high level language ( human understandable form ) into low level language ( machine understandable form ) .  Compiler :-  Compiler is a type of a computer program which is used translate  high level language into low level language i.e machine language . Compiler takes high level language as input and produces output which is in machine understandable form ( binary 0 and 1 ) . Some points which we should remember : Compiler is just a program , it is not come in used to fix error found in program . if you have a program written in wrong syntax , it will not compile . See in the above figure's left side , there is program written in whatever language ( c , c++ , java etc ) which are high level . Now this program has go through with compiler and it has been converted into binary form ( 010101 like this ) . I hope now you have understand c

Top 5 Programming Language in 2021 ( for beginners )

Top 5 Programming Languages Every Programmer Should Learn  Hello friends , in our previous blog , we have seen classification of programming langauge . Please go through once . Now my dear friends , If you a beginner student in computer feild and want to learn programming languages and if you are confused then no need to worry friend , you are at write place. No doubt there are a lot of hot and crowded opportunities to a beautiful carrer in this feild  .So in this blog you will see top 5 programming languages name which you should learn as a beginner to aquire some coding experiences , to start your carrer  as a developer , software engineer etc....  1.  Python Programming Language :-   Python language is on the top in my list because it is the easiest langauge which you can learn and start as you first programming langauge .  Important features of this language - Pyhton is fast  Easy to use  Easy to understand  Not lenthy code  almost like english language ( human understandable ) fre

Classifications of Programing Language - ( in detailed knowledge )

  Hello learners , we have already seen three levels of programming language in our previous blog . in this blog we will extend it in detailed way . so lets start . There are three level of programming language given below . Machine Languages or  ( Low Level Languages ) Assembly Languages or ( Symbolic ) Procedure Oriented Language or ( High Level Language ) Machine Language or Low Level Language :- Machine language is a type of low level language consisting of binary digit ( 0 and 1 ) . Computers are the digital devices , they can only recognised binary data . Even every program , videos , images , characters of text , etc , all are present in the computer as in binary form .  Computers are made up of electronic devices which can understands only high pulse ( 1) and low pulse (0) conditions . It is the lowest level of software .   There are two problems in machine language . It is impossible to understand and remember a large of 0 and 1 's combinations . Like 010011010111100101010

WHAT is Programming Language - ( basic , easy way to learn )

  Hello Friends , Welcome back to our blogging page , Today we are going to learn one of the very important topic i.e PROGRAMMING LANGUAGE of computer .  Before moving towards programming language , I think it would be great that we will discuss a little bit about language . What is Language ? 😕 A language is a system of object or symbols , such as sound or character sequence that can be combined into a various ways . It is the way in which humans can express their thaughts , feelings or instructions with  others who able to understand it in the same way . What is Programming Language ?  😕 Programming Language is a computer understandable language in which we used to write instructions which computer can follow. Basically it is a series of symbols which allows human to translate their thaughts into instruction which computer can understand . All operations of a computer are controlled by a set of instructions ,called computer program . What does these instructions ? 😕 It is writte