Perl Quiz 5 | Englishfreetest.com

  • Do test 20 minutes
  • Number Questions: 10 questions
  • By: englishfreetest.com

Here's the exercise 'Perl Quiz 5 | Englishfreetest.com' about Technical Quiz - Technical Tests.


Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology

You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.

Finally, click here to "Test" for start practice exercise .

  • Test content
    A. Perl stands for Practical Extraction and Report Language.
    B. Perl is an Open Source software, licensed under its Artistic License, or the GNU General Public License (GPL).
    C. Perl supports both procedural and object-oriented programming.
    D. All of the above
    A. An array is a variable that stores an ordered list of scalar values.
    B. Array variables are preceded by an at (@) sign
    C. To refer to a single element of an array, you will use the dollar sign ($) with the variable name followed by the index of the element in square brackets
    D. All of the above
    A. goto LABEL
    B. goto EXPR
    C. goto &NAME
    D. None of the above