1800 Testing 4 Practice

1800 Testing 4 Practice

University

30 Qs

quiz-placeholder

Similar activities

ADVANCE JAVA PROGRAMMING

ADVANCE JAVA PROGRAMMING

University

27 Qs

Latihan JK4 - GIT

Latihan JK4 - GIT

University

25 Qs

Tes Asisten Intro to OS

Tes Asisten Intro to OS

University

25 Qs

7. 202.2 System recovery

7. 202.2 System recovery

University

29 Qs

11) 210.2 PAM authentication

11) 210.2 PAM authentication

University

29 Qs

Keamanan Jaringan Kelas XI

Keamanan Jaringan Kelas XI

10th Grade - University

30 Qs

Linux 2

Linux 2

University

34 Qs

SCA BABCOCK 30 DAYS OF 0SS

SCA BABCOCK 30 DAYS OF 0SS

University

29 Qs

1800 Testing 4 Practice

1800 Testing 4 Practice

Assessment

Quiz

Computers

University

Hard

Created by

James Tafoya

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When writing shell scripts and using a case statement to determine whether a set of code should be executed, what is the proper syntax to end the case construct?

endcase

esac

case

done

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using the syntax below, what command will create directories named one, two, and three? echo one two three | ________

uniq

tr

where

xargs

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will take output from a command and append it to the end of a file?

>

<<

>

>>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands will display the exit status of the last command used in the BASH shell?

echo $status

echo $exit

echo $?

echo $!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following characters can be entered at the beginning of a line in a shell script to ensure that line is recognized as a comment line only?

$

>

%

#

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the common escape sequence to display a horizontal tab using the echo command?

tab

\tab

\t

\%tab

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following can be used for comparing values within an if statement? (Choose two.)

-lt

-neq

=

-grt

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?