CIW 1D0-437 CIW Perl Specialist Exam Practice Test

Page: 1 / 14
Total 169 questions
Question 1

Which statement is the most accurate?



Answer : D


Question 2

Consider the following program code:

$x = 5;

$y = 10;

while(++$x < 10 && ++$y < 15)

{

print ($x $y );

}

print ($x $y );

What is the result of executing this program code?



Answer : B


Question 3

Which one of the following while statements uses correct syntax and expressions?



Answer : B


Question 4

Which of the following tasks is the least effective in reducing errors in Perl scripts?



Answer : D


Question 5

Consider the following program code:

1.$x = 100;

2.$y = 15;

3.$result = $x % $y;

4.

5.print$result;

What is the result of executing this program code?



Answer : C


Question 6

Which statement is the most accurate?



Answer : D


Question 7

Which one of the following choices uses the correct syntax for a valid array assignment?



Answer : D


Page:    1 / 14   
Total 169 questions