Subject | English | Hebrew |
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 | data validation | אימות נתונים (The process of ensuring that data meets specified criteria) |
comp., MS | genuine validation | אימות מקוריות (A process that verifies whether installed software is genuine) |
comp., MS | preliminary data validation | אימות נתונים ראשוני (The process of validating data before it is processed. This validation helps detect and exclude some errors from the intended process, which might be the import or migration of users using a CSV file, for example) |
comp., MS | shape-level validation | אימות ברמת הצורה (The act of checking a visual workflow to ensure that the shapes and connections are valid) |
comp., MS | validation chain | שרשרת אימותים (A sequence of certificates, where each certificate in the sequence is signed by the subsequent certificate. The last certificate in the chain is normally a self-signed certificate) |
comp., MS | validation formula | נוסחת אימות (Checks the data in a field as it is entered. It sets limits or conditions on what can be entered) |
comp., MS | validation rule | כלל אימות (A property that defines valid input values for a field or record in a table, or a control on a form) |
comp., MS | validation server control | פקד של שרת אימות (A server control, included with ASP.NET, that verifies user input. The input is checked as it comes from HTML server controls and Web server controls (for example, a Web page form) against programmer-defined requirements. Validation controls perform input checking in server code. If the user is working with a browser that supports DHTML, the validation controls can also perform validation using client script) |
comp., MS | validation test | בדיקת אימות (A test that ensures that the functionality called for in a scenario or quality of service requirement is working) |