Information Retrival Techniques Set 12

On This Page

This set of Information Retrival Techniques Multiple Choice Questions & Answers (MCQs) focuses on Information Retrival Techniques Set 12

Q1 | What is FIFO algorithm?
  • first executes the job that came in last in the queue
  • first executes the job that came in first in the queue
  • first executes the job that needs minimal processor
  • first executes the job that has maximum processor needs
Q2 | The strategy of making processes that are logically runnable to be temporarily suspended is called                          
  • non preemptive scheduling
  • preemptive scheduling
  • shortest job first
  • first come first served
Q3 | What is Scheduling?
  • allowing a job to use the processor
  • making proper use of processor
  • all of the mentioned
  • none of the mentioned
Q4 | are scheduled with the Round-Robin time sharing method. Which out of the following quantum times is the best value for small response times, if the processes have a short runtime, e.g. less than 10ms?
  • tq = 15ms
  • tq = 40ms
  • tq = 45ms
  • tq = 50ms
Q5 | Orders are processed in the sequence they arrive if                rule sequences the jobs.
  • earliest due date
  • slack time remaining
  • first come, first served
  • critical ratio
Q6 | Which of the following algorithms tends to minimize the process flow time?
  • first come first served
  • shortest job first
  • earliest deadline first
  • longest job first
Q7 | Under multiprogramming, turnaround time for short jobs is usually                   and that for long jobs is slightly                        
  • lengthened; shortened
  • shortened; lengthened
  • shortened; shortened
  • shortened; unchanged
Q8 | ms of response time
  • i only
  • i and iii only
  • ii and iii only
  • i, ii and iii
Q9 | What is the other name for a postfix expression?
  • normal polish notation
  • reverse polish notation
  • warsaw notation
  • infix notation
Q10 | Which of the following is an example for a postfix expression?
  • a*b(c+d)
  • abc*+de-+
  • +ab
  • a+b-c
Q11 | What is the time complexity of evaluation of postfix expression algorithm?
  • o (n)
  • o (n log n)
  • o (n2)
  • o (m log n)
Q12 | Which of these operators have the highest order of precedence?
  • ‘(‘ and ‘)’
  • ‘*’ and ‘/’
  • ‘~’ and ‘^’
  • ‘+’ and ‘-‘
Q13 | Which of the following is not an application of stack?
  • evaluation of postfix expression
  • conversion of infix to postfix expression
  • balancing symbols
  • line at ticket counter
Q14 | While evaluating a postfix expression, when an operator is encountered, what is the correct operation to be performed?
  • push it directly on to the stack
  • pop 2 operands, evaluate them and push the result on to the stack
  • pop the entire stack
  • ignore the operator
Q15 | Which of the following statement is incorrect?
  • postfix operators use value to their right
  • postfix operators use value to their left
  • prefix operators use value to their right
  • in postfix expression, operands are followed by operators
Q16 | What is the result of the given postfix expression? abc*+ where a=1, b=2, c=3.
  • 4
  • 5
  • 6
  • 7
Q17 | ab*cd*+ where a=2,b=2,c=3,d=4.
  • 16
  • 12
  • 14
  • 10
Q18 | At this point, ‘*’ is encountered. What has to be done?
  • 5*4=20 is pushed into the stack
  • * is pushed into the stack
  • 2*3=6 is pushed into the stack
  • * is ignored
Q19 | Evaluate the postfix expression ab + cd/- where a=5, b=4, c=9, d=3.
  • 23
  • 15
  • 6
  • 10
Q20 | abc*+de*f+g*+ where a=1, b=2, c=3, d=4, e=5, f=6, g=2.
  • 61
  • 59
  • 60
  • 55
Q21 | For the given expression tree, write the correct postfix expression.
  • abc*+
  • abc+*
  • ab+c*
  • a+bc*
Q22 | What makes a good architecture?
  • the architecture may not be the product of a single architect or a small group
  • the architect should have the technical requirements for the system and an articulated and prioritized list of qualitative properties
  • the architecture may not be well documented
  • all of the mentioned
Q23 | What does a typical top level architecture consists of?
  • prop loss model(mopd)
  • reverb model(modr)
  • control process
  • all of the mentioned
Q24 | Which among the following are valid questions raised for the top level architectural model?
  • what is the nature of components?
  • what is the significance of the links?
  • what is the significance of the layout?
  • all of the mentioned
Q25 | Which of the following are correct statements?
  • an architecture may or may not defines components
  • an architecture is not dependable on requirements
  • an architecture is foremost an abstraction of a system that suppresses details of the components that do not affect how they are used
  • all of the mentioned