Computer Science (UGC/NET)
This paper consists of the questions important for NET-Computer Science paper II and III.
Questions
Which of the following problems is not considered to be in NP-complete?
- dominating set problem
- vertex cover decision problem
- Hamiltonian path problem
- subset sum problem
- graph isomorphism
Which of these is a schema which allows groups of people to describe social networks without the need for a centralised database?
- GFO
- BFO
- Swoogle
- FOAF
- Dublin Core
Which of these may be programmed as an assertion?
- foreach loop
- while loop
- loop variant
- recursion
- loop invariant
Which of the following sorting techniques is the most efficient for small, almost sorted data sets?
- selection sort
- bubble sort
- insertion sort
- merge sort
- heap sort
Which of the following tree data structures has the property that recently accessed elements are quick to access again?
- link/cut tree
- AVL tree
- T-tree
- splay tree
- finger tree
Which of the following is a protocol for starting a computer and booting from server through a network?
- RIPL
- TCP
- ARP
- RTSP
- RSVP
Which of the following statements is not true in context of red-black tree?
- A red–black tree is used to organize pieces of comparable data.
- All leaves (NIL) are black.
- Pre-order traversal of a red-black tree gives data in sorted order.
- Every red node must have two black child nodes.
- Red–black trees are particularly valuable in functional programming.
Which of the following is one of the most widely used method of conceptual analysis and knowledge representation?
- reification
- interpretation
- name binding
- modularization
- coupling
Which of these is a protocol used to automatically assign an IP address to network devices?
- POP
- BGP
- BOOTP
- RIP
- DNS
In which of the following network types,nodes are classified as DNS-like domain names?
- clustered file system
- client–server networks
- structured peer-to-peer networks
- unstructured peer-to-peer networks
- semantic P2P networks
What contents does a factless fact table contain?
- numeric facts
- textual facts
- pseudo-factsSX
- dimesional keys
- E-R diagram
Which of the following is a resource retrieval mechanism to obtain a copy of the resource identified?
- unicode
- XML schema
- linked data
- dereferenceable URI
- DNS(Domain Name System)
ARQ protocols reside in which of the following layer of the OSI model?
- network layer
- transport Layer
- presentation layer
- application layer
- physical layer
IEEE 1394 corresponds to which of the following?
- parallel port
- POSIX
- futurebus
- firewire
- LAN
Which of these refers to the data stored in a data structure and which is not part of the structure of the data structure?
- satellite data
- pointer
- control tables
- lookup table
- hooks