English | Japanese |
ABC code | ABC コード (A classifier that names categories in an ABC classification) |
ABC code for carrying cost classification | 在庫維持費 ABC コード (A classifier that names categories in an ABC classification that ranks discrete categories of items according to their carrying cost) |
ABC code for revenue | 収益 ABC コード (A classifier that names categories in an ABC classification that ranks discrete categories of items according to their revenue) |
ABC code value | ABC コード値 (The categorization of an inventory item based on its value compared to the total inventory on hand) |
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) |
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) |
account code segment | 勘定コード セグメント (A section of an account code that represents a type of entity for which you are accounting) |
area code | 市外局番 (A number that identifies each telephone service area in a country/region and is used as a dialing prefix) |
authorization code | 認証コード (A code that grants rights to an individual, for example to use a system or access stored data) |
bank code | 銀行コード (A unique bank registration number that a bank uses to identify itself) |
bank sorting code | 銀行分類コード (A 6-digit code used by the British and Irish banking industries to identify banks and route money transfers between banks) |
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) |
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) |
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) |
book code | 帳簿コード (A predefined dimension that is used to differentiate between different modeling scenarios. For example, you can use this dimension to track values for budget, actual, and forecasted scenarios for any given period of time. It is automatically included with every model) |
branch code | 支店コード (A numeric code used in combination with a bank code to identify a specific bank branch) |
calculation code | 計算コード (A code that represents a specific numerical calculation that returns a numeric amount) |
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) |
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) |
Central Bank MFO Code | 中央銀行 MFO コード (A 9-digit code used to identify banks for routing transactions in the Russian Federation) |
central bank transaction code | 中央銀行取引コード (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) |
character code | 文字コード (A numeric value that corresponds to a particular character in a set) |
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) |
Code 39 | コード 39 (A barcode symbology standard maintained by American National Standards Institute (ANSI)) |
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) |
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) |
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) |
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) |
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) |
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) |
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) |
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) |
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) |
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) |
code element | コード要素 (The minimum bit combination that can represent a unit of encoded text for processing or exchange, kōdo-yōso) |
code example | コード例 (A block of sample code in documentation that is used to demonstrate a concept or process) |
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) |
code group | コード グループ (A logical grouping of code that has a specified condition for membership) |
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) |
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) |
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) |
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) |
code pane | コード ペイン (In Visual Basic for Applications, the window that is used to display, edit, and write module-level and procedure code) |
code point | コード ポイント (The minimum bit combination that can represent a unit of encoded text for processing or exchange) |
code profiler | コード プロファイラー (A software tool, implemented as a DLL, which is called by the runtime system during the execution of an image) |
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) |
code sample | コード サンプル (A set of program instructions that are provided as an example, typically for learning and re-use) |
code segment | コード セグメント (A memory segment containing program instructions) |
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) |
code stub | コード スタブ (A segment of Visual Basic code that defines the beginning and end of a procedure) |
Code view | コード ビュー (A window that shows the code that comprises a web page) |
commodity code hierarchy | 商品コード階層 (A category hierarchy that orders categories that are created from commodity codes) |
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) |
country code | 国番号 (In telephony, the one-, two-, or three-character sequence that represents the country/region being called) |
country/region code | 国/地域コード (A two-character sequence in an Internet domain name address that indicates the country/region in which a host is located) |
course code | コース コード (A number or code that an educational institution uses to identify a particular class) |
currency code | 通貨コード (An alphanumeric identifier that represents a currency unit) |
date period code | 日付期間コード (A code that represents a period of time measured by starting and ending dates) |
dead code | 実行されないコード (Code that is not called during profiling) |
department code | 部門コード (A unique alphanumeric name used to identify a department) |
department organization code | 部門組織コード (A code that represents the department in which an employee performs a job) |
direction code | 通信方向コード (A value in a fax or phone activity that indicates the direction of the message. Typically the values are incoming or outgoing) |
disposition code | 廃棄コード (A code that indicates the method by which a returned item should be processed) |
DSN code | 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) |
earning code | 所得コード (A code that represents the type of earnings paid to an employee) |
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) |
embed code | 埋め込みコード (HTML code that adds an object, such as a video, to a Web site, blog, or HTML page) |
emergency access code | 緊急アクセス コード (An emergency access code is a set of letters and numbers that can be included on your emergency profile wallet card or sheet) |
error code | エラー コード (One of four fields of an SCODE. It is a unique number that is assigned to represent the error or warning) |
exit code | 終了コード (A value set by an executable upon exit or termination that conveys status information) |
Extended Binary Coded Decimal Interchange Code | 拡張 2 進化 10 進交換コード (A coding scheme developed by IBM for use with its mainframe and AS400 computers that serves as a standard method of assigning binary (numeric) values to alphabetic, numeric, punctuation, and transmission-control characters) |
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) |
four character code | 4 文字コード (A 32-bit unsigned integer that is created by concatenating four ASCII characters to identify a data format) |
FOURCC code | FOURCC コード (A 32-bit unsigned integer that is created by concatenating four ASCII characters to identify a data format) |
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) |
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) |
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) |
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) |
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) |
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) |
Just My Code | マイ コードのみ (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) |
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) |
late-bound code | 遅延バインディング コード (A code that defers the assignment of a meaning to an identifier (such as a variable) until runtime) |
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) |
license code | ライセンス コード (An alphanumeric key that grants a party the right to use software or software components as prescribed in the terms of the license agreement, and that activates and inactivates software modules, software capabilities, and software functions) |
line of code | コード行 (An executable line of text that excludes white space, comments, type declarations, and namespace declarations) |
location code | 場所コード (A code that represents the physical location where an employee works in the organization) |
main account code segment | 主勘定コード セグメント (A segment of a general ledger account code that corresponds to the type of account (for example, cash, sales, or travel expense)) |
managed 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) |
managed code extension | マネージ コード拡張 (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) |
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) |
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)) |
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) |
miscellaneous charge code | 雑費コード (A code that represents miscellaneous charges on a transaction, such as invoice fees, freight, and insurance) |
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) |
My Code | マイ コード (A debugging feature that hides non-user code so that it does not appear in the debugger windows) |
native code | ネイティブ コード (Code that has been compiled to processor-specific machine code) |
natural account code segment | ナチュラル勘定コード セグメント (A segment of a general ledger account code that corresponds to the type of account (for example, cash, sales, or travel expense)) |
occupation code | 職務コード (A code that represents the type of work performed by an employee within the organization) |
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) |
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) |
outside line access code | 外線発信番号 (The prefix that is used to access an outside line. In the United States, this prefix is typically 9) |
p-code | P コード (A machine language for a nonexistent processor (a pseudomachine). Such code is executed by a software interpreter) |
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) |
piece code | 出来高払いコード (A code that indicates how many units of piecework an employee produces) |
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) |
polymorphic code | ポリモーフィック コード (Malicious code that changes its code structure or method of infection to evade detection by virus scanners) |
postal code | 郵便番号 (An alphanumeric code assigned to all addresses in order to facilitate mail delivery, ゆうびんばんごう) |
promotion code | プロモーション コード (The identification string included with a campaign activity that relates an individual piece of marketing collateral with the corresponding campaign) |
pure code | 純粋なコード (Code that can contain both native and managed data types, but only managed functions) |
QR code | QRコード (A specific two-dimensional bar code) |
reason code | 理由コード (The code that represents the cause for a certain action) |
responsibility account code segment | 職責勘定コード セグメント (A segment of a general ledger account code that corresponds to a category within the overall structure of the organization, such as location, division, department, area, task, project, or product) |
rule group code | ルール グループ コード (A code that represents a common group of employees whose pay is processed using the same calculations) |
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) |
sales tax code | 売上税コード (A user-defined code that uniquely identifies a specific sales tax and defines its characteristics, such as the percentage or amount, tax authority, terms of payment, and ledger accounts used for posting) |
sample code | サンプル コード (A set of program instructions that are provided as an example, typically for learning and re-use) |
scan code | スキャン コード (A code generated by the keyboard software to identify the key pressed in a unique manner) |
serial shipping container code | 出荷コンテナー シリアル コード (A standardized 18-digit label that uniquely identifies each unit to be transported or stored) |
severity code | 重大度コード (One of four fields of an SCODE that specifies either success, or the kind of error) |
shared code | 共有コード (Code that is specifically designated to exist without modification in the server project and the client project) |
shift code | シフト コード (A code that represents the timeframe that an employee will be associated to when working on a particular day. The shift code determines the starting time, the hours, the length, and the earning code to be paid) |
SIC code | 業種コード (A four-digit number assigned by the U.S. government to designate the economic activity of businesses) |
Single Payment Classification Code | 単一支払区分コード (A Standard Entry Class ACH code that describes a type of financial transaction) |
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) |
skill code | スキル コード (A type of enterprise outline code that allows you to specify the skills that a resource has) |
sort code | 分類コード (A 6-digit code used by the British and Irish banking industries to identify banks and route money transfers between banks) |
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) |
South African National Clearing Code | 南アフリカ国家為替交換コード (A series of numbers used to identify banks and transaction routing information for South African financial institutes) |
Standard Industrial Classification code | 業種コード (A four-digit number assigned by the U.S. government to designate the economic activity of businesses) |
success code | 成功コード (An exit code value returned by an executable program that indicates that an operation completed successfully) |
SWIFT code | SWIFT コード (An international identification code used to identify financial institutions for international money transfers) |
time code | タイム コード (A digital signal applied to a stream. The signal assigns a number to every frame of video, representing hours, minutes, seconds, and frames) |
tracking code | 追跡コード (A piece of HTML code in a Web site that places a cookie on visitors' systems to keep track of their actions and movements within a site) |
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) |
unblock code | ブロック解除コード (An operator-provided code to unblock a SIM card) |
unlock code | ロック解除コード (A code needed to use a phone with a SIM card on another cellular network) |
unmanaged 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) |
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) |
ZIP code | 郵便番号 (In the United States, the postal code assigned to all addresses, ゆうびんばんごう) |
Zip/Postal Code | 郵便番号 (The label for the text box where the user types the postal code for outgoing correspondence, ゆうびんばんごう) |