Perl Programming   «Prev  Next»

Perl Language Fundamentals - Quiz

Each question is worth one point. Select the best answer for each question.
 
1. What type of data does Perl handle with particular ease and efficiency?
Please select the best answer.
  A. numerical data
  B. text data
  C. GUI data

2. What is an interpreter?
Please select the best answer.
  A. A program that converts source code into another form that is then executed in a separate step.
  B. A program that executes your source code directly, without first converting it to another form.
  C. A program that compiles parts of your program into an intermediate byte code and then, at runtime, interpretes the parts of the program that cannot be readily compiled.


3. What is perl?
Please select the best answer.
  A. A computer language that is popular with web programmers
  B. A program that interprets Perl code, but does not compile it
  C. A program that compiles and interprets Perl code, depending on the code and the context


Your score is 0.0