Programming Fundametals
What is computer?
An electronic device which is capable of receiving information (data) in a particular form and of performing a sequence of operations in accordance with a predetermined but variable set of procedural instructions (program) to produce a result in the form of information or signals.
How do they do it?
Compiler is a software program that converts high-level code that is written by the developer in a high-level programming language to low-level code(binary code) as a machine language which can be understood by the system. Takes more time to identify the codes.
Interpreter
An interpreter is a computer program used to execute the program instructions directly using high-level programming languages. this converts high-level programming language to intermediate language and performs the codes by line or statements.
What is computer programming?
Computer programming is the way of giving instructions to the computer to do what is next. These instructions are called code, and computer programmers write codes to solve problems or to do task on the computer.
Programming Language
What is a programming languages?
Programming language is computer language made to create standard commands. These commands help the computer to recognize and understood by a computer. Programs are created to programming languages and output of machine through algorithms. A programming language is known as a programming system.
What types of programming languages are there?
Java
Python
C
Ruby
Javascript
C#
C++
PHP
R
Matlab
NodeJS
No comments