Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
1.1k views
in The Discipline of Computing by (29.6k points)
closed by

Discuss the evolution of computer languages.

1 Answer

+1 vote
by (29.8k points)
selected by
 
Best answer

The instructions to the computer are written in different languages. They are Low Level Language (Machine language), Assembly Language (Middle level language) and High Level Language (HLL). In Machine Language 0’s and 1’s are used to write , program. It is very difficult but this is the only language which is understood by the computer. In assembly language mnemohics (codes) are used to write programs.

Electronic Delay Storage Automatic Caleulator(EDSAC) built during 1949 was the first to use assembly language. In HLL English like statements are used to write programs. A – 0 programming language developed by Dr. Grace Hopper, in 1952, for UNIVAC-I is the first HLL.

A team lead by John Backus developed FORTRAN @IBM for IBM 704 computer and ‘Lisp’ developed by Tim Hart and Mike Levin at Massachusetts Institute of Technology. The other HLLs are C, C++, COBOL, PASCAL, VB, Java, etc. HLL is very easy and can be easily understood by the human being.

Usually programmers prefer HLL to write programs because of its simplicity. But computer understands only machine language. So there is a translation needed. The program which performs this job are language processors.

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

...