Recent questions tagged ugcnetcse-july2018-paper2

1 1 vote
2 2 answers
3.4k
3.4k views
The definitions in an XML document are said to be ______ when the tagging system ans definitions in the DTD are all in compliancewell-formedreasonablevalidlogical
1 1 vote
1 1 answer
4.5k
4.5k views
Consider the JavaScript Code:var y=”12” function f() { var y=”6”; alert (this.y); function g() {alert (y); } g(); } f();If $M$ is the number of alert dialog boxes generat...
1 1 vote
3 3 answers
5.4k
5.4k views
What is the output of the following JAVA program?class simple { public static void main(String[ ] args) { simple obj = new simple(); obj.start(); } void start() { long []...
0 0 votes
2 2 answers
5.7k
5.7k views
What is the output of the following ‘C’ program? (Assuming little – endian representation of multi-byte data in which Least Significant Byte (LSB) is stored at the lowest...
1 1 vote
7 7 answers
6.5k
6.5k views
Given below are three implementations of the $\text{swap()}$ function in $\text{C++}$ :$\begin{array}{|l|l|l|} \hline \qquad \qquad \text{(a)} & \qquad \qquad \text{(b)}...
0 0 votes
3 3 answers
4.7k
4.7k views
In Java, which of the following statements is/are TRUE?S1: The ‘final’ keyword applied to a class definition prevents the class form being extended through derivationS2: ...
0 0 votes
1 1 answer
1.9k
1.9k views
Which of the following statements is/are true?P: C programming language has a weak type system with static types.Q: Java programming language has a string type system wit...
1 1 vote
3 3 answers
9.7k
9.7k views
A graphic display system has a frame buffer that is 640 pixels high , 480 pixels high and 1 bit of color depth. If the access time for each pixel on the average is 200 n...
0 0 votes
3 3 answers
4.7k
4.7k views
Which of the following statements is/are True regarding the solution of the visibility problem in 3D graphics?S1: The painter's algorithm sorts polygons by depth and then...
3 3 votes
3 3 answers
7.0k
7.0k views
Consider the matrix $M=\begin{bmatrix} 2 & 0 & 2 \\ 0 & 1 & 1 \\ 0 & 0 & 1 \end{bmatrix}$ representing a set of planar (2D) geometric transformations in homogeneous coord...
0 0 votes
4 4 answers
7.8k
7.8k views
 Assume the following regarding the development of a software system P:Estimated lines of codes P : 33, 480 LOCAverage productivity for P : 620 LOC per person -monthNumbe...
2 2 votes
3 3 answers
3.7k
3.7k views
Match the following in Software Engineering :$\begin{array}{clcl} &\textbf{List-I}& & \textbf{List-II} \\ \text{(a)}& \text{Product Complexity} & \text{(i)} & \text{Soft...
2 2 votes
5 5 answers
3.0k
3.0k views
Which one of the following is not typically provided by Source Code Management Software?SynchronizationVersioning and Revision historySyntax highlightingProject forking
1 1 vote
3 3 answers
3.1k
3.1k views
A software system crashed 20 times in the year 2017 and for each crash, it took 2 minutes to restart. Approximately, what was the software availability in that year?96.99...
0 0 votes
3 3 answers
2.7k
2.7k views
Match the $\text{5 CMM}$ Maturity levels$\text{/CMMI}$ staged representations in $\textbf{List-I}$ with their characterizations in $\textbf{List-II}$ :$\begin{array}{clcl...
0 0 votes
3 3 answers
5.2k
5.2k views
Coupling is a measure of the strength of the interconnections between software modules. Which of the following are correct statements with respect to module coupling?P: C...
1 1 vote
4 4 answers
2.5k
2.5k views
A software design pattern often used to restrict access to an object isadapterdecoratordelegationproxy
1 1 vote
1 1 answer
2.0k
2.0k views
Reasons to re-engineer a software include:P: Allow legacy software to quickly adapt to the changing requirementsQ: Upgrade to newer technologies/platforms/paradigm (for e...
2 2 votes
2 2 answers
4.0k
4.0k views
Which of the following is not a key strategy followed by the clean room approach to software development?Formal specificationDynamic verificationIncremental developmentSt...
0 0 votes
5 5 answers
6.1k
6.1k views
Which of the following statements is/are True?P: Refactoring is the process of changing a software system in such a way that it does not alter the external behavior of th...
0 0 votes
4 4 answers
3.7k
3.7k views
The solution of the recurrence relation $T(m) = T(3m/4)+1$ is$\Theta (\lg \: m)$$\Theta (m)$$\Theta (m\lg m)$$\Theta (\lg\lg m)$
1 1 vote
3 3 answers
5.4k
5.4k views
Consider the array A=<4, 1, 3, 2, 16, 9, 10, 14, 8, 7>. After building heap from the array A, the depth of the heap and the right child of max-heap are ______ and _____ r...
0 0 votes
2 2 answers
10.0k
10.0k views
A hash function h defined h(key)=key mod 7, with linear probing, is used to insert the keys 44, 45, 79, 55, 91, 18, 63 into a table indexed from 0 to 6. What will be the ...
0 0 votes
2 2 answers
3.2k
3.2k views
Which of the following algorithms solves the single-source shortest paths?Prim's algorithmFloys-Warshall algorithmJohnson's algorithmDijkstra's algorithm
1 1 vote
1 1 answer
4.2k
4.2k views
A text is made up of the characters A, B, C, D, E each occurring with the probability 0.08, 0.40, 0.25, 0.15 and 0.12 respectively. The optimal coding will have the avera...
0 0 votes
8 8 answers
6.3k
6.3k views
A binary search tree in which every non-leaf node has non-empty left and right subtrees is called a strictly binary tree. Such a tree with 19 leaves:cannot have more than...
1 1 vote
1 1 answer
3.1k
3.1k views
Match the following with respect to algorithm paradigms :$\begin{array}{clcl} & \textbf{List-I} & {} & \textbf{List-II} \\ \text{(a)} & \text{The 8-Queen's problem} & \t...
2 2 votes
3 3 answers
19.6k
19.6k views
The maximum number of comparisons needed to sort 9 items using radix sort is (assume each item is 5 digit octal number):4572360450
0 0 votes
2 2 answers
10.7k
10.7k views
A 5-ary tree in which every internal node has exactly 5 children. The number of left nodes in such a tree with 8 internal nodes will be:303345125
0 0 votes
2 2 answers
3.0k
3.0k views
Consider a Boolean function of 'n' variables. The order of an algorithm that determines whether the Boolean function produces a output 1 isLogarithmicLinearQuadraticExpon...