answersLogoWhite

0

By what I think you asked yes but I can't give you a definite answer because your question does not make sense.

By what I can gather I think you accidently put that is after language.

Application-oriented languages are specialized languages which may be specified and implemented based on general-purpose languages and their implementations. The model used to introduce the specialized languages is based on translation. A simple model supports modifications and extensions of the general language only. An alternative model has an initial phase for defining a semantic basis for the specialized language in the form of a set of abstractions to model the concepts and notions of the application area. The use of specialized languages can be seen as an abstraction process, where several levels of languages (or language parts) are defined.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

What features of unix systems are especially useful from a software engineering stand point?

API [Application Programming Interface]


What is the difference between progressive and interface modes in television programming?

Interlaced, not interface. Interlaced scans every second line. Progressive does not.


What type of interface does Linux use?

You need to be more clear in what type of "interface" you are inquiring about. Linux has it's own API (Application Programming Interface) and ABI (Application Binary Interface). If you are referring to the user interface, Linux can have a GUI, a command line, or even no interface at all.


What is application interface?

An application programming interface (API) is a set of routines, data structures, object classes and/or protocols provided by libraries and/or operating system services in order to support the building of applications.An API may be: * Language-dependent, that is, only available in a particular programming language, utilizing the particular syntax and elements of the programming language to make the API convenient to use in this particular context. * Language-independent, that is, written in a way that means they can be called from several programming languages (typically an asm/c-level interface). This is a desired feature for a service-style API which is not bound to a particular process or system and is available as a remote procedure call.


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:

Related Questions

Difference between operating system and application programming interface?

soft waere


What software communicates with application software and the user?

Application programming interface software


Difference between in-system programming and in-application programming?

simple , In system/circuit Programming [ISP/ICP] is process with which entire on chip controller flash is programmed, where as In application Programming [IAP] is scheme in which a running program - re-programs controller flash by receiving new .hex file from any of the serial interface.


What is mapi and tapi?

MAPI is an acronym for Messaging Application Programming Interface which is a messaging architecture and an API for Microsoft Windows. TAPI is an acronym for Telephony Application Programming Interface which is another Microsoft Windows API.


Mapi and tapi?

MAPI stands for Messaging Application Programming Interface while TAPI stands for Telephony Application Programming Interface. MAPI is an interface that simulates an exchange server's operations while TAPI is used to connect a telephone to a computer.


What is bapi in sap abap?

In SAP , BAPI is known as Business Application Programming Interface. It contains various standard function for API programming.


What does MAPI Mean?

When referring to MS Exchange, it is an acronym for Messaging Application Programming Interface.


What is the difference between the Linux shell and C?

C is a programming language. A shell is an interface.


What is isapi?

(ISAPI) Internet Services Application Programming Interface is an application developed by Microsoft and its partners used in Microsoft's web servers.


What is meant by API?

An application programming interface (API) is a library of functions that a programming language provides for programmers for common tasks like file transfer, networking, and data structures.


What is api in java?

API is an Application Programming Interface..that means Some collection for designing concept for GUI(Graphical User INterface) By Saravanan


What is the difference between Windows-based C programming and Linux-based C programming?

C programming is just that no matter if the operating system is Windows or Linux. Operating systems usually have an Application Program Interface that is commonly known as an API. The APIs of Windows will be different than Linux because the operating systems are (very) different.