Computer Science, asked by 92Strikers, 1 year ago

what is need of computer language?

Answers

Answered by kvnmurty
5
The computer understands only bits 0 and 1.  The processor in the computer understands binary code only.  It is very difficult to write a program in binary code to perform tasks useful to people.   Also, it will be very difficult to detect and correct errors in the programs.

    So a computer programming language, which is closer to human communication (spoken) languages, is used to express the computation as desired by the user.

Similar questions