Questions · Page 2 of 2

MCQ

MCQ 511 Mark
Relational operators are used to compare values of $…………$ numeric operands.
  • A
    one
  • two
  • C
    three
  • D
    any of these
Answer
Correct option: B.
two
View full question & answer
MCQ 521 Mark
The options $…………..$ refers to  relational operators
  • A
    –gt
  • B
    le
  • C
    –ne
  • all of these
Answer
Correct option: D.
all of these
View full question & answer
MCQ 531 Mark
exit status of command is $………..$ if it has been not executed successfully.
  • A
    zero
  • one
  • C
    two  
  • D
    none of these
Answer
Correct option: B.
one
View full question & answer
MCQ 541 Mark
$…………..$ operators are used to compare values of two numeric operands.
  • Relational
  • B
    Logical
  • C
    File
  • D
    All of these
Answer
Correct option: A.
Relational
View full question & answer
MCQ 551 Mark
The if statement of Linux is oncerned with the $……….$ Status of a test expression.
  • exit
  • B
    append
  • C
    delete
  • D
    all of these
Answer
Correct option: A.
exit
View full question & answer
MCQ 561 Mark
In case we assign string values then within the case it should be enclosed between$…….$
  • A
    colon
  • B
    comma
  • C
    double quote
  • single quote
Answer
Correct option: D.
single quote
View full question & answer
MCQ 571 Mark
Which decision making  instructions are available in Linux which can be used in shell script ?
  • A
    if-then-fi
  • B
    if-then-el- if-then-else-fi
  • C
    case-esac
  • all of these
Answer
Correct option: D.
all of these
View full question & answer
MCQ 581 Mark
In ps –ef, $……….$ Is the start time for the current process.
  • A
    $\text{PPID}$
  • B
    $\text{TTY}$
  • $\text{STIME}$
  • D
    $\text{TIME}$
Answer
Correct option: C.
$\text{STIME}$
View full question & answer
MCQ 591 Mark
The end of case statement is specified by $…………$ keyword
  • A
    case
  • esac 
  • C
    asec
  • D
    esca
Answer
Correct option: B.
esac 
View full question & answer
MCQ 601 Mark
$…………..$ is used as ‘ less then equal to “ operator.
  • –le
  • B
    lt
  • C
    less than equal to
  • D
    –it
Answer
Correct option: A.
–le
View full question & answer
MCQ 611 Mark
$…………..$ operators  are used to compare values of two numeric operands.
  • Relational
  • B
    Logical
  • C
    File
  • D
    Allofthese
Answer
Correct option: A.
Relational
View full question & answer
MCQ 631 Mark
$1, 2, 3 …………$ till $9$ are called $………..$
  • command line arguments
  • B
    shell variables
  • C
    commands
  • D
    shell script
Answer
Correct option: A.
command line arguments
View full question & answer
MCQ 641 Mark
The $……………$ test is usinf relational operators.
  • numerical
  • B
    logical
  • C
    file
  • D
    all of these
Answer
Correct option: A.
numerical
View full question & answer
MCQ 651 Mark
Once $………….$ Are encountered in case construct the control is transferred to the line after the end of the case statement.
  • semicolons$(;;)$
  • B
    colons$(::)$
  • C
    fullstop$(..)$
  • D
    commas$(,,)$
Answer
Correct option: A.
semicolons$(;;)$
View full question & answer
MCQ 661 Mark
All the statement written within the section of case are executed till$…………..$ semicolons are encountered.
  • A
    four
  • B
    three               
  • two 
  • D
    one
Answer
Correct option: C.
two 
View full question & answer
MCQ 671 Mark
All the statement written within the section of case are executed till two $………….$ Are encountered.
  • semicolons
  • B
    colons
  • C
    fullstops
  • D
    commas
Answer
Correct option: A.
semicolons
View full question & answer
MCQ 681 Mark
The if – then – elif-then-else-fi statement looks clumsy as number of comparison grows.
  • $1$
  • B
    $0$
  • C
    None of these
  • D
    Both $(A)$ and $(B)$
Answer
Correct option: A.
$1$
View full question & answer
MCQ 691 Mark
Which command is used to remove the process from memory ?
  • A
    Exit
  • B
    Stop
  • Kill
  • D
    None of these
Answer
Correct option: C.
Kill
View full question & answer
MCQ 701 Mark
In ps –ef, $…………….$ Identifies the commnd used to invoke the process.
  • A
    $PPID$
  • B
    $TTY$
  • C
    $STIME$
  • $CMD$
Answer
Correct option: D.
$CMD$
View full question & answer
MCQ 711 Mark
In ps-ef, $……………$ identifies the terminal that controls the current process.
  • A
    $PPID$
  • $TTY$
  • C
    $STIME$
  • D
    $TIME$
Answer
Correct option: B.
$TTY$
View full question & answer
MCQ 721 Mark
In ps –ef , $TIME$ is $……….$
  • A
    the start time for the current process
  • identifies the amount of CPU time accumulated by the current process
  • C
    identifies the parent processid, the process that created the current process.
  • D
    All of these
Answer
Correct option: B.
identifies the amount of CPU time accumulated by the current process
View full question & answer
MCQ 731 Mark
In ps – ef , STIME is $………….$
  • thestarttimeforthecurrentprocess
  • B
    identifiestheamountofCPUtimeaccumulatedbythecurrentprocess
  • C
    identifiestheparentprocessid,theprocessthatcreatedthecurrentprocess.
  • D
    Allofthese
Answer
Correct option: A.
thestarttimeforthecurrentprocess
View full question & answer
MCQ 741 Mark
In ps – ef , UID is $……………$
  • A
    auniquenumericprocessidentifierassignedtoeachprocess
  • nameornumberoftheuserwhoownstheprocess
  • C
    identifiestheparentprocessid,theprocessthatcreatedthecurrentprocess.
  • D
    noneofthese
Answer
Correct option: B.
nameornumberoftheuserwhoownstheprocess
View full question & answer
MCQ 751 Mark
In ps –ef, PID is $……………$
  • auniquenumericprocessidentifierassignedtoeachprocess
  • B
    nameornumberoftheuserwhoownstheprocess
  • C
    identifiestheparentprocessid,theprocessthatcreatedthecurrentprocess.
  • D
    Allofthese
Answer
Correct option: A.
auniquenumericprocessidentifierassignedtoeachprocess
View full question & answer
MCQ 761 Mark
Which command is used to view the process of all the users ?
  • ps–ef
  • B
    ps–e
  • C
    ps–f
  • D
    ps–fe
Answer
Correct option: A.
ps–ef
View full question & answer
MCQ 771 Mark
In ps –ef $…………….$ Is aunique numeric process identifier assigned to each process.
  • A
    $PPID$
  • $PID$
  • C
    $UID$
  • D
    $TTY$
Answer
Correct option: B.
$PID$
View full question & answer
MCQ 781 Mark
In ps – ef, $……..$ is the name or number of the user who owns the process.
  • A
    $PPID$
  • B
    $PID$
  • $UID$
  • D
    $TTY$
Answer
Correct option: C.
$UID$
View full question & answer
MCQ 791 Mark
In ps  -f , $CMD$ is $…………$
  • A
    thestarttimeforthecurrentprocess
  • B
    identifiestheamountofCPUtimeaccumulatedbythecurrentprocess
  • C
    identifiestheparentprocessid,theprocessthatcreatedthecurrentprocess.
  • identifiesthecommandusedtoinvoketheprocess
Answer
Correct option: D.
identifiesthecommandusedtoinvoketheprocess
View full question & answer
MCQ 811 Mark
In Linux all programs are executed as $…………$
  • A
    Shellscript
  • B
    variables
  • C
    loop 
  • process
Answer
Correct option: D.
process
View full question & answer
MCQ 821 Mark
Each process when started has a unique number associated with it known as $…………$
  • A
    shellscript
  • B
    Command
  • $PID$
  • D
    Process
Answer
Correct option: C.
$PID$
View full question & answer
MCQ 831 Mark
$……………$ means the commands are executed in the same order in which they appear in the script.
  • Sequential
  • B
    NonLinear
  • C
    Loop
  • D
    ConditionStatement
Answer
Correct option: A.
Sequential
View full question & answer
MCQ 841 Mark
$......$Are the best tools an administrator can get to easily monitor and control his systems even if he is at remote location. 
  • A
    Command
  • B
    expression
  • C
    environmentvariable
  • shellscript
Answer
Correct option: D.
shellscript
View full question & answer
MCQ 851 Mark
The $…………..$ are used for routine system administration. Tasks.
  • A
    Command
  • B
    expression
  • C
    environmentvariable
  • shellscript
Answer
Correct option: D.
shellscript
View full question & answer
MCQ - Page 2 - Computer STD 11 Arts Questions - Vidyadip