Operating System Architecture Set 21

On This Page

This set of Operating System Architecture Multiple Choice Questions & Answers (MCQs) focuses on Operating System Architecture Set 21

Q1 | To invoke "bash" you type
Q2 | The last character of the "bash" prompt is usually
Q3 | The part of the Unix operating system that interacts with the hardware is called
Q4 | To start a process in the background, enter the command with this character at the end.
Q5 | Which of the following is not a major Unix shell?
Q6 | A personal run control file for bash is
Q7 | The shell in the Unix system is the
Q8 | Applications of Shell programming include
Q9 | Another term for shell programs is
Q10 | Shell programs are
Q11 | A shell program is a
Q12 | Comments in a shell program are important because
Q13 | Flow control in a shell program allows parts of a shell program to be executed
Q14 | In "bash", "if" constructs are ended with
Q15 | Which of the following is not a iterative construct in "bash"?
Q16 | A loop that continues indefinitely is called a
Q17 | The asterisk is a metacharacter which in the command "ls *.txt" means
Q18 | A metacharacter is any character that
Q19 | Which of the following Unix utilities are not commonly used to process regular expressions?
Q20 | Which programming language has a powerful regular expression engine?
Q21 | Which meta-noncharacter is used to indicate the end of the line?
Q22 | Which meta-noncharacter is used to indicate the beginning of the line?
Q23 | The character separating fields is called a
Q24 | Awk" is a program that is primarily concerned with formatting output. It is designed to work best with pieces of data called
Q25 | A bootstrap is :