Subject | English | Malay |
comp., MS | American Standard Code for Information Interchange | Kod Piawai Amerika Syarikat untuk Saling Tukar Maklumat (" A standard single-byte character encoding scheme used for text-based data. ASCII uses designated 7-bit or 8-bit number combinations to represent either 128 or 256 possible characters. Standard ASCII uses 7 bits to represent all uppercase and lowercase letters, the numbers 0 through 9, punctuation marks, and special control characters used in U.S. English. Most current x86-based systems support the use of extended (or "high") ASCII. Extended ASCII allows the eighth bit of each character to identify an additional 128 special symbol characters, foreign-language letters, and graphic symbols.") |
comp., MS | code access security | keselamatan capaian kod (A mechanism provided by the common language runtime whereby managed code is granted permissions by security policy and these permissions are enforced, helping to limit the operations that the code will be allowed to perform) |
comp., MS | code analysis | analisis kod (The process of checking code for conformance to design guidelines. Code analysis goes beyond compilation to look for common coding and design errors determined by a set of guidelines) |
comp., MS | code-behind class | kelas kod di belakang (A class that is accessed by an .aspx file, but resides in a separate file (such as a .dll or .cs file). For example, you can write a code-behind class that creates an ASP.NET custom server control, contains code that is called from an .aspx file, but does not reside within the .aspx file) |
comp., MS | code-behind file | fail kod belakang (A code file containing the page class that implements the program logic of a Web Forms or ASP.NET mobile Web Forms application) |
comp., MS | code complete | kod lengkap (A development milestone marking the point at which all features for the release are implemented and functionality has been verified against the functional specification) |
comp., MS | code coverage | liputan kod (A technology that includes adding instructions to an existing assembly or artifact and that enables Visual Studio to monitor the code paths that are touched by a test) |
comp., MS | Code Definition window | tetingkap Takrif Kod (A read-only editor view that displays the definition of a symbol in a code file stored in, or referenced by, the active project) |
comp., MS | code example | contoh kod (A block of sample code in documentation that is used to demonstrate a concept or process) |
comp., MS | code freeze | pembekuan kod (A point at which a technical project document (requirements specification, functional specification, etc) or developed component of the solution cannot change without significant justification and approval by key project stakeholders) |
comp., MS | code group | kumpulan kod (A logical grouping of code that has a specified condition for membership) |
comp., MS | code metric | metrik kod (A software measure that provides developers better insight into the code they are developing. By taking advantage of code metrics, developers can understand which types and/or methods should be reworked or more thoroughly tested. Development teams can identify potential risks, understand the current state of a project, and track progress during software development) |
comp., MS | Code of Conduct | Tatakelakuan (The link to the code of conduct, which contains rules that explain how someone should behave while using a service or product) |
comp., MS | code page | halaman kod (A table that relates the character codes (code point values) used by a program to keys on the keyboard or to characters on the display. This provides support for character sets and keyboard layouts for different countries or regions) |
comp., MS | code point | titik kod (A numeric value that corresponds to a particular character in a set) |
comp., MS | code profiler | pemprofil kod (A software tool, implemented as a DLL, which is called by the runtime system during the execution of an image) |
comp., MS | code review | penyemakan semula kod (The process of assessing code to improve its quality and the capabilities of the development team. Types of code review include formal review, peer-based review, and third-party review) |
comp., MS | code signing | tandatangan kod (The process of adding a digital signature to additions and updates made to source code and applications published on the Internet. Code signing is intended to provide a level of security and trust to Internet software distribution) |
comp., MS | managed code extension | sambungan kod terurus (An application-level add-in or document-level customization. Generally, an extension to Microsoft Office that is created by using Visual Studio Tools for Office) |
comp., MS | Sandboxed Code Service | Khidmat Kod Kotak Pasir (The name of a service in Microsoft Sharepoint Foundation that needs to be started to allow for a sandboxed solution to be deployed) |