Multiple Choice
Which of the following represents an example of data validation?
A) if (daysOverdue > 10 || fineOwed > 0.00) {
Document.write("Please call the library immediately!"
+ BR) ;
}
B) if (!(daysOverdue > 10 || fineOwed > 0.00) ) {
Document.write("Your account is in good standing." + BR) ;
}
C) if (age >= 18 && age <= 65) {
Document.write("The age is between 18 and 65." + BR) ;
}
D) while (!(month >= 1 && month <= 12) ) {
Month = prompt
("ERROR...Enter a number between 1 and 12",ES) ;
}
Correct Answer:

Verified
Correct Answer:
Verified
Q29: On a binary tree, _ are used
Q30: Which of the following generates a random
Q31: An advantage of the Boolean data type
Q32: Each path on a binary tree leads
Q33: Which of the following uses the unary
Q35: The Math class in JavaScript has the
Q36: When one of the conditions in a
Q37: In a decision table, you put a
Q38: A decision table is usually converted into
Q39: When testing to see whether a Boolean