Subject | English | Chinese Taiwan |
comp., MS | access code | 存取碼 (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 | account code | 會計科目代碼 (The unique identifier for a record that holds the balance relating to any single asset, liability, owner's equity, revenue, or expense of the business) |
comp., MS | activation code | 啟用代碼 (A unique 12-character code that is used in combination with a computer ID to activate Windows in licensing models where a product key is not used for activation) |
comp., MS | American Standard Code for Information Interchange " 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." | 美國訊息交換標準代碼 (ASCII) |
comp., MS | area code | 區碼 (A number that identifies each telephone service area in a country/region and is used as a dialing prefix) |
comp., MS | authorization code | 授權碼 (A code that grants rights to an individual, for example to use a system or access stored data) |
comp., MS | bank code | 銀行代碼 (A unique bank registration number that a bank uses to identify itself) |
comp., MS | bank sorting code | 銀行分類代碼 (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 | 條碼 (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 | bar code reader | 條碼讀取機 (An optical device that uses a laser beam to read and interpret bar codes, such as the Universal Product Codes, found on grocery products and other retail items) |
comp., MS | bar code scanner | 條碼掃描器 (An optical device that uses a laser beam to read and interpret bar codes, such as the Universal Product Codes, found on grocery products and other retail items) |
comp., MS | branch code | 分行代碼 (A numeric code used in combination with a bank code to identify a specific bank branch) |
comp., MS | campaign code | 行銷活動代碼 (An identifier, usually made up of numbers or letters, such as 1234 or Early Spring, for a marketing campaign. The campaign code is another way to identify a marketing campaign distinct from the name of the marketing campaign) |
comp., MS | card validation code | 信用卡檢查碼 (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 | 中央銀行 MFO 代碼 (A 9-digit code used to identify banks for routing transactions in the Russian Federation) |
comp., MS | client code generation | 產生用戶端程式碼 (The action of generating code for the client project based on operations and entities exposed in the middle tier. A RIA Services link must exist between the client and server projects) |
comp., MS | code access security | 程式碼存取安全性 (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 | 程式碼分析 (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 | 程式碼後置 (For ASP.NET pages and XAML-based applications, code that is contained within a separate file, allowing for the separation of markup (for example, markup contained in an HTML or XAML file) from behavior that is implemented in code) |
comp., MS | code-behind class | 程式碼後置類別 (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 | 程式碼後置檔案 (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-behind page | 程式碼後置頁面 (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 comment Web report | 程式碼結構 Web 報告 (Web pages that enable you to browse the code structure within files in your current project or solution, such as objects and interfaces defined in a project) |
comp., MS | code complete | 程式碼完成 (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 | 程式碼涵蓋範圍 (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 | 程式碼定義視窗 (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 element | 程式碼項目 (The minimum bit combination that can represent a unit of encoded text for processing or exchange) |
comp., MS | Code First Migrations | Code First 移轉 (A feature that allows a database created by Code First to be incrementally changed as a developer's Code First model evolves) |
comp., MS | code freeze | 程式碼凍結 (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 | 程式碼群組 (A logical grouping of code that has a specified condition for membership) |
comp., MS | code list | 代碼清單 (A set of abbreviation/explanation pairs that are used as a design-time aid to providing sets of XML Schema Definition language (XSD) enumeration values) |
comp., MS | code mask | 代碼遮罩 (The format that you define for a work breakdown structure [WBS] code or a custom outline code. The mask specifies the sequence and number of letters or numbers required for each level and the symbol separating the levels) |
comp., MS | code metric | 程式碼度量 (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 | 管理辦法 (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 | 字碼頁 (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 pane | 程式碼窗格 (In Visual Basic for Applications, the window that is used to display, edit, and write module-level and procedure code) |
comp., MS | code point | 字碼指標 (A numeric value that corresponds to a particular character in a set) |
comp., MS | code point | 字碼元素 (The minimum bit combination that can represent a unit of encoded text for processing or exchange) |
comp., MS | code profiler | 程式碼分析工具 (A software tool, implemented as a DLL, which is called by the runtime system during the execution of an image) |
comp., MS | code review | 程式碼檢閱 (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 sample | 程式碼範例 (A set of program instructions that are provided as an example, typically for learning and re-use) |
comp., MS | code segment | 程式碼片段 (A memory segment containing program instructions) |
comp., MS | code snippet | 程式碼片段 (A small piece of programming code that is part of a larger program. Usually the code snippet performs a specific function or task) |
comp., MS | code stub | 程式碼端 (A segment of Visual Basic code that defines the beginning and end of a procedure) |
comp., MS | code value | 字碼值 (An abbreviation used to represent textual information for properties such as country/region, state/province, and order status) |
comp., MS | Code view | 程式碼檢視 (A window that shows the code that comprises a web page) |
comp., MS | control code | 控制碼 (One or more nonprinting characters used by a computer program to control the actions of a device, used in printing, communications, and management of display screens. Control codes are mainly employed by programmers or by users to control a printer when an application program does not support the printer or one of its specialized features. In video, control codes are sent from a computer to a display unit to manipulate the appearance of text or a cursor on the screen. Popular video control code sets are ANSI and VT-100) |
comp., MS | course code | 課程代碼 (A number or code that an educational institution uses to identify a particular class) |
comp., MS | dead code | 無作用程式碼 (Code that is not called during profiling) |
comp., MS | Differentiated Services Code Point | 區別服務代碼點 (A marking in the registry that enables packets that pass through network devices that operate on Layer 3 information (such as routers) to have their relative priorities differentiated from one another) |
comp., MS | direction code | 方向碼 (A value in a fax or phone activity that indicates the direction of the message. Typically the values are incoming or outgoing) |
comp., MS | Electronic Product Code | 電子產品代碼 (A standard for electronically marking products so that they can be tracked by using radio frequency identification (RFID). An EPC is 96 bits divided into four partitions: header, manager number, object class, and serial number) |
comp., MS | embed code | 內嵌程式碼 (HTML code that adds an object, such as a video, to a Web site, blog, or HTML page) |
comp., MS | Entity Framework Code First Migrations | Entity Framework Code First 移轉 (A feature that allows a database created by Code First to be incrementally changed as a developer's Code First model evolves) |
comp., MS | error code | 錯誤碼 (One of four fields of an SCODE. It is a unique number that is assigned to represent the error or warning) |
comp., MS | exit code | 結束代碼 (A value set by an executable upon exit or termination that conveys status information) |
comp., MS | field code | 功能變數代碼 (Placeholder text that shows where specified information from your data source will appear; the elements in a field that generate a field's result. The field code includes the field characters, field type, and instructions) |
comp., MS | four character code | 四字元代碼 (A 32-bit unsigned integer that is created by concatenating four ASCII characters to identify a data format) |
comp., MS | FOURCC code | FOURCC 代碼 (A 32-bit unsigned integer that is created by concatenating four ASCII characters to identify a data format) |
comp., MS | generated code | 產生的程式碼 (Code that is automatically generated for the client project based on operations and entities exposed in the middle tier when a RIA Services link exists between the server and client projects) |
comp., MS | hash code | 雜湊碼 (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 | HTML code fragment | HTML 程式碼片段 (HTML code that you add to your Web page to create features such as a script, a counter, or a scrolling marquee) |
comp., MS | IFSC code | 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 | industry code | 工業代碼 (A code used to identify different industries such as automotive, aviation, and beverage. You use industry codes to identify the associated industry of an advertisement, thus preventing two ads from competing companies in the same industry from appearing on the same page) |
comp., MS | international access code | 國際電話撥接碼 (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 | language code identifier | 語言代碼識別碼 (A 32-bit value which consists of the language ID in the low word (bits 0-15) and the sorting ID (bits 16-19) and a reserved value (bits 20-31) in the high word) |
comp., MS | late-bound code | 晚期繫結碼 (A code that defers the assignment of a meaning to an identifier (such as a variable) until runtime) |
comp., MS | leader code | 主席代碼 (An access code that is needed in order for a user to join a conference as a leader. This string is entered in the Options dialog box, on the Accounts tab, under Conferencing Information) |
comp., MS | line of code | 程式碼 (An executable line of text that excludes white space, comments, type declarations, and namespace declarations) |
comp., MS | managed code | Managed 程式碼 (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 | Managed 程式碼擴充 (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 | 主開機程式碼 (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 | Match Code Update | 符合代碼更新 (A system job that scans the system for records for which match codes are not updated and persist their corresponding matchcodes in the database (this wakes up every 5 mins)) |
comp., MS | Message Authentication Code | 訊息驗證碼 (An algorithm that allows a receiver to ensure that a block of data has retained its integrity from the time it was sent until the time it was received) |
comp., MS | mobile code | 行動程式碼 (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 | native code | 機器碼 (Code that has been compiled to processor-specific machine code) |
comp., MS | order status code | 訂單狀態代碼 (A numerical data code that identifies the types of order status used on your Web site. For example, you may create order status codes to define saved orders, deleted orders, or unprocessed orders) |
comp., MS | outline code | 大綱代碼 (A custom tag that users define for tasks or resources to allow them to show a hierarchy of the tasks in their project that is different from WBS codes or outline numbers. You can create up to 10 sets of custom outline codes in your project) |
comp., MS | outside line access code | 外線轉接碼 (The prefix that is used to access an outside line. In the United States, this prefix is typically 9) |
comp., MS | participant code | 參與者代碼 (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 | policy bar code | 原則條碼 (An image that encodes a unique identifier for a Windows SharePoint Services object, where the value of the unique identifier can also be represented textually) |
comp., MS | polymorphic code | 多形程式碼 (Malicious code that changes its code structure or method of infection to evade detection by virus scanners) |
comp., MS | postal code | 郵遞區號 (An alphanumeric code assigned to all addresses in order to facilitate mail delivery) |
comp., MS | program code | 程式碼 (A five-digit code that identifies which of the solution provider's program offerings the customer's computer belongs to) |
comp., MS | promotion code | 促銷代碼 (The identification string included with a campaign activity that relates an individual piece of marketing collateral with the corresponding campaign) |
comp., MS | proxy code | Proxy 程式碼 (Code generated by .NET that creates the infrastructure a client can use to call a Web service) |
comp., MS | pure code | 純程式碼 (Code that can contain both native and managed data types, but only managed functions) |
comp., MS | QR code | QR 代碼 (A specific two-dimensional bar code) |
comp., MS | return code | 傳回碼 (In programming, a code that is used to report the outcome of a procedure or to influence subsequent events when a routine or process terminates (returns) and passes control of the system to another routine. Return codes can, for example, indicate whether an operation was successful or not and can thus be used to determine what is to be done next) |
comp., MS | safe code | 安全的程式碼 (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 | sample code | 範例程式碼 (A set of program instructions that are provided as an example, typically for learning and re-use) |
comp., MS | scan code | 掃描碼 (A code generated by the keyboard software to identify the key pressed in a unique manner) |
comp., MS | severity code | 嚴重性代碼 (One of four fields of an SCODE that specifies either success, or the kind of error) |
comp., MS | shared code | 共用程式碼 (Code that is specifically designated to exist without modification in the server project and the client project) |
comp., MS | SIC code A four-digit number assigned by the U.S. government to designate the economic activity of businesses | 標準產業分類碼 (SIC code) |
comp., MS | Single Payment Classification Code | 審單付款分類碼 (A Standard Entry Class ACH code that describes a type of financial transaction) |
comp., MS | single-use code | 一次性代碼 (A code, which can be used only once, that can be used in place of a password to sign in) |
comp., MS | site code | 站台碼 (A three-character code that SMS/Configuration Manager uses to uniquely identify an SMS/Configuration Manager site. The site code is specified during the site installation and cannot be changed after installation. The valid characters for site codes are A through Z and 0 through 9) |
comp., MS | skill code | 技術代碼 (A type of enterprise outline code that allows you to specify the skills that a resource has) |
comp., MS | sort code | 分類代碼 (A 6-digit code used by the British and Irish banking industries to identify banks and route money transfers between banks) |
comp., MS | source code configuration file | 程式碼設定檔案 (A file that Build.exe uses to generate source code. A source code configuration file can be a dirs file, a sources file, or a makefile file) |
comp., MS | source code control | 原始程式碼控制 (A set of features that include a mechanism for checking source code in and out of a central repository. It also implies a version control system that can manage files through the development lifecycle, keeping track of which changes were made, who made them, when they were made, and why) |
comp., MS | South African National Clearing Code A series of numbers used to identify banks and transaction routing information for South African financial institutes | 南非國家結算代碼 (South African National Clearing Code) |
comp., MS | Standard Industrial Classification code | 標準產業分類碼 (A four-digit number assigned by the U.S. government to designate the economic activity of businesses) |
comp., MS | success code | 成功碼 (An exit code value returned by an executable program that indicates that an operation completed successfully) |
comp., MS | SWIFT code | SWIFT 代碼 (An international identification code used to identify financial institutions for international money transfers) |
comp., MS | Trojan code | 特洛伊木馬程式 (A program that appears to be useful or harmless but that contains hidden code designed to exploit or damage the system on which it is run) |
comp., MS | unblock code | 解鎖碼 (An operator-provided code to unblock a SIM card) |
comp., MS | unlock code | 解鎖碼 (A code needed to use a phone with a SIM card on another cellular network) |
comp., MS | unmanaged code | Unmanaged 程式碼 (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 | 不安全的程式碼 (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 | virtual key code | 虛擬按鍵碼 (A symbolic constant name, hexadecimal value, or mouse or keyboard equivalent that provides a hardware and language-independent method of identifying keyboard keys. Each virtual key code represents a unique keyboard key and also identifies the purpose of that key. The keyboard driver must provide one or more keyboard layouts that maps keyboard scan codes to the appropriate virtual key codes) |
comp., MS | ZIP code | 郵遞區號 (In the United States, the postal code assigned to all addresses) |
comp., MS | Zip/Postal Code | 郵遞區號 (The label for the text box where the user types the postal code for outgoing correspondence) |