2nd Programing Language
2nd Programing Language
2nd Programing Language
High- level languages are programming languages that use the same words and
symbols that are used by humans while Low-level languages, such as Machine
–level language or Assembly language, are programming languages that use
words and symbols that are close to the language the computer understands.
In these languages, instructions are written using binary (0s and 1s), for
example 10110011110011011. These are the only languages understood by
computers.
Disadvantages
1. Difficult to read, write and understand by humans as the programs
involve only 0s and 1s.
2. Machine dependent, so unable to be used on another machine.
3. Difficult to modify or correct mistakes.
Second generation or Assembly-level language
Advantages
Disadvantages
1. Slower in execution than Machine-level language.
2. Still machine dependent.
Advantages
Disadvantages
1. Slower in execution than Machine-level language and ALL.
Fourth generation language
Advantages
Disadvantages
The programs developed in the 4GL s are executed at a slower speed by the
CPU. Another disadvantage is that the programs in these programming
languages need more space in the memory of the computer system.
1.It is fairly easy to learn, easy to programme. Since it is visual language. 2. Also
you can quickly create a nice looking GUI
Disadvantages
Programme Dictionary
Artificial Intelligence: The theory and development of computer systems
able to perform tasks normally requiring human intelligence, such as
visual perception, speech recognition, decision-making, translation
between languages.
Data Type: A data types indicate the type of data that is stored in a
variable, e.g. numbers or characters.
Dry run: The process of manually going through the program looking for
errors.
Executable program: A program that is ready to run by a computer
system.
Logic error: When a program does not produce the required results due
to the incorrect logic of the program.
Object code: The process when compiling turns source code into
machine language instructions.
Run time error: This occurs when the program has to terminate before
its completion.
String:
Syntax: These are the rules and regulations of programming language,
much like a grammar system.
Syntax error: These are errors reported by translators when the rules of
a particular programming language are not correctly followed.
Variable name:
My project on Programming Language
Class: 11 Science
Deepak Dinesen
Rayman Khan
TABLE OF CONTENT
INTRODUCTION
WHAT IS PROGRAMMING?