answersLogoWhite

0

With high efficiency,less erros & bugs,fastness,security of data,quick back-up,reliability - with all these features programming language makes expert systems.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Why vb is an event driven programming language?

because it is driven by events. as it is a language used in programming, then it only makes sense to say VB is an event driven programming language.


Is XML a programming language?

It is programming languages that are referred to in terms of "high level" and "low level".Extensible Markup Language(XML) is a markup language not a programming language, it is a data formatting specification that makes the presentation of data independent of programs (so that data can be passed between programs).For this reason the answer to your question is "neither".


Why c language cannot be developed in any other programming language?

Your question makes no sense. If you wanted to ask if it is possible to write a C-compiler in another programming language, the answer would be yes.


What is structured programming language in C plus plus?

Your question makes no sense.


What programming language makes it easier for programmers who know that language to pick up java quickly?

C++, C#


Why does the programming domains affect the concept of programming language?

The domain affects the way we express solutions to problems. A language that closely reflects the problem domain makes it much easier to express the solution.


Define pseudo language?

A pseudo language is a non-specific, conceptual programming language that uses commonly understood programming constructs that can be easily translated into any specific programming language. Pseudo language is typically used to conceptualize algorithms in a commonly understood language without being overly specific or verbose to any one language. This makes the algorithm more accessible to more programmers, regardless of their preferred language.


Where can you get c programs for games?

C is the programming language (some) games are written in, your question makes no sense.


What is structured assemly language programming and C programming?

A way of writing computer programs that are human readable (and understandable to programmers).


Which error is the violation of grammar rules of a programming language?

Syntax Error. which means that the command makes no sense in the designated programming language. It is usually followed by a line reference to help a programmer or debugger to locate the syntax flaw.


What are the problems of low level language programming?

Low level programming language is a language that is not very abstracted from hardware layer. Programming in low level languages usually requires manual memory management, use of pointers, and in case of assembler - CPU instructions themselves. This makes the programming much more difficult than using a high level language where these issues are taken care of for you. However in general it is possible to write much 'tighter' code in low level languages. Where tighter means:- smaller number of instructions Better use of memory Faster in execution.


What makes JAVA a popular programming language?

Java supports object oriented programming. It also has many API( Application Programming Interface) that add to the functionality. It follows the paradigm of code once and run anywhere i.e. it is platform independent. For more information, visit the link below: