System Admin Linux Ch 14 Quiz Review

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Brett Kottmann
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 5 pts
What does the time command show? (Pick 3)
The time something took to execute in real time
The time spent in kernel mode
The time spent in user mode
The time spent in supervisor mode
Answer explanation
2.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
When creating a bash script, it is important to document the purpose of the script. Which of the following is the correct syntax for a comment?
# comment
! comment
// comment
/* comment
Answer explanation
Comments begin with a hash tag (#). The shell ignores these lines when running the script. Comments help communicate how the script was constructed and what it is designed to do.
3.
DRAG AND DROP QUESTION
20 sec • 5 pts
A (a) allows a user to interact with the computer through stdin (the keyboard) and stdout (the display screen).
Answer explanation
A shell (also referred to as an interactive shell) allows a user to interact with the computer through stdin (keyboard) and stdout (display).
It can be run interactively or as a batch file.
Shells are the primary command line interface (CLI) for Linux systems.
4.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
An interactive shell that doesn't require the user to enter a user ID and password.
Non-login shell
.bat file
cmd.exe
SSL
Answer explanation
Non-login shells do not require a userid or password.
They should only be used for non-priviliged tasks.
5.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
A bash construct in the form of ${} that substitutes the variables value for the name of a variable.
Variable expansion
Command substitution
Associative array
Special parameters
Answer explanation
Variables allow you to store values for later use.
Variable expansion allows for the use of those variable values in other commands.
6.
DROPDOWN QUESTION
20 sec • 5 pts
A(n) (a) is a bash variable that is inherited by child shells.
Answer explanation
7.
DRAG AND DROP QUESTION
30 sec • 5 pts
Every Linux process is a (a) process and can have one or more (b) processes.
Answer explanation
Every Linux process (executing code) is a child of the root process.
These processes are themselves parent processes to any process they spawn.
You can think of these processes as a tree, with each process being a branch (parent processes) that can fork off other branches (child processes).
Create a free account and access millions of resources
Similar Resources on Wayground
22 questions
Programming Review

Quiz
•
9th - 12th Grade
16 questions
Linux komendy polecenia podstawy

Quiz
•
8th - 12th Grade
16 questions
3D Printing at NKN

Quiz
•
6th Grade - University
15 questions
Python Quiz

Quiz
•
10th Grade
15 questions
Python2

Quiz
•
8th Grade - University
15 questions
Microbit (python)

Quiz
•
8th - 10th Grade
16 questions
Python basics

Quiz
•
9th - 12th Grade
20 questions
C++

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade