Subject | English | Malay |
comp., MS | access method | kaedah capaian (In programming, the means by which an application can read from or write to a resource) |
comp., MS | Agile method | Kaedah tangkas (Any of a family of processes that software developers use to minimize risk by developing applications incrementally, over a series of short iterations. In this model, real-time communications, such as in person conversations and telephone calls, are preferred over written documentation; the primary measure of progress is working software, instead of hours spent, tasks completed, documents reviewed, or phases signed-off; stakeholders are expected to collaborate, instead of negotiating; and planning happens continuously in order to respond to change) |
comp., MS | anonymous method | kaedah tanpa nama (A practical language construct that allows programmers to create code blocks that can be encapsulated in a delegate and executed at a later time. They are based on a language concept called a lambda function and are similar to those found in Lisp and Python) |
comp., MS | asynchronous method call | panggilan kaedah tak segerak (A method call that returns to the caller immediately regardless of whether processing has completed. The results of processing are returned through another call on another thread. Asynchronous methods free the caller from having to wait until processing has finished) |
comp., MS | authentication method | kaedah pengesahan (The authentication protocol (such as CHAP, PAP, EAP etc) used when authenticating access to resources on a network) |
comp., MS | device capability (A device functionality available through the HasCapability method or the | keupayaan peranti |
comp., MS | extension method | kaedah penyambungan (A static method that can be invoked by using instance method syntax. In effect, extension methods make it possible to extend existing types and constructed types with additional methods) |
comp., MS | generic method | kaedah generik (A method whose definition has placeholders, called generic type parameters, for one or more types used in the body of the method or as the types of the method's parameters. A user specifies real types (generic type arguments) for the type parameters when calling the generic method. Note that a method is not generic just because it is declared in a generic type. A method is generic only if it has type parameters of its own) |
comp., MS | graphics method | kaedah grafik (A method in code that performs a graphics-related function such as drawing a line or shape or repainting a background with a solid color) |
comp., MS | HTTP method | kaedah HTTP (A remote method invocation sent from a client (typically a web browser) to a web server over the HTTP protocol. Examples include GET, POST, PUT, etc) |
comp., MS | Matched Name Selection Method | Kaedah Pemilihan Nama Sepadan (The mechanism used to help a caller differentiate between users with names that match the touch-tone or speech input) |
comp., MS | method-based query | pertanyaan berasaskan kaedah (A query expressed as a direct method call to one or more Standard Query Operators) |
comp., MS | payment method | kaedah bayaran (The mechanism by which payment is provided. Includes cash, check, credit card, wire transfer, etc) |
comp., MS | semisynchronous method call | panggilan kaedah separa segerak (A method call that returns immediately and allows the application or script to enumerate the returned objects as a collection. A semisynchronous method call does not require setting up an object sink, but an asynchronous method call does require setting up an object sink) |
comp., MS | Sensing Method | Kaedah Mengesan (The sensing component in the camera that was used to capture the image) |
comp., MS | test method | kaedah ujian (Any method that is marked with the TestMethod attribute. You cannot run a unit test if its test method is not in a test class) |
comp., MS | Web method | kaedah Web (A procedure that is exposed to Web service clients as an operation that can be called on the Web service) |