
Perl

Quiz
•
Information Technology (IT)
•
University
•
Medium
Dr.Jeyanthi P
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Perl, which symbol is used to indicate a scalar variable?
@
%
$
&
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to declare an array in Perl?
@array = (1, 2, 3, 4);
array = [1, 2, 3, 4];
$array = {1, 2, 3, 4};
%array = (1, 2, 3, 4);
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default variable in Perl that stores the current topic or input?
%_
$_
@ARGV
$default
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid Perl loop statement?
for(condition) {}
foreach my $item (@array) { print $item; }
loop() {}
do while() {}
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to check if two scalar values are equal in Perl?
if ($x = $y)
if ($x == $y)
if ($x eq $y)
if ($x equals $y)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How are string values concatenated in Perl?
Using the . operator
Using the + operator
Using the & operator
Using the , operator
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function is used to get user input from the keyboard in Perl?
get()
<STDIN>
read()
input()
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
DSA (QUIZ 6) Hashing, Graphs, Advanced Graph Algorithms, and DP

Quiz
•
University
10 questions
Arrays in CQuiz

Quiz
•
1st Grade - University
18 questions
Codean - Java Rekursi

Quiz
•
University
15 questions
DSA (QUIZ 3) - Recursion

Quiz
•
University
15 questions
Mastering Express JS Concepts

Quiz
•
12th Grade - University
15 questions
แข่งขันcodingม.ปลาย

Quiz
•
12th Grade - University
15 questions
Understanding Loops in C Programming

Quiz
•
1st Grade - University
15 questions
CMDP2063 Unix and C Programming (Revision)

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade