Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged ugcnetcse-dec2013-paper3
4
4 votes
2
2 answers
2.7k
2.7k views
UGC NET CSE | December 2013 | Part 3 | Question: 40
Pumping lemma for context-free languages states:Let $L$ be an infinite context free language. Then there exists some positive integer m such that any $w \in L$ with $\mid...
go_editor
2.7k
views
asked
Jul 29, 2016
Theory of Computation
ugcnetcse-dec2013-paper3
theory-of-computation
context-free-language
pumping-lemma
+
–
3
3 votes
2
answers
2 answers
3.1k
3.1k views
UGC NET CSE | December 2013 | Part 3 | Question: 39
A ____ complete subgraph and a _____ subset of vertices of a graph G=(V,E) are a clique and a vertex cover respectivelyminimal, maximalminimal, minimalmaximal, minimalmax...
go_editor
3.1k
views
asked
Jul 28, 2016
Graph Theory
ugcnetcse-dec2013-paper3
engineering-mathematics
discrete-mathematics
graph-theory
+
–
2
2 votes
2
2 answers
2.6k
2.6k views
UGC NET CSE | December 2013 | Part 3 | Question: 38
Assuming there are n keys and each key is in the range [0, m-1]. The run time of bucket sort isO(n)O(n lgn)O(n lgm)O(n+m)
go_editor
2.6k
views
asked
Jul 28, 2016
Algorithms
ugcnetcse-dec2013-paper3
algorithms
sorting
+
–
3
3 votes
2
answers
2 answers
6.4k
6.4k views
UGC NET CSE | December 2013 | Part 3 | Question: 37
The longest common subsequence of the sequences $X=<A, B, C, B, D, A, B>$ and $Y=<B, D, C, A, B, A>$ has length$2$$3$$4$$5$
go_editor
6.4k
views
asked
Jul 28, 2016
Algorithms
ugcnetcse-dec2013-paper3
algorithms
dynamic-programming
+
–
3
3 votes
2
2 answers
3.7k
3.7k views
UGC NET CSE | December 2013 | Part 3 | Question: 36
The recurrence relation $T(n) =mT(\frac{n}{2}) + an^2$ is satisfied by$O(n^2)$$O(n^{\lg m})$$O(n^2 \lg n)$$O(n \lg n)$
go_editor
3.7k
views
asked
Jul 28, 2016
Algorithms
ugcnetcse-dec2013-paper3
algorithms
asymptotic-notations
recurrence-relation
+
–
3
3 votes
1
answers
1 answer
3.2k
3.2k views
UGC NET CSE | December 2013 | Part 3 | Question: 35
Let $A$ and $B$ be two $n$ $\times$$n$ matrices. The efficient algorithm to multiply the two matrices has the time complexity$O(n^3)$$O(n^{2.81})$$O(n^{2.67})$$O(n^2)$
go_editor
3.2k
views
asked
Jul 28, 2016
Algorithms
ugcnetcse-dec2013-paper3
algorithms
asymptotic-notations
+
–
4
4 votes
1
answers
1 answer
3.0k
3.0k views
UGC NET CSE | December 2013 | Part 3 | Question: 33
The message 11001001 is to be transmitted using the CRC polynomial $x^3 + 1 $ to protect it from errors. The message that should be transmitted is110010011001110010011100...
go_editor
3.0k
views
asked
Jul 28, 2016
Computer Networks
ugcnetcse-dec2013-paper3
computer-networks
crc-polynomial
+
–
4
4 votes
1
answers
1 answer
2.7k
2.7k views
UGC NET CSE | December 2013 | Part 3 | Question: 32
Find the false statement:In Modern Cryptography, symmetric key algorithms use same key both for Encryption and Decryption.The symmetric cipher DES (Data Encryption Standa...
go_editor
2.7k
views
asked
Jul 28, 2016
Computer Networks
ugcnetcse-dec2013-paper3
computer-networks
cryptography
+
–
2
2 votes
1
1 answer
1.4k
1.4k views
UGC NET CSE | December 2013 | Part 3 | Question: 31
Consider the formula in image processing $R_D = 1- \frac{1}{C_R}$ where $C_R = \frac{n_1}{n_2}. \quad C_R$ is called as compression ratio $n_1$ and $n_2$ denotes the numb...
go_editor
1.4k
views
asked
Jul 28, 2016
Others
ugcnetcse-dec2013-paper3
digital-image-processing
+
–
1
1 vote
1
1 answer
6.6k
6.6k views
UGC NET CSE | December 2013 | Part 3 | Question: 30
An artificial neuron receives n inputs $x_1, x_2, \dots , x_n$ with weights $w_1, w_2, \dots , w_n$ attached to the input links. The weighted sum ____ is computed to be p...
go_editor
6.6k
views
asked
Jul 28, 2016
Artificial Intelligence
ugcnetcse-dec2013-paper3
machine-learning
artificial-neural-network
+
–
3
3 votes
1
1 answer
10.9k
10.9k views
UGC NET CSE | December 2013 | Part 3 | Question: 29
The height h(A) of a fuzzy set A is defined ash(A) = sup A(x)$\quad \quad$ x $\in$ AThe fuzzy set A is called normal whenh(A)=0h(A)<0h(A)=1h(A)<0
go_editor
10.9k
views
asked
Jul 28, 2016
Others
ugcnetcse-dec2013-paper3
fuzzy-set
+
–
2
2 votes
1
answers
1 answer
2.2k
2.2k views
UGC NET CSE | December 2013 | Part 3 | Question: 28
If A and B are two fuzzy sets with membership functions$\mu_A(x)=\{0.2, 0.5, 0.6, 0.1, 0.9\}$$\mu_B(x)=\{0.1, 0.5, 0.2, 0.7, 0.8\}$Then the value of $\mu_{A \cap B}$ will...
go_editor
2.2k
views
asked
Jul 28, 2016
Others
ugcnetcse-dec2013-paper3
fuzzy-set
+
–
3
3 votes
1
1 answer
3.7k
3.7k views
UGC NET CSE | December 2013 | Part 3 | Question: 27
In alpha-beta pruning, _____ is used to cut off the search at maximizing level only and ____ is used to cut off the search at maximizing level only.alpha, betabeta, alpha...
go_editor
3.7k
views
asked
Jul 28, 2016
Artificial Intelligence
ugcnetcse-dec2013-paper3
artificial-intelligence
alpha-beta-pruning
+
–
2
2 votes
1
1 answer
3.4k
3.4k views
UGC NET CSE | December 2013 | Part 3 | Question: 26
The mean-end analysis process centers around the detection of differences between the current state and goal state. Once such a difference is isolated, an operator that c...
go_editor
3.4k
views
asked
Jul 28, 2016
Artificial Intelligence
ugcnetcse-dec2013-paper3
artificial-intelligence
+
–
4
4 votes
1
1 answer
2.7k
2.7k views
UGC NET CSE | December 2013 | Part 3 | Question: 25
If h* represents an estimate from the cost of getting from the current node N to the goal node and h represents actual cost of getting from the current node to the goal n...
go_editor
2.7k
views
asked
Jul 27, 2016
Artificial Intelligence
ugcnetcse-dec2013-paper3
artificial-intelligence
heuristic-search
+
–
3
3 votes
1
1 answer
3.8k
3.8k views
UGC NET CSE | December 2013 | Part 3 | Question: 24
The objective of ____ procedure is to discover at least one ____ that causes two literals to match.unification, validationunification, substituionsubstitution, unificatio...
go_editor
3.8k
views
asked
Jul 27, 2016
Discrete Mathematics
ugcnetcse-dec2013-paper3
discrete-mathematics
mathematical-logic
+
–
4
4 votes
1
1 answer
3.0k
3.0k views
UGC NET CSE | December 2013 | Part 3 | Question: 23
High level knowledge which relates to the use of sentences in different contexts and how the context affect the meaning of the sentences?MorphologicalSyntacticSemanticPra...
go_editor
3.0k
views
asked
Jul 27, 2016
Data Mining and Warehousing
ugcnetcse-dec2013-paper3
artificial-intelligence
knowledge-representation
+
–
2
2 votes
1
1 answer
2.9k
2.9k views
UGC NET CSE | December 2013 | Part 3 | Question: 21
Given the following statements:$S_1: \text{ The grammars }S \rightarrow asb \mid bsa \mid ss \mid a \text{ and } S \rightarrow asb \mid bsa \mid a$ are not equivalent.$S_...
go_editor
2.9k
views
asked
Jul 27, 2016
Theory of Computation
ugcnetcse-dec2013-paper3
theory-of-computation
+
–
3
3 votes
1
answers
1 answer
1.5k
1.5k views
UGC NET CSE | December 2013 | Part 3 | Question: 20
Match the following control strategies of protocol $:$$\begin{array}{} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Forward movement} & \text{i.} & \t...
go_editor
1.5k
views
asked
Jul 27, 2016
Others
ugcnetcse-dec2013-paper3
prolog
+
–
2
2 votes
1
1 answer
1.3k
1.3k views
UGC NET CSE | December 2013 | Part 3 | Question: 19
Important advantage of using new and delete operators in C++ isAllocation of memoryFrees the memory previously allocatedInitialization of memory easilyAllocation of memor...
go_editor
1.3k
views
asked
Jul 27, 2016
Object Oriented Programming
ugcnetcse-dec2013-paper3
object-oriented-programming
+
–
2
2 votes
1
1 answer
1.7k
1.7k views
UGC NET CSE | December 2013 | Part 3 | Question: 18
C++ actually supports the following two complete dynamic systems:One defined by C++ and the other not defined by COne defined by C and one specific to C++Both are specifi...
go_editor
1.7k
views
asked
Jul 27, 2016
Object Oriented Programming
ugcnetcse-dec2013-paper3
object-oriented-programming
+
–
2
2 votes
1
1 answer
2.7k
2.7k views
UGC NET CSE | December 2013 | Part 3 | Question: 17
The compiler converts all operands upto the type of the largest operand is calledType PromotionType EvaluationType ConversionType Declaration
go_editor
2.7k
views
asked
Jul 27, 2016
Compiler Design
ugcnetcse-dec2013-paper3
compiler-design
+
–
2
2 votes
2
2 answers
1.5k
1.5k views
UGC NET CSE | December 2013 | Part 3 | Question: 16
Match the following with respect to the programming language $:$$\begin{array}{} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Structured language} & \te...
go_editor
1.5k
views
asked
Jul 27, 2016
Programming in C
ugcnetcse-dec2013-paper3
programming
+
–
2
2 votes
1
1 answer
10.5k
10.5k views
UGC NET CSE | December 2013 | Part 3 | Question: 15
Which of the following correctly describes overloading of functions?Virtual polymorphismTransient polymorphismAd-hoc polymorphismPseudo polymorphism
go_editor
10.5k
views
asked
Jul 27, 2016
Programming in C
ugcnetcse-dec2013-paper3
programming
+
–
2
2 votes
1
answers
1 answer
2.6k
2.6k views
UGC NET CSE | December 2013 | Part 3 | Question: 14
Which of the following concepts means adding new concepts to a program as it runs?Data hidingDynamic loadingDynamic typingDynamic binding
go_editor
2.6k
views
asked
Jul 27, 2016
Programming in C
ugcnetcse-dec2013-paper3
programming
+
–
3
3 votes
1
answers
1 answer
2.0k
2.0k views
UGC NET CSE | December 2013 | Part 3 | Question: 13
The document that is used by XSLT to indicate, how to transform the elements of the XML document to another format is HTML pageDOC type procedureStyle sheetStored procedu...
go_editor
2.0k
views
asked
Jul 27, 2016
Web Technologies
ugcnetcse-dec2013-paper3
web-technologies
+
–
2
2 votes
1
1 answer
2.1k
2.1k views
UGC NET CSE | December 2013 | Part 3 | Question: 12
Which is the protocol for performing RPCs between applications in a language and system independent way?Hyper Text Transmission Protocol (HTTP)Simple Network Management P...
go_editor
2.1k
views
asked
Jul 27, 2016
Computer Networks
ugcnetcse-dec2013-paper3
computer-networks
application-layer-protocols
+
–
2
2 votes
1
1 answer
2.0k
2.0k views
UGC NET CSE | December 2013 | Part 3 | Question: 11
Match the following style rules for reusability $:$$\begin{array}{} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Keep methods coherent} & \text{i.} & ...
go_editor
2.0k
views
asked
Jul 27, 2016
Object Oriented Programming
ugcnetcse-dec2013-paper3
object-oriented-programming
+
–
2
2 votes
1
answers
1 answer
3.0k
3.0k views
UGC NET CSE | December 2013 | Part 3 | Question: 10
Match the following with respect to relationship objects and classes $:$$\begin{array}{} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{State diagram} & \...
go_editor
3.0k
views
asked
Jul 27, 2016
Object Oriented Programming
ugcnetcse-dec2013-paper3
object-oriented-programming
+
–
2
2 votes
1
1 answer
4.4k
4.4k views
UGC NET CSE | December 2013 | Part 3 | Question: 9
Which of the following is not a software myth?Once we write the program and get it to work, our job is doneProjects requirements continually change, but change can be eas...
go_editor
4.4k
views
asked
Jul 27, 2016
IS&Software Engineering
ugcnetcse-dec2013-paper3
is&software-engineering
+
–
Page:
« prev
1
2
3
next »