Subject | English | Thai |
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 | Office File Validation | การตรวจสอบความถูกต้องของแฟ้ม Office (A security feature that validates files before allowing them to be loaded by the application, in order to protect against file format vulnerabilities) |
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 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) |