Exam 6: Introduction to Shell Script Programming

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

What is debugging?

(Essay)
4.9/5
(35)

Match each item with a statement below. -matches exactly one character,except for the backslash and period

(Multiple Choice)
4.8/5
(23)

What is a string variable?

(Essay)
4.9/5
(29)

____ variables are used to store information about the setup of the operating system,and after they are set up,you typically do not change them.

(Multiple Choice)
4.7/5
(40)

What are shell variables?

(Essay)
4.8/5
(35)

Match each item with a statement below. -environment variable that contains the absolute path to the Bash shell,such as -bin-bash

(Multiple Choice)
4.9/5
(23)

The ____ command prints a listing of environment and configuration variables.

(Multiple Choice)
4.9/5
(27)

A high-level language is a computer language that uses English-like expressions.

(True/False)
5.0/5
(32)

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

(Multiple Choice)
4.8/5
(38)

Match each item with a statement below. -environment variable that holds the list of path names for directories searched for executable commands

(Multiple Choice)
4.8/5
(41)

What is the back quote operator (`)used for?

(Essay)
4.7/5
(33)

The ____ command is useful when you want your shell program to automatically remove any temporary files that are created when the shell script runs.

(Multiple Choice)
4.8/5
(31)

A program's high-level language statements are stored in a file called the ____ file.

(Multiple Choice)
4.8/5
(39)

The ____ reads the lines of code that the programmer wrote in the source file and converts them to the appropriate machine-language instructions.

(Multiple Choice)
4.8/5
(29)

Wildcard characters are also known as ____ characters.

(Multiple Choice)
4.8/5
(33)
Showing 41 - 55 of 55
close modal

Filters

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