logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1389054 total)

 

The pseudocode above checks to see if the email address input contains an @ symbol.

This is an example of which type of validation check?

0%
0%
0%
0%
Переглянути це питання

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?

0%
0%
0%
0%
Переглянути це питання

Which of the following pairs of test data is best to test the boundary of the condition?

0%
0%
0%
0%
Переглянути це питання

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?

 

0%
0%
0%
0%
Переглянути це питання

What will be the output if the pseudocode above?

0%
0%
0%
0%
Переглянути це питання

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?

0%
0%
0%
0%
Переглянути це питання