PREVIOUS YEAR SOLVED PAPERS - December 2015 Paper 3

Avatto > > UGC NET COMPUTER SCIENCE > > PREVIOUS YEAR SOLVED PAPERS > > December 2015 Paper 3

41. Match the following

List IList II
(a) Boot block(i) Information about file system
(b) Super block(ii) Information about file
(c) Inode table(iii) Storage space
(d) Data block(iv) Code for making OS ready

Codes:

 (a)(b)(c)(d)
(1)(iv)(i)(ii)(iv)
(2)(i)(iii)(ii)(iii)
(3)(iii)(i)(ii)(iv)
(4)(iv)(ii)(i)(iii)

  • Option : A
  • Explanation :
  • In unix boot block stores code to make OS ready.
  • Super block stores information about file system.
  • Inode table stores Information about file
  • Data block is Storage space
  • So, option (A) is correct.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


42. In an operating system, indivisibility of operation means:

  • Option : C
  • Explanation :
    In an operating system, indivisibility of operation means processor can not be pre-empted. One a process starts its execution it will not suspended or stop its execution inside the processor. So, option (C) is correct.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


43. A horn clause is __________.

  • Option : D
  • Explanation :
    In logic programming horn clause is a clause that has at most one positive literal. When there is exactly one positive literal then it is known as definite clause but when there is no positive literal then sometimes it is called goal clause. So, option (D) is correct.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


44. In Propositional Logic, given P and P → Q, we can infer __________.

  • Option : B
  • Explanation :
    The rule of inference logic which states that if a conditional statement (‘if p then q’) is accepted, and the antecedent (p) holds (i.e. P and P → Q), then the consequent (q) may be inferred. For more information on inference logic Refer:Mathematics | Rules of Inference Option Q is correct.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


45. Reasoning strategies used in expert systems include __________.

  • Option : A
  • Explanation :
    Reasoning strategies used in expert systems include forward chaining, backward chaining and problem reduction. In Forward chaining expert system is driven by antecedent and backward system is driven by consequent. So, option (A) is correct.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


Related Quiz.
December 2015 Paper 3