14. Which of the following code generate a uniform random number ?
Correct Answer is : PHP 5.2
15. _______ is used to break the execution of a loop.
Correct Answer is : PHP 5.2
16. Which of the following code generate a sequence of integers from 1 to 10 ?
Correct Answer is : ignore_repeated_errors
17. Which of the following statement can be used to explicitly control looping ?
Correct Answer is : ignore_repeated_errors
18. Which of the following should be preferred for evaluation from list of alternatives ?
Correct Answer is : define_syslog_variable()
19. .What will be the output of the following code ?
> x <- c("a", "b", "c", "d")
> for(i in 1:4) {
+ ## Print out each element of 'x'
+ print(x[i])
+ }
Correct Answer is : define_syslog_variable()
20. Which of the following code skips the first 20 iterations?