Free 1D0-437 Exam Braindumps (page: 3)

Page 2 of 25

Consider the following package definition package Convert; Which one of the following statements should immediately follow the given package definition to create a valid module?

  1. 1;
  2. use;
  3. sub;
  4. module Convert

Answer(s): A



Consider the program code in the attached exhibit.
What is the result of executing this program code?

  1. The code will output the following:
    BOBBY
  2. The code will output the following:
    GERTRUDE
  3. The code will output the following:
    JOHN
  4. The code will output the following:
    ROBERT

Answer(s): B



Which one of the following statements will add the symbol table for a package into the including package's symbol table?

  1. include Package;
  2. require Exporter;
  3. require Package;
  4. export Package;

Answer(s): B



Consider the following code:
%chars = ("a", "100", "b", "90", "c", "80");
Which one of the following choices will reverse the key/value pairing of the code?

  1. reverse(%chars);
  2. %chars =reverse(%chars);
  3. reverse(%chars) = %chars;
  4. invert(%chars);

Answer(s): B






Post your Comments and Discuss CIW 1D0-437 exam with other Community members:

1D0-437 Discussions & Posts