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

Scripting Unit 7 and 8 Practical Revision

Quiz
•
Computers
•
University
•
Medium
Emran Emran
Used 34+ times
FREE Resource
31 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
@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
Similar Resources on Quizizz
30 questions
CYBERCREST - 2K24_TECHNICAL QUIZ_ROUND_1_SET_1

Quiz
•
University
30 questions
Google Prof Cloud Archi - pt 2

Quiz
•
University
26 questions
JSON Quiz

Quiz
•
University
28 questions
Linux Review 3

Quiz
•
8th Grade - Professio...
26 questions
PHP recupero

Quiz
•
University
26 questions
Typescript class 02

Quiz
•
University
30 questions
Computer Programming-2

Quiz
•
University
34 questions
Linux 2

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