Search Header Logo

Perl and Java

Authored by Annapoorani G

Computers

University

Used 4+ times

Perl and Java
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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 BLANKS QUESTION

30 sec • 1 pt

AVD stands for (a)  

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

Media Image
Media Image
Media Image

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?