Scripting Unit 7 and 8 Practical Revision

Scripting Unit 7 and 8 Practical Revision

University

31 Qs

quiz-placeholder

Similar activities

Unix

Unix

1st Grade - Professional Development

36 Qs

IT Fundamental Quiz 5

IT Fundamental Quiz 5

University

35 Qs

Section 9: Networking (14-20)

Section 9: Networking (14-20)

University

32 Qs

Проектирование web-страниц учебных курсов

Проектирование web-страниц учебных курсов

University

26 Qs

Multimedia Quiz 35 q/a

Multimedia Quiz 35 q/a

University

35 Qs

PTS XII TKJ

PTS XII TKJ

12th Grade - University

30 Qs

UAS TeoriPemWebDasar

UAS TeoriPemWebDasar

University

35 Qs

Systems Administration Midterm (LAB) for BSCS4A

Systems Administration Midterm (LAB) for BSCS4A

University

30 Qs

Scripting Unit 7 and 8 Practical Revision

Scripting Unit 7 and 8 Practical Revision

Assessment

Quiz

Computers

University

Medium

Created by

Emran Emran

Used 34+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you print the variable value. (for example: num=5)

@num

$num

&num

num

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Rohan wants to accept an input data from user and print it on screen. How does he do it? Choose the correct option.

echo Enter data

read data

echo $data

echo Enter data

input data

echo $data

echo Enter data

Input data

echo @data

echo

read

echo $data

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Avery is learning how to write scripts for automating tasks on her computer. She comes across a line at the beginning of her script that seems important. Which one of the statements is true for the first line argument in her script?

First line starts with #! and this tells the compiler which interpreter to use to execute the script. and the line is #!/bin/bash

First line starts with #! and this tells the compiler which interpreter to use to execute the script. and the line is #!/bash/bash

First line starts with !# and this tells the compiler which interpreter to use to execute the script. and the line is #!/bin/bash

First line starts with #! and this tells the compiler which interpreter to use to execute the script. and the line is #!/bash/bin

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Grace is writing a script for her project. What should be the first line of her script?

#!/bin/bosh

#!/bin/bash

!#/bin/bash

$#/bin/bash

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If you run the script as follows

./scriptName.sh Arjun Isla

What code will you be writing in your script to print these two arguments Arjun and Isla. Select correct code.

Using %1 %2

Using #1 #2

echo $1 $2

Using $0 $1

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a Unix systems class, Luna learned that you should have execute permission on a file to run the script.

True

False

I don't know

We never learned

If you select this option. I will conduct special classes for you.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What permission should you configure after you created the script and before you run the script.

chmod u+x scriptName.sh

chmod +x

chmod +wr scriptName.sh

None of the above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?