English | Korean |
application programming interface | 응용 프로그래밍 인터페이스 (A set of routines that an application uses to request and carry out lower-level services performed by a computer's operating system. These routines usually carry out maintenance tasks such as managing files and displaying information) |
cache-aside programming pattern | 캐시 배제 프로그래밍 패턴 (A programming pattern in which if the data is not present in the cache, the application, not the distributed cache system, must reload data into the cache from the original data source) |
Cryptography Application Programming Interface | 암호화 응용 프로그래밍 인터페이스 (An (API) that is provided as part of Microsoft Windows. CryptoAPI provides a set of functions that allow applications to encrypt or digitally sign data in a flexible manner while providing protection for the user's sensitive private key data. Actual cryptographic operations are performed by independent modules known as (CSPs)) |
declarative programming | 선언형 프로그래밍 (Rule-based programming in which each rule is independent and the order in which rules are declared or executed is not significant) |
generic programming | 제네릭 프로그래밍 (Programming using parametric polymorphism) |
Internet Server Application Programming Interface | 인터넷 서버 응용 프로그래밍 인터페이스 (An application programming interface (API) that resides on a server computer for initiating software services tuned for Windows operating systems. In Microsoft Provisioning System, ISAPI resides on the Web server) |
programming language | 프로그래밍 언어 (An artificial language that specifies instructions to be executed on a computer. The term covers a wide spectrum, from binary-coded machine language to high-level languages) |
Windows Internet application programming interface | Windows 인터넷 응용 프로그래밍 인터페이스 (A Windows application programming interface (API) that enables applications to interact with Gopher, FTP, and HTTP protocols to access Internet resources) |