The pseudocode above checks to see if the email address input contains an @ symbol.
This is an example of which type of validation check?
How many values will be input into the array Songs based on the pseudocode below:
Begin
For I ← 0 to 5
Input Song
Songs(I) ← Song
Next
End
The following pseudocode is an example of which type of validation check?
What type of validation check is shown above?
Which of the following pairs of test data is best to test the boundary of the condition?
The purpose of validation is to check that data input is
What is the actual result produced by the pseudocode if 50 was input as test data?
If the value 50 was input as Score what would be the output of the above program?
What will be the output if the pseudocode above?
Dexter is planning to enter the following values into the program above (in the order shown).
5, 7, 3, 5, -1, 2 and 8.
What will be displayed by the program?