Exam 6: Introduction to Shell Script Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

If a source file contains ____ errors,it cannot be converted into an executable file.

(Multiple Choice)
4.8/5
(37)

Shell scripts support many shell script ____________________,including those for assigning the contents of a shell variable,for evaluating information,for performing mathematical operations,and for piping or redirection of input-output.

(Short Answer)
4.8/5
(36)

Match each item with a statement below. -bitwise negation operator

(Multiple Choice)
4.8/5
(45)

____________________ operators are used to assign a value to a variable.

(Short Answer)
4.8/5
(39)

Match each item with a statement below. -environment variable that contains the file name containing commands to initialize the shell

(Multiple Choice)
4.8/5
(39)

The ____________________ command,used to run a shell script,includes several options for debugging.

(Short Answer)
4.7/5
(25)

What is an operand?

(Essay)
4.8/5
(38)

Match each item with a statement below. -environment variable that holds the primary shell prompt

(Multiple Choice)
5.0/5
(35)

You use the chexec command to indicate that a (shell script)file can be executed.

(True/False)
4.8/5
(36)

What is the program development cycle?

(Essay)
4.7/5
(34)

The ____ statement simplifies the selection of a match when you have a list of choices.

(Multiple Choice)
4.9/5
(34)

Match each item with a statement below. -environment variable that identifies the path name for user's home directory

(Multiple Choice)
4.8/5
(37)

What is an algorithm?

(Essay)
4.9/5
(39)

You should omit spaces when you assign a variable without using single or double quotation marks around its value.

(True/False)
4.8/5
(30)

____ operators compare the relationship between two values or arguments.

(Multiple Choice)
4.8/5
(27)

The UNIX-Linux shell acts as a(n)____ when reading script files.

(Multiple Choice)
4.9/5
(37)

The Bash shell offers improved features over the older Bourne and Korn shells and is fully backward compatible with the Bourne shell.

(True/False)
4.7/5
(27)

The ____ shell,when compared to the other shells,has a more powerful programming interface.

(Multiple Choice)
4.7/5
(32)

When you assign a value to a variable,you might want to evaluate it by displaying its contents via a(n)____ operator.

(Multiple Choice)
4.9/5
(34)

The ____ statement continues to loop and execute commands or statements as long as a given condition or set of conditions is true.

(Multiple Choice)
4.7/5
(22)
Showing 21 - 40 of 55
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)