answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Why is a set of graphic function often called ccomputer graphics application programming interface?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 is the application of the function?

To execute code and provide a graphical user interface.


What is API?

API is an Application Programming Interface.It is an interface that defines the ways by which an application program may request services from libraries and/or operating systems.An API determines the vocabulary and calling conventions the programmer should employ to use the services. It may include specifications for routines, data structures, object classes, and protocols used to communicate between the requesting software and the library.An API itself is largely abstract in that it specifies an interface and controls the behavior of the objects specified in that interface. The software that provides the functionality described by an API is said to be an implementation of the API. An API is typically defined in terms of the programming language used to build the application.The API initialism may sometimes be used as a reference, not only to the full interface, but also to one function, or even a set of multiple APIs provided by an organization. Thus, the scope of meaning is usually determined by the person or document that communicates the information.


What is the function of the application layer in the OSI model?

The function of the application layer is to interface between an external program application and the network stack. As such it has to build the first part of the packet that describes the protocol being used in the network. There are a series of API (application Program Interfaces) which allows a software developer to interface with the OSI layers without knowing anything about how to network.


What is mean by Application in Computer terms?

An application is any sort of program that has a clear function. Though most will not define something with limited to no GUI (Graphical User Interface) as an application.


What is the difference between process and programs?

A program is an application or an equivalent interface whereas a process is the underlying function or functions of a program


What is API reference?

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.[1] 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. The API itself is largely abstract in that it specifies an interface and the behavior of the objects specified in that interface; the software that provides the functionality described by an API is said to be an implementation of the API. An API is typically defined in terms of the programming language used to build an application. The related term ABI is a lower level definition concerning details at the asm-level. For example, the Linux Standard Base is an ABI (Application Binary Interface), while POSIX is an API.[2] The API acronym may sometimes be used as a reference not only to the full interface but also to a single function or even a set of multiple APIs provided by an organization. Thus the scope is usually determined by the person or document that communicates the information.Regards Yashi 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.[1] 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. The API itself is largely abstract in that it specifies an interface and the behavior of the objects specified in that interface; the software that provides the functionality described by an API is said to be an implementation of the API. An API is typically defined in terms of the programming language used to build an application. The related term ABI is a lower level definition concerning details at the asm-level. For example, the Linux Standard Base is an ABI (Application Binary Interface), while POSIX is an API.[2] The API acronym may sometimes be used as a reference not only to the full interface but also to a single function or even a set of multiple APIs provided by an organization. Thus the scope is usually determined by the person or document that communicates the information.Regards Yashi


What is computer modularization?

Modularization is a form of computer programming. In it, the application coding is subdivided into smaller individual programs each of which performs a different function or a subroutine.


How software categorized?

On the basis of role / function and use in the specific area, software can be categorized into three types which are shown below :Application softwareSystem softwareComputer programming software


Which function is supported by an application program?

which function is support by an application program


What is the function of the network interface?

It will be provide the connectivity


This a prewritten function that is built into a programming language?

Library Function Starting out with Programming Logic and Design by Tony Gaddis Page 218