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
Which of the following data types are preceded by a dollar sign ($) in Perl?
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 Wayground
12 questions
AI basics

Quiz
•
University
10 questions
Fungsi Input dan Output Python

Quiz
•
2nd Grade - University
10 questions
Datentypen, Variablen & Eingabe in Python

Quiz
•
University
10 questions
Introduction to Python Quiz

Quiz
•
8th Grade - University
11 questions
oop_r1

Quiz
•
University
12 questions
CSSE Quiz Day2

Quiz
•
University
9 questions
Programming Language Quiz

Quiz
•
University
9 questions
C# Variables and Data Types

Quiz
•
8th Grade - University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade