Subject | English | Malay |
comp., MS | access code | kod capaian (A string of characters entered by a user to verify his or her identity to a network or to a local computer, device, or client, or to sign in to an account, app, and so on) |
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 | area code | kod kawasan (A number that identifies each telephone service area in a country/region and is used as a dialing prefix) |
comp., MS | bank code | kod bank (A unique bank registration number that a bank uses to identify itself) |
comp., MS | bank sorting code | kod pengisihan bank (A 6-digit code used by the British and Irish banking industries to identify banks and route money transfers between banks) |
comp., MS | bar code | kod bar (The special identification code printed as a set of vertical bars of differing widths on books, grocery products, and other merchandise. Used for rapid, error-free input in such facilities as libraries, hospitals, and grocery stores, bar codes represent binary information that can be read by an optical scanner. The coding can include numbers, letters, or a combination of the two; some codes include built-in error checking and can be read in either direction) |
comp., MS | branch code | kod cawangan (A numeric code used in combination with a bank code to identify a specific bank branch) |
comp., MS | card validation code | kod pengesahan kad (A code that credit card companies use to authorize credit card charges. For example, American Express uses a four-digit number on the front of the credit card, and Visa, MasterCard, and Discover use a three-digit number on the back) |
comp., MS | Central Bank MFO Code | Kod MFO Bank Pusat (A 9-digit code used to identify banks for routing transactions in the Russian Federation) |
comp., MS | central bank transaction code | kod transaksi bank pusat (A statistical code defined by the Central Bank of Russia used to describe the subjects of payments denominated in Russian roubles for cross-border transactions) |
comp., MS | character code | kod aksara (A numeric value that corresponds to a particular character in a set) |
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 | country code | kod negara (In telephony, the one-, two-, or three-character sequence that represents the country/region being called) |
comp., MS | course code | kod kursus (A number or code that an educational institution uses to identify a particular class) |
comp., MS | dead code | kod mati (Code that is not called during profiling) |
comp., MS | DSN code | kod DSN (A three-digit string of numbers, such as 5.1.2., that indicates the status of an attempt to deliver an e-mail message) |
comp., MS | embed code | kod terbenam (HTML code that adds an object, such as a video, to a Web site, blog, or HTML page) |
comp., MS | error code | kod ralat (One of four fields of an SCODE. It is a unique number that is assigned to represent the error or warning) |
comp., MS | hash code | kod cincangan (A fixed-size result that is obtained by applying a one-way mathematical function (sometimes called a hash algorithm) to an arbitrary amount of data. If there is a change in the input data, the hash changes. The hash can be used in many operations, including authentication and digital signing) |
comp., MS | IFSC code | kod IFSC (A series of 11 alphanumeric characters used by the Indian Financial System to identify banks participating in the NEFT system and to route transactions between banks) |
comp., MS | international access code | kod capaian antarabangsa (The prefix that is used to direct a call internationally. The International Access Code is 011 in the United States and 00 in much of the rest of the world) |
comp., MS | Just My Code | Hanya Kod Saya (A Visual Studio .NET debugging feature that allows the user to step through all the user-written code in the current project as well as in any referenced project, and skip over designer-generated code. Also, Just My Code affects breakpoints as well as stepping) |
comp., MS | line of code | barisan kod (An executable line of text that excludes white space, comments, type declarations, and namespace declarations) |
comp., MS | managed code | kod diurus (Code that is executed by the common language runtime environment rather than directly by the operating system. Managed code applications gain common language runtime services such as automatic garbage collection, runtime type checking and security support, and so on. These services help provide uniform platform- and language-independent behavior of managed-code applications) |
comp., MS | managed code | kod terurus (Code that is executed by the common language runtime environment rather than directly by the operating system. Managed code applications gain common language runtime services such as automatic garbage collection, runtime type checking and security support, and so on. These services help provide uniform platform- and language-independent behavior of managed-code applications) |
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 | master boot code | kod but induk (A small amount of executable code contained in the master boot record that scans the partition table for the active partition, finds the starting sector of the active partition, loads a copy of the boot sector from the active partition into memory, and transfers control to the executable code in the boot sector) |
comp., MS | mobile code | kod mudah alih (Any code placed on a central server that is meant to be downloaded and run by multiple clients. Mobile code can be distributed using Web servers, FTP servers, file shares, and so on. Typically, users run mobile code from the intranet and Internet zones) |
comp., MS | My Code | Kod Saya (A debugging feature that hides non-user code so that it does not appear in the debugger windows) |
comp., MS | native code | kod asal (Code that has been compiled to processor-specific machine code) |
comp., MS | outside line access code | kod capaian talian luar (The prefix that is used to access an outside line. In the United States, this prefix is typically 9) |
comp., MS | participant code | kod peserta (An access code that is required for a user to join a conference as a participant. This code is entered in the Options dialog box, on the Accounts tab, under Conferencing Information) |
comp., MS | postal code | poskod (An alphanumeric code assigned to all addresses in order to facilitate mail delivery) |
comp., MS | pure code | kod tulen (Code that can contain both native and managed data types, but only managed functions) |
comp., MS | QR code | Kod QR (A specific two-dimensional bar code) |
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) |
comp., MS | Single Payment Classification Code | Kod Klasifikasi Pembayaran Tunggal (A Standard Entry Class ACH code that describes a type of financial transaction) |
comp., MS | single-use code | kod sekali guna (A code, which can be used only once, that can be used in place of a password to sign in) |
comp., MS | sort code | kod isih (A 6-digit code used by the British and Irish banking industries to identify banks and route money transfers between banks) |
comp., MS | South African National Clearing Code | Kod Penjelasan Nasional Afrika Selatan (A series of numbers used to identify banks and transaction routing information for South African financial institutes) |
comp., MS | SWIFT code | kod SWIFT (An international identification code used to identify financial institutions for international money transfers) |
comp., MS | unblock code | kod buka sekatan (An operator-provided code to unblock a SIM card) |
comp., MS | unlock code | kod buka kunci (A code needed to use a phone with a SIM card on another cellular network) |
comp., MS | unmanaged code | kod tidak diurus (Code that is executed directly by the operating system, outside the .NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime) |
comp., MS | unsafe code | kod tak selamat (Code that is executed directly by the operating system, outside the .NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime) |
comp., MS | ZIP code | kod ZIP (In the United States, the postal code assigned to all addresses) |