Presentation on computer language

SwarnimaTiwari 31,838 views 10 slides Nov 19, 2014
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

Presentation on computer language


Slide Content

PRESENTATION ON COMPUTER LANGUAGE

Computer language is the language of the computer. It is different from the language that we usually use to communicate. Machine code is a computer language, which is given in a series of 0s and 1s . It is a tiny electronic switch that is either ‘on’ or ‘off’. When the switch is on, it represents 1 and when the switch is off, it represents 0. the using of only two number is called as binary code. Computer language is divided into two types. They are: 1. High Level Language (HLL) 2. Low Level Language (LLL)

HIGH LEVEL LANGUAGE * High level language brings the programming closer to human language . * HLL have their own punctuation (syntax) rules which are strictly observed. * HLL are needed to be convert into machine language . The conversion is done by a group of programs as called compiler .

Advantages Of HLL:- 1. In HLL instructions are easy to read, write and understand. 2. Easy to update the instruction. 3. Easy to remember the address sequence of instructions. 4. Easy to construct the complex logic instruction. 5. HLL are common for all the machines, since it is machine independent.

Disadvantages Of HLL:- 1. Processing speed is to slow. 2. it occupies more memory space.

LOW LEVEL LANGUAGE * The assembly language and machine language are considered to be low level languages. * Assembly language is a step above the machine. * Correct programs are compiled and interpreted to low level language and executed by the computer.

Advantages Of LLL:- 1. Processing speed is high because it is one to one language. 2. Translation of the program is not required. 3. It occupies less memory space.

Disadvantage Of LLL:- 1. LLL instruction are difficult to read, write and understand. 2. Difficult to update the instruction. 3. Difficult to remember the address sequence of instruction. 4. programming methodology very from machine to machine. 5. only specialist can be able to operate these languages.

CONCLUSION The advance computers now no longer uses the older languages for their operation. It has been developed and has become more and more user friendly.

THANKYOU