Which of the following data types are preceded by a dollar sign ($) in Perl?
Perl and Java

Quiz
•
Computers
•
University
•
Hard
Annapoorani G
Used 4+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Scalar
Array
Hashes
All of the above
Answer explanation
Scalars are preceded by a dollar sign ($).
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To verify if the variable $str contains the word “test” you would use
if ($str = ~/test/)
if ($str == “test”)
if ($str = “test”)
if ($str contains “test”)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To repeat a string, perl uses ___ operator.
/
.
x
\\
4.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
AVD stands for________
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output?
#!/usr/local/bin/perl
$a = 5;
until( $a > 10 ) {
printf "Value of a: $a\n";
$a = $a + 1;
}
Value of a: 5
Value of a: 6
Value of a: 7
Value of a: 8
Value of a: 9
Value of a: 10
5 6 7 8 9 10
Value of a: 5
6
7
8
9
10
Error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following commands is used to display the directory attributes
cat
ls
mkdir
cp
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Mystery animal game was based on
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#!/usr/bin/perl
%data = ('John Paul', 45, 'Lisa', 30, 'Kumar', 40);
print "\$data{'John Paul'} = $data{'John Paul'}\n";
print "\$data{'Lisa'} = $data{'Lisa'}\n";
print "\$data{'Kumar'} = $data{'Kumar'}\n";
What is the output of above code?
data{'John Paul'} = 45
data{'Lisa'} = 30
data{'Kumar'} = 40
$data{'John Paul'} = 45
$data{'Lisa'} = 30
$data{'Kumar'} = 40
\45=45
\30=30
\40=40
None of the above
Similar Resources on Quizizz
10 questions
Keamanan Cloud (IA)

Quiz
•
University
10 questions
Introduction to Python Quiz

Quiz
•
8th Grade - University
10 questions
Python Programming Quiz

Quiz
•
University
10 questions
แบบทดสอบที่ 5 เรื่องการรับค่าในภาษาไพทอน (รายกลุ่ม)

Quiz
•
7th Grade - University
9 questions
7) 208.4 Implementing Nginx as a web server and a reverse proxy

Quiz
•
University
10 questions
Variables and Constants

Quiz
•
11th Grade - University
10 questions
Laravel True or False Quiz 1

Quiz
•
University
9 questions
Programming Language Quiz

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade