Computer Science (UGC/NET)

This paper consists of the questions important for NET-Computer Science paper II and III.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following problems is not considered to be in NP-complete?

  1. dominating set problem
  2. vertex cover decision problem
  3. Hamiltonian path problem
  4. subset sum problem
  5. graph isomorphism
Question 2 Multiple Choice (Single Answer)

Which of these is a schema which allows groups of people to describe social networks without the need for a centralised database?

  1. GFO
  2. BFO
  3. Swoogle
  4. FOAF
  5. Dublin Core
Question 3 Multiple Choice (Single Answer)

Which of these may be programmed as an assertion?

  1. foreach loop
  2. while loop
  3. loop variant
  4. recursion
  5. loop invariant
Question 4 Multiple Choice (Single Answer)

Which of the following sorting techniques is the most efficient for small, almost sorted data sets?

  1. selection sort
  2. bubble sort
  3. insertion sort
  4. merge sort
  5. heap sort
Question 5 Multiple Choice (Single Answer)

Which of the following tree data structures has the property that recently accessed elements are quick to access again?

  1. link/cut tree
  2. AVL tree
  3. T-tree
  4. splay tree
  5. finger tree
Question 6 Multiple Choice (Single Answer)

Which of the following is a protocol for starting a computer and booting from server through a network?

  1. RIPL
  2. TCP
  3. ARP
  4. RTSP
  5. RSVP
Question 7 Multiple Choice (Single Answer)

Which of the following statements is not true in context of red-black tree?

  1. A red–black tree is used to organize pieces of comparable data.
  2. All leaves (NIL) are black.
  3. Pre-order traversal of a red-black tree gives data in sorted order.
  4. Every red node must have two black child nodes.
  5. Red–black trees are particularly valuable in functional programming.
Question 8 Multiple Choice (Single Answer)

Which of the following is one of the most widely used method of conceptual analysis and knowledge representation?

  1. reification
  2. interpretation
  3. name binding
  4. modularization
  5. coupling
Question 9 Multiple Choice (Single Answer)

Which of these is a protocol used to automatically assign an IP address to network devices?

  1. POP
  2. BGP
  3. BOOTP
  4. RIP
  5. DNS
Question 10 Multiple Choice (Single Answer)

In which of the following network types,nodes are classified as DNS-like domain names?

  1. clustered file system
  2. client–server networks
  3. structured peer-to-peer networks
  4. unstructured peer-to-peer networks
  5. semantic P2P networks
Question 11 Multiple Choice (Single Answer)

What contents does a factless fact table contain?

  1. numeric facts
  2. textual facts
  3. pseudo-factsSX
  4. dimesional keys
  5. E-R diagram
Question 12 Multiple Choice (Single Answer)

Which of the following is a resource retrieval mechanism to obtain a copy of the resource identified?

  1. unicode
  2. XML schema
  3. linked data
  4. dereferenceable URI
  5. DNS(Domain Name System)
Question 13 Multiple Choice (Single Answer)

ARQ protocols reside in which of the following layer of the OSI model?

  1. network layer
  2. transport Layer
  3. presentation layer
  4. application layer
  5. physical layer
Question 14 Multiple Choice (Single Answer)

IEEE 1394 corresponds to which of the following?

  1. parallel port
  2. POSIX
  3. futurebus
  4. firewire
  5. LAN
Question 15 Multiple Choice (Single Answer)

Which of these refers to the data stored in a data structure and which is not part of the structure of the data structure?

  1. satellite data
  2. pointer
  3. control tables
  4. lookup table
  5. hooks