Introduction to CompilingCodes


Welcome to CompilingCodes. This is the introductory page of our Website. Read the complete post to know what you can learn from our website.

Compiling-Codes

This Website is designed to help students of Computer Science Stream to develop Programming skills and learn Programming by themselves.
We explain each and every Programming Concept with the most simple explanation you will find over the Web. We also offer the learning in Hindi Language too.

What We Offer :

This Website Offers you the following Programming Languages :
(Note : We have defined the complicated terms, which are highlighted in Bold; in the last of this blog)

1. C Programming

C is a High Level Programming Language which was released in 1972, designed by Dennis Ritchie and Bell Labs. It is the Programming Language which truly revolutionised the Programming Languages as we know before. 
Applications :-
Linux Operating System, Java and Python Languages, Mac OS all these are written using the C Language. Besides, many other Android apps and all compilers used today are written using C language. So you can understand how Powerful is Language C.


2. C++ Programming

C++ Programming language, earlier known as "C with Classes" is a High Level, General Purpose and Object-Oriented Programming language, which has the capabilities of Classes, Inheritance,  Poly-morphism and many more.
Applications :-
C++ has been widely used for making Google applications, Adobe systems, Mozilla firefox browser, MySQL and many other such applications.


3. Java Programming

Java Programming language can be used for making web applications too as opposed to languages like C and C++ which can be only used for making desktop based programs. Java is completely a platform independent language, which makes it suitable for Web programming. 
Applications :-
Java has been used for making Android Development System. Large parts of Android Development are written using Java and its API's. Telegram for android, VLC Media player and many other Web applications has been written using Java.


4. Arduino Programming

Arduino is an Electronic Programming Board, which can be used to make cool Electronic projects like - Coin sorter Machine, Robotic car and various other sensors. Arduino Boards are programmed using the Arduino Programming Language.
Applications :-
Arduino Programming Language can be used to make Electronic projects like - Line following Robot, Robotic arm with controller, Chess Game with LCD and Other IoT projects.



How to use this Website :

This Website is designed not only to teach you Programming Languages but you can also test your knowledge with our designed Quizzes and Complete our Assignments and Programs to review your performance. 

Follow the steps to Completely Master in Programming :-

  • Learn Basic Concepts of Programming from "Learn Programming Section"
  • Practice with our designed Quizzes
  • Review our Example programs from Sample Programs
  • Complete our Assignments and you are ready to go.

Programming terms used in this blog :

(Note : Don't worry if you didn't completely understand the terms defined here, you will get them with time)


High Level Languages

High Level Programming Languages are the  languages, which uses english like statements in making programs. These languages are compatible from machine to machine, which means program written for one machine will be supported in other machines too, which have the same compiler(a software which converts English like statements or high level to Computer's language).
In Comparasion to Low Level Languages, in which a  program is coded in the Binary Language, High Level Languages are easy to code on.
Examples of High Level languages are C,C++, Java, Python etc.

General-purpose Programming Languages

A General-purpose programming language is a programming language that has been designed for writing softwares for a wide range application domains. Examples of General-purpose programming languages include C, C++, BASIC, Java, JavaScript etc.

Object-Oriented Programming Languages

Object-oriented programming languages are the programming languages which Supports Object oriented Programming Style. Object-Oriented programming style uses real world entities called Objects for their implementation, which makes the data secure. Other features of Object-oriented Programming include - Inheritance, Polymorphism, Data Abstraction etc.

Post a Comment

Previous Post Next Post