Question:What is OR oparator ?
Answer
A Boolean operation,as in A OR B, in which the statement is true if either A or B(or both) is true.
Question:What is OR oparator ?
A Boolean operation,as in A OR B, in which the statement is true if either A or B(or both) is true.
Question:What is NOT oparator ?
A Boolean operation,as in NOT A , that changes the value of statement from true to false or from false to true.
Question:Define hashing.
Deriving the location for a record in a random file from the record key.
Question:What is resticted-value test ?
Checking the value of a field to be sure it is acceptable is editing input by means resticted-value test.
Question:What is error rutine ?
Instructions thet are executed when an error is encountered during processing.