Subject | English | Hebrew |
comp., MS | 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) |
comp., MS | ABC code for contribution margin | מרווח קוד ABC (A classifier that names categories in an ABC classification that ranks discrete categories of items according to their contribution margin) |
comp., MS | ABC code for revenue | הכנסת קוד ABC (A classifier that names categories in an ABC classification that ranks discrete categories of items according to their revenue) |
comp., MS | ABC code value | ערך קוד ABC (The categorization of an inventory item based on its value compared to the total inventory on hand) |
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.") |
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 | 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 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 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 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 library | ספריית קוד (In programming, a collection of routines stored in a file. Each set of instructions in a library has a name, and each performs a different task) |
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 point | נקודת קוד (A numeric value that corresponds to a particular character in a set) |
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 signing | חתימת קוד (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 | 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 | commodity code hierarchy | הירארכיית קודי סחורות (A category hierarchy that orders categories that are created from commodity codes) |
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 | 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 | 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) |
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 | 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) |