Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 5 pages
Exam (elaborations)

DCOM 142 EVALUATION EXAM 2025/2026 QUESTIONS AND ANSWERS GUARANTEE A+

Document preview thumbnail
Preview 2 out of 5 pages

DCOM 142 EVALUATION EXAM 2025/2026 QUESTIONS AND ANSWERS GUARANTEE A+

Content preview

DCOM 142 EVALUATION EXAM 2025/2026 QUESTIONS
AND ANSWERS GUARANTEE A+
✔✔What files contain instructions used by a compiler to build a program from source
code? - ✔✔makefiles

✔✔What does the configure command do in the software compilation process? -
✔✔Gathers system information needed by the application to be compiled and stores it
in the makefile.

✔✔What does the make command do in the software compilation process? -
✔✔Compiles the source code using the information in the makefile.

✔✔What are the three kinds of repositories? (Select three) - ✔✔local
centralized internal
vendor

✔✔What does the make install command do in the software compilation process? -
✔✔Copies the compiled binaries to the predetermined directories.

✔✔The option used to extract a tarball isÉ - ✔✔-x

✔✔What step in the compilation process uses themakecommand to compile the
application using the information stored in the makefile? - ✔✔4

✔✔Being security conscious, you always check out any software package being
installed to your CentOS systems. Which command can you run to check supporting
software packages prior to installing a new software application? - ✔✔yum deplist

✔✔The option used to create a tarball isÉ - ✔✔-c

✔✔The option used to test a tarball isÉ - ✔✔-t

✔✔What metacharacter will the shell interpret as a variable substitution? - ✔✔$

✔✔This data type or entity is used to store multiple values into a single entity? -
✔✔array

✔✔Mostly set by OS on login or when a shell is first invoked, this data typreor entity
value changes from time to time is called? - ✔✔variable

✔✔This is the correct way to assign a variable in Bash scripting. My_name=='John' -
✔✔false

, ✔✔File extensions are mostly optional in Linux. - ✔✔true

✔✔What represents the value that a child process passes back to its parent process
when the child process terminates? - ✔✔$?

✔✔Arrays start with the index 1 - ✔✔false

✔✔This line should placed at the beginning of all Bash scripts, generally on line 1. -
✔✔#!/bin/bash

✔✔What metacharacter will the shell interpret as a variable assignment? - ✔✔=

✔✔You wish to run a few commands with modified environment variables but only for
that particular session. No arguments will be used. Which command will you use? -
✔✔printenv

✔✔In BASH scripting, a blocks of code that you can reuse to perform specific tasks is
called? - ✔✔function

✔✔What metacharacter will the shell interpret as wildcard matching of 1 characters? -
✔✔?

✔✔Conditional statement which contains conditions to be evaluated and actions to
perform if true. - ✔✔if statement

✔✔Use a case statement to evaluate a variable. Which example will evaluate at least
two conditions of the variable and execute a command? - ✔✔case $var in condition1 )
execute ;; condition2 ) execute ;; condition3 ) execute ;; esac

✔✔Select all the parts of a for loop. - ✔✔for
do
done

✔✔What is use to implement logic into a Bash script? - ✔✔control statement

✔✔The line of code, taxtotal=10*$subtotal, is written in a script called taxes.sh. What
conditional statement is written afterward so that if the tax total is greater than 100, the
user will qualify for a bonus? - ✔✔"if [ $taxtotal -gt 100 ] then echo ""Your $taxtotal will
qualify you for a bonus!"" fi"

✔✔Select all the parts of an If statement. - ✔✔if
then

Document information

Uploaded on
July 17, 2025
Number of pages
5
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$11.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
BOARDWALK
3.5
(41)
Sold
287
Followers
11
Items
36004
Last sold
1 week ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions