DictionaryForumContacts

Terms containing code | all forms | exact matches only
SubjectEnglishMalay
comp., MSaccess codekod 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., MSAmerican Standard Code for Information InterchangeKod 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., MSarea codekod kawasan (A number that identifies each telephone service area in a country/region and is used as a dialing prefix)
comp., MSbank codekod bank (A unique bank registration number that a bank uses to identify itself)
comp., MSbank sorting codekod pengisihan bank (A 6-digit code used by the British and Irish banking industries to identify banks and route money transfers between banks)
comp., MSbar codekod 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., MSbranch codekod cawangan (A numeric code used in combination with a bank code to identify a specific bank branch)
comp., MScard validation codekod 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., MSCentral Bank MFO CodeKod MFO Bank Pusat (A 9-digit code used to identify banks for routing transactions in the Russian Federation)
comp., MScentral bank transaction codekod 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., MScharacter codekod aksara (A numeric value that corresponds to a particular character in a set)
comp., MScode access securitykeselamatan 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., MScode analysisanalisis 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., MScode-behind classkelas 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., MScode-behind filefail 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., MScode completekod 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., MScode coverageliputan 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., MSCode Definition windowtetingkap 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., MScode examplecontoh kod (A block of sample code in documentation that is used to demonstrate a concept or process)
comp., MScode freezepembekuan 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., MScode groupkumpulan kod (A logical grouping of code that has a specified condition for membership)
comp., MScode metricmetrik 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., MSCode of ConductTatakelakuan (The link to the code of conduct, which contains rules that explain how someone should behave while using a service or product)
comp., MScode pagehalaman 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., MScode pointtitik kod (A numeric value that corresponds to a particular character in a set)
comp., MScode profilerpemprofil kod (A software tool, implemented as a DLL, which is called by the runtime system during the execution of an image)
comp., MScode reviewpenyemakan 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., MScode signingtandatangan 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., MScountry codekod negara (In telephony, the one-, two-, or three-character sequence that represents the country/region being called)
comp., MScourse codekod kursus (A number or code that an educational institution uses to identify a particular class)
comp., MSdead codekod mati (Code that is not called during profiling)
comp., MSDSN codekod 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., MSembed codekod terbenam (HTML code that adds an object, such as a video, to a Web site, blog, or HTML page)
comp., MSerror codekod ralat (One of four fields of an SCODE. It is a unique number that is assigned to represent the error or warning)
comp., MShash codekod 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., MSIFSC codekod 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., MSinternational access codekod 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., MSJust My CodeHanya 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., MSline of codebarisan kod (An executable line of text that excludes white space, comments, type declarations, and namespace declarations)
comp., MSmanaged codekod 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., MSmanaged codekod 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., MSmanaged code extensionsambungan 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., MSmaster boot codekod 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., MSmobile codekod 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., MSMy CodeKod Saya (A debugging feature that hides non-user code so that it does not appear in the debugger windows)
comp., MSnative codekod asal (Code that has been compiled to processor-specific machine code)
comp., MSoutside line access codekod capaian talian luar (The prefix that is used to access an outside line. In the United States, this prefix is typically 9)
comp., MSparticipant codekod 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., MSpostal codeposkod (An alphanumeric code assigned to all addresses in order to facilitate mail delivery)
comp., MSpure codekod tulen (Code that can contain both native and managed data types, but only managed functions)
comp., MSQR codeKod QR (A specific two-dimensional bar code)
comp., MSSandboxed Code ServiceKhidmat 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., MSSingle Payment Classification CodeKod Klasifikasi Pembayaran Tunggal (A Standard Entry Class ACH code that describes a type of financial transaction)
comp., MSsingle-use codekod sekali guna (A code, which can be used only once, that can be used in place of a password to sign in)
comp., MSsort codekod isih (A 6-digit code used by the British and Irish banking industries to identify banks and route money transfers between banks)
comp., MSSouth African National Clearing CodeKod Penjelasan Nasional Afrika Selatan (A series of numbers used to identify banks and transaction routing information for South African financial institutes)
comp., MSSWIFT codekod SWIFT (An international identification code used to identify financial institutions for international money transfers)
comp., MSunblock codekod buka sekatan (An operator-provided code to unblock a SIM card)
comp., MSunlock codekod buka kunci (A code needed to use a phone with a SIM card on another cellular network)
comp., MSunmanaged codekod 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., MSunsafe codekod 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., MSZIP codekod ZIP (In the United States, the postal code assigned to all addresses)

Get short URL