You can always press Enter⏎ to continue
Perl Quiz: Online Test
1
Instructions For Quiz
This Mock Test has 15 Questions
Each Question is of 1 marks so total 15 marks
Multiple Choice Questions with only ONE valid answer
Previous
Next
Submit
Press
Enter
2
Name
Previous
Next
Submit
Press
Enter
3
Email
*
This field is required.
Get Result on your Email address
Previous
Next
Submit
Press
Enter
4
1) Arrays are denoted by _______in Perl.
*
This field is required.
@
%
$
#
Previous
Next
Submit
Press
Enter
5
2)Scalar is denoted by_______in Perl.
*
This field is required.
#
$
%
^
Previous
Next
Submit
Press
Enter
6
3)Does Perl have objects?
*
This field is required.
YES
NO
Previous
Next
Submit
Press
Enter
7
4)What will display the list of warning messages regarding the code?
*
This field is required.
Strict pragma
The -w Command-line argument
Using the built-in debugger
Previous
Next
Submit
Press
Enter
8
5)When the “require” function loads?
*
This field is required.
Runtime
Compile time
Both
Previous
Next
Submit
Press
Enter
9
6)The "+=" is which type of operator?
*
This field is required.
comparison operators
Arithmetic operators
Increment/ decrement operators
Assignment operators
Previous
Next
Submit
Press
Enter
10
7)Select comparison operator from the options.
*
This field is required.
*=
&&
!=
=
Previous
Next
Submit
Press
Enter
11
8)Scalar stores -
*
This field is required.
Multiple value
Single value
Double value
Float value
Previous
Next
Submit
Press
Enter
12
9)The "%" is used for
*
This field is required.
Scalar variables
Hash variable
Arrays
Subroutines
Previous
Next
Submit
Press
Enter
13
10)What is used to identify the Subroutine?
*
This field is required.
@
$
&
#
Previous
Next
Submit
Press
Enter
14
11)What is '->' symbol?
*
This field is required.
Postfix dereference operator
Prefix dereference operator
Infix dereference operator
None of this
Previous
Next
Submit
Press
Enter
15
12) Can we load binary extension dynamically?
*
This field is required.
Yes
No
Previous
Next
Submit
Press
Enter
16
13)Select the option which allows the user to scroll through the entire program line by line in Perl.
*
This field is required.
Using the strict pragma
Using the built-in debugger
Using the string pragma
Using the built-in error
Previous
Next
Submit
Press
Enter
17
14)Command line arguments in Perl are stored in
*
This field is required.
Scalar
Resource
Array
Hash
Previous
Next
Submit
Press
Enter
18
15)Select data type in Perl which stores associative arrays.
*
This field is required.
Resource
Scalar
Hash
Array
Previous
Next
Submit
Press
Enter
Should be Empty:
Question Label
1
of
18
See All
Go Back
Submit