Exam 6: Introduction to Shell Script Programming
Exam 1: The Essence of Unix and Linux54 Questions
Exam 2: Exploring the Unix-Linux File Systems and File Security54 Questions
Exam 3: Mastering Editors51 Questions
Exam 4: Unix-Linux File Processing55 Questions
Exam 5: Advanced File Processing51 Questions
Exam 6: Introduction to Shell Script Programming55 Questions
Exam 7: Advanced Shell Programming48 Questions
Exam 8: Exploring the Unix-Linux Utilities54 Questions
Exam 9: Perl and Cgi Programming52 Questions
Exam 10: Developing Unix-Linux Applications in C and C58 Questions
Exam 11: The X Window System51 Questions
Select questions type
Logic structures supported by shell scripts include: sequential logic,decision logic,looping logic,and ____________________ logic.
Free
(Short Answer)
4.8/5
(33)
Correct Answer:
case
Logic structures are also called ____ structures.
Free
(Multiple Choice)
4.8/5
(23)
Correct Answer:
C
What is looping logic?
Free
(Essay)
4.9/5
(35)
Correct Answer:
In looping logic,a control structure (or loop)repeats until a specific condition exists or some action occurs.
A ____ is a name consisting of letters,numbers,or characters and is used to reference the contents of a variable.
(Multiple Choice)
4.8/5
(34)
With no options,____ displays the current listing of Bash environment and shell script variables.
(Multiple Choice)
4.8/5
(29)
____________________ are text files that contain sequences of UNIX-Linux commands.
(Short Answer)
4.7/5
(41)
____ variables are those you create at the command line or in a shell script.
(Multiple Choice)
4.8/5
(31)
The ____________________ variable provides a list of directory locations where UNIX or Linux looks to find executable scripts or programs.
(Short Answer)
4.9/5
(37)
To reference a variable,you use a dollar sign ($)in front of it or enclose it in ____.
(Multiple Choice)
4.9/5
(34)
Match each item with a statement below.
-environment variable that holds the path name of the program for the type of shell you are using
(Multiple Choice)
4.9/5
(33)
The ____ command enables you to initialize the terminal display or terminal window,to place text and prompts in desired locations,and to respond to what the user selects from the menu.
(Multiple Choice)
5.0/5
(30)
Shell scripts can automatically access variables created and assigned on the command line.
(True/False)
4.9/5
(38)
The ____________________ shell is similar to the Bash shell in many respects,but has syntax similar to that of C programming.
(Short Answer)
4.7/5
(43)
You use the ____________________ command to loop through a range of values.
(Short Answer)
4.8/5
(36)
Showing 1 - 20 of 55
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)