Exam 7: Advanced Shell Programming

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

A ____ is a logic diagram that uses a set of standard symbols to visually explain the sequence of events from the start of a process to its end point.

Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
Verified

A

When you create a script,you should include the command that sets the particular shell to use on ____.

Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
Verified

C

If you are using the Bash shell,what scripts are run automatically when you log in?

Free
(Essay)
4.7/5
(27)
Correct Answer:
Verified

With Bash set as your shell,two scripts run automatically when you log in: .bash_profile and .bashrc.

To view a list of the files in a directory,including the hidden files,you should enter ____.

(Multiple Choice)
4.9/5
(27)

What are pseudocode instructions used for?

(Essay)
4.9/5
(36)

What are flowcharts used for?

(Essay)
4.8/5
(40)

Match each option of the test command with a statement below. -true if a file exists

(Multiple Choice)
4.9/5
(39)

In a flowchart,a(n)____ is used to represent a process.

(Multiple Choice)
4.8/5
(28)

Match each option of the test command with a statement below. -tests for a nonzero string length

(Multiple Choice)
4.8/5
(39)

What does "input validation" mean?

(Essay)
4.8/5
(32)

The clear command is a useful housekeeping utility for clearing the screen,but you can use a faster method.Describe this alternative method.

(Essay)
4.9/5
(26)

The ____ operator of the test command,combines two expressions and tests a logical OR relationship between them.

(Multiple Choice)
4.9/5
(37)

The .bashrc file is a hidden file contained in ____ directory.

(Multiple Choice)
5.0/5
(37)

In a flowchart,a(n)____ is used to indicate process flow.

(Multiple Choice)
4.7/5
(33)

____________________ instructions are similar to actual programming statements.

(Short Answer)
4.9/5
(27)

The -____________________-bashrc file sets default functions and aliases.

(Short Answer)
4.8/5
(34)

Each record in the -etc-passwd file is simply a record with variable-length fields separated by ____.

(Multiple Choice)
4.8/5
(39)

The program development cycle begins with creating specifications for a program.

(True/False)
4.8/5
(39)

Each step in the program is represented by a(n)____ in the flowchart.

(Multiple Choice)
4.8/5
(38)

____ is a multifunction tool that enables you to manage openSUSE from one location.

(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 48
close modal

Filters

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