
Bash Shell Scripting - Variables in Functions (Local Variables)
Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the initial value assigned to the variable 'animal' in the script?
Tiger
Dog
Elephant
Cat
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens to the variable 'animal' when it is modified inside the function?
It changes to 'tiger' outside the function.
It becomes undefined outside the function.
It changes to 'cat' outside the function.
It remains unchanged outside the function.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does the 'local' keyword affect the variable 'animal' inside the function?
It restricts the variable's scope to the function.
It deletes the variable after the function.
It prevents the variable from being used.
It makes the variable global.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of using the 'local' keyword in a function?
To delete variables after function execution.
To ensure variables are only modified within the function.
To rename variables automatically.
To make variables accessible globally.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the final value of 'animal' after using the 'local' keyword in the function?
Tiger
Cat
Dog
Lion
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?