PREVIOUS YEAR SOLVED PAPERS - December 2015 Paper 3

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

6. A CPU handles interrupt by executing interrupt service subroutine __________.

  • Option : A
  • Explanation :
    A CPU handles interrupt by executing interrupt service subroutine by checking interrupt register after execution of each instruction. 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 *


7. Given the following set of prolog clauses:
father(X, Y):
parent(X, Y),
male(X),
parent(Sally, Bob),
parent(Jim, Bob),
parent(Alice, Jane),
parent(Thomas, Jane),
male(Bob),
male(Jim),
female(Salley),
female(Alice).
How many atoms are matched to the variable ‘X’ before the query father(X, Jane) reports a Result?

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 *


8. Forward chaining systems are __________ where as backward chaining systems are __________.

  • Option : C
  • Explanation :
    Forward chaining systems are data driven where as backward chaining systems are goal driven. 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 *


9. Match the following w.r.t. programming languages:

 List - I List - II
 (a) JAVA   (i) Dynamically object oriented
 (b) Python (ii) Statically Non-object oriented
 (c) Prolog    (iii) Statically object oriented
 (d) ADA(iv) Dynamically non-object oriented
 (a)(b)(c)(d)
A.(iii)(i)(ii)(iv)
B.(i)(iii)(ii)(iv)
C.(i)(iii)(iv)(ii)
D.(ii)(iv)(i)(iii)

  • Option : D
  • Explanation :
  • JAVA is statically object oriented language.
  • Python is dynamic object oriented language.
  • Prolog is non object oriented language.
  • ADA is statically object oriented language.
  • So, no option 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 *


10. The combination of an IP address and a port number is known as ___________.

  • Option : B
  • Explanation :
  • The combination of an IP address and a port number is known assocket address.
  • Subnet mask number is a 32 bit number that mask the IP address.
  • MAC(Media Access Control) address is your computer's unique hardware number.
  • Network Number is the number which is logical AND between 32 bit IP address and a Network mask.
  • So, option (B) 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