Exam 7: Advanced Shell Programming

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

After creating a flowchart,the next step in designing a program is to write the program code.

(True/False)
4.8/5
(32)

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

(Multiple Choice)
4.9/5
(30)

The second step in the program development cycle is ____.

(Multiple Choice)
4.9/5
(37)

You can define functions from the command line by first entering the name of the function and then completing the ____________________ to define it.

(Short Answer)
4.8/5
(26)

A function name differs from a variable name because a function name is followed by a set of ____.

(Multiple Choice)
4.9/5
(25)

Match each option of the test command with a statement below. -compares the first file in the argument with the second file to determine if the first file is newer

(Multiple Choice)
4.8/5
(30)

A simple way to delete a record using ____ is with the -d (delete)option.

(Multiple Choice)
4.8/5
(31)

The ____________________ that connect the symbols in a flowchart represent the direction in which the program flows.

(Short Answer)
4.9/5
(40)

The line in the script for setting the Bash shell is: ____.

(Multiple Choice)
4.8/5
(34)

What is a Boolean operator?

(Essay)
4.9/5
(29)

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

(Multiple Choice)
4.9/5
(28)

What is the test command used for?

(Essay)
4.7/5
(37)

Pseudocode is a design tool only,and is never processed by the computer.

(True/False)
4.9/5
(38)

Two popular and proven analysis tools are used to help you design your programs to meet the program specifications: the flowchart and ____________________.

(Short Answer)
4.9/5
(41)

Match each option of the test command with a statement below. -performs a relational integer test

(Multiple Choice)
4.9/5
(25)

Match each option of the test command with a statement below. -logical AND

(Multiple Choice)
4.9/5
(32)

Match each option of the test command with a statement below. -logical negation

(Multiple Choice)
4.8/5
(32)

In UNIX-Linux,all shells support the same commands and programming statements.

(True/False)
4.9/5
(37)

How can you set defaults for using the vi editor?

(Essay)
4.7/5
(37)

To format record output you can use the translate utility,____.

(Multiple Choice)
4.9/5
(34)
Showing 21 - 40 of 48
close modal

Filters

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