Make sure you get to Understand this before you start writing your Python Codes
(1). Programming Languages:
Computer program are known as softwares, and they are instruction that tells your computer what to do.
Computer does not understand human languages so Program must be written in a language computer can use.
(2). Machine Language:
A Computer programming language consisting of binary or hexadecimal instructions that a computer can respond to directly.
(3). Assembly Language:
An assembly language is a low-level Programming Language designed for a specific type of Processor. It may be produced by Compiling source code from a high-level programming language (such as C/C++) but can also be written from scratch. Assembly code can be converted to machine code using an Assembler.
(4). High-Level Language:
A high-level language is a Programming Language such as C, Fotran, Pascal, Python, Java e.t.c that enables a Programmer to write programs that are more or less independent of a particular type of Computer.
A compiler translates the entire source code into a Machine Code file .
(6). Interpreter:
This is what we will be using for python. A program that can analyze and execute a program line by line.
Intermediate-level programming language which is higher (is easier to use but runs slower) than machine language and lower (is more difficult to use but runs faster) than a high-level language such as Basic, FORTRAN, or Java. Programs written in assembly language are converted into machine language by specialized programs called assemblers or compilers for their execution by the machine (computer).
Read more: http://www.businessdictionary.com/definition/assembly-language.html
Intermediate-level programming language which is higher (is easier to use but runs slower) than machine language and lower (is more difficult to use but runs faster) than a high-level language such as Basic, FORTRAN, or Java. Programs written in assembly language are converted into machine language by specialized programs called assemblers or compilers for their execution by the machine (computer).
Read more: http://www.businessdictionary.com/definition/assembly-language.html
Intermediate-level programming language which is higher (is easier to use but runs slower) than machine language and lower (is more difficult to use but runs faster) than a high-level language such as Basic, FORTRAN, or Java. Programs written in assembly language are converted into machine language by specialized programs called assemblers or compilers for their execution by the machine (computer).
Read more: http://www.businessdictionary.com/definition/assembly-language.html
(1). Programming Languages:
Computer program are known as softwares, and they are instruction that tells your computer what to do.
Computer does not understand human languages so Program must be written in a language computer can use.
(2). Machine Language:
A Computer programming language consisting of binary or hexadecimal instructions that a computer can respond to directly.
(3). Assembly Language:
An assembly language is a low-level Programming Language designed for a specific type of Processor. It may be produced by Compiling source code from a high-level programming language (such as C/C++) but can also be written from scratch. Assembly code can be converted to machine code using an Assembler.
(4). High-Level Language:
A high-level language is a Programming Language such as C, Fotran, Pascal, Python, Java e.t.c that enables a Programmer to write programs that are more or less independent of a particular type of Computer.
Some Popular High-Level Programming Language include:
- Python
- BASIC
- C
- C++
- C#
- COBOL
- FORTRAN
- Java
- Visual Basic
- Ada
A compiler translates the entire source code into a Machine Code file .
(6). Interpreter:
This is what we will be using for python. A program that can analyze and execute a program line by line.
Intermediate-level programming language which is higher (is easier to use but runs slower) than machine language and lower (is more difficult to use but runs faster) than a high-level language such as Basic, FORTRAN, or Java. Programs written in assembly language are converted into machine language by specialized programs called assemblers or compilers for their execution by the machine (computer).
Read more: http://www.businessdictionary.com/definition/assembly-language.html
Intermediate-level programming language which is higher (is easier to use but runs slower) than machine language and lower (is more difficult to use but runs faster) than a high-level language such as Basic, FORTRAN, or Java. Programs written in assembly language are converted into machine language by specialized programs called assemblers or compilers for their execution by the machine (computer).
Read more: http://www.businessdictionary.com/definition/assembly-language.html
Intermediate-level programming language which is higher (is easier to use but runs slower) than machine language and lower (is more difficult to use but runs faster) than a high-level language such as Basic, FORTRAN, or Java. Programs written in assembly language are converted into machine language by specialized programs called assemblers or compilers for their execution by the machine (computer).
Read more: http://www.businessdictionary.com/definition/assembly-language.html



No comments:
Post a Comment