Perl Quiz 3 | Englishfreetest.com

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

Here's the exercise 'Perl Quiz 3 | 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. opens a file for reading alone
    B. opens a file for reading and writing
    C. opens a file for overwriting
    D. opens a file for appending
    A. 1978
    B. 1998
    C. 1987
    D. Perl hasn't yet been released
    A. Find::File
    B. File::Find
    C. Find::Dir
    D. None of the above
    A. Single Quotes based String
    B. Double Quotes based String
    C. Both of the above
    D. None of the above
    A. splice @ARRAY, OFFSET [ , LENGTH [ , LIST ] ]
    B. split @ARRAY, OFFSET [ , LENGTH [ , LIST ] ]
    C. join @ARRAY, OFFSET [ , LENGTH [ , LIST ] ]
    D. sort @ARRAY, OFFSET [ , LENGTH [ , LIST ] ]
    A. keys
    B. values
    C. Both of the above
    D. None of the above