Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged ugcnetcse-july2018-paper2
1
1 vote
2
2 answers
3.4k
3.4k views
UGC NET CSE | July 2018 | Part 2 | Question: 2
The definitions in an XML document are said to be ______ when the tagging system ans definitions in the DTD are all in compliancewell-formedreasonablevalidlogical
Pooja Khatri
3.4k
views
asked
Jul 13, 2018
Web Technologies
ugcnetcse-july2018-paper2
xml
web-technologies
+
–
1
1 vote
1
1 answer
4.5k
4.5k views
UGC NET CSE | July 2018 | Part 2 | Question: 1
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...
Pooja Khatri
4.5k
views
asked
Jul 13, 2018
Web Technologies
ugcnetcse-july2018-paper2
javascript
web-technologies
+
–
1
1 vote
3
3 answers
5.4k
5.4k views
UGC NET CSE | July 2018 | Part 2 | Question: 3
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 []...
Pooja Khatri
5.4k
views
asked
Jul 13, 2018
Java
ugcnetcse-july2018-paper2
java
+
–
0
0 votes
2
2 answers
5.7k
5.7k views
UGC NET CSE | July 2018 | Part 2 | Question: 4
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...
Pooja Khatri
5.7k
views
asked
Jul 13, 2018
Programming in C
ugcnetcse-july2018-paper2
programming-in-c
union
+
–
1
1 vote
7
7 answers
6.5k
6.5k views
UGC NET CSE | July 2018 | Part 2 | Question: 5
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)}...
Pooja Khatri
6.5k
views
asked
Jul 13, 2018
Object Oriented Programming
ugcnetcse-july2018-paper2
object-oriented-programming
+
–
0
0 votes
3
3 answers
4.7k
4.7k views
UGC NET CSE | July 2018 | Part 2 | Question: 6
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: ...
Pooja Khatri
4.7k
views
asked
Jul 13, 2018
Object Oriented Programming
ugcnetcse-july2018-paper2
object-oriented-programming
java
final
+
–
0
0 votes
1
1 answer
1.9k
1.9k views
UGC NET CSE | July 2018 | Part 2 | Question: 7
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...
Pooja Khatri
1.9k
views
asked
Jul 13, 2018
Programming in C
ugcnetcse-july2018-paper2
programming-in-c
java
+
–
1
1 vote
3
3 answers
9.7k
9.7k views
UGC NET CSE | July 2018 | Part 2 | Question: 8
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...
Pooja Khatri
9.7k
views
asked
Jul 13, 2018
Computer Graphics
ugcnetcse-july2018-paper2
computer-graphics
+
–
0
0 votes
3
3 answers
4.7k
4.7k views
UGC NET CSE | July 2018 | Part 2 | Question: 9
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...
Pooja Khatri
4.7k
views
asked
Jul 13, 2018
Computer Graphics
ugcnetcse-july2018-paper2
computer-graphics
3d-graphics
+
–
3
3 votes
3
3 answers
7.0k
7.0k views
UGC NET CSE | July 2018 | Part 2 | Question: 10
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...
Pooja Khatri
7.0k
views
asked
Jul 13, 2018
Computer Graphics
ugcnetcse-july2018-paper2
computer-graphics
2d-geometry
+
–
0
0 votes
4
4 answers
7.8k
7.8k views
UGC NET CSE | July 2018 | Part 2 | Question: 11
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...
Pooja Khatri
7.8k
views
asked
Jul 13, 2018
IS&Software Engineering
ugcnetcse-july2018-paper2
is&software-engineering
software-development
+
–
2
2 votes
3
3 answers
3.7k
3.7k views
UGC NET CSE | July 2018 | Part 2 | Question: 12
Match the following in Software Engineering :$\begin{array}{clcl} &\textbf{List-I}& & \textbf{List-II} \\ \text{(a)}& \text{Product Complexity} & \text{(i)} & \text{Soft...
Pooja Khatri
3.7k
views
asked
Jul 13, 2018
IS&Software Engineering
ugcnetcse-july2018-paper2
is&software-engineering
match-the-following
+
–
2
2 votes
5
5 answers
3.0k
3.0k views
UGC NET CSE | July 2018 | Part 2 | Question: 13
Which one of the following is not typically provided by Source Code Management Software?SynchronizationVersioning and Revision historySyntax highlightingProject forking
Pooja Khatri
3.0k
views
asked
Jul 13, 2018
IS&Software Engineering
ugcnetcse-july2018-paper2
is&software-engineering
+
–
1
1 vote
3
3 answers
3.1k
3.1k views
UGC NET CSE | July 2018 | Part 2 | Question: 14
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...
Pooja Khatri
3.1k
views
asked
Jul 13, 2018
IS&Software Engineering
ugcnetcse-july2018-paper2
is&software-engineering
+
–
0
0 votes
3
3 answers
2.7k
2.7k views
UGC NET CSE | July 2018 | Part 2 | Question: 15
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...
Pooja Khatri
2.7k
views
asked
Jul 13, 2018
IS&Software Engineering
ugcnetcse-july2018-paper2
is&software-engineering
cmmi
software-development-life-cycle-models
+
–
0
0 votes
3
3 answers
5.2k
5.2k views
UGC NET CSE | July 2018 | Part 2 | Question: 16
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...
Pooja Khatri
5.2k
views
asked
Jul 13, 2018
IS&Software Engineering
ugcnetcse-july2018-paper2
is&software-engineering
coupling
+
–
1
1 vote
4
4 answers
2.5k
2.5k views
UGC NET CSE | July 2018 | Part 2 | Question: 17
A software design pattern often used to restrict access to an object isadapterdecoratordelegationproxy
Pooja Khatri
2.5k
views
asked
Jul 13, 2018
IS&Software Engineering
ugcnetcse-july2018-paper2
is&software-engineering
software-design
+
–
1
1 vote
1
1 answer
2.0k
2.0k views
UGC NET CSE | July 2018 | Part 2 | Question: 18
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...
Pooja Khatri
2.0k
views
asked
Jul 13, 2018
IS&Software Engineering
ugcnetcse-july2018-paper2
is&software-engineering
+
–
2
2 votes
2
2 answers
4.0k
4.0k views
UGC NET CSE | July 2018 | Part 2 | Question: 19
Which of the following is not a key strategy followed by the clean room approach to software development?Formal specificationDynamic verificationIncremental developmentSt...
Pooja Khatri
4.0k
views
asked
Jul 13, 2018
IS&Software Engineering
ugcnetcse-july2018-paper2
is&software-engineering
+
–
0
0 votes
5
5 answers
6.1k
6.1k views
UGC NET CSE | July 2018 | Part 2 | Question: 20
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...
Pooja Khatri
6.1k
views
asked
Jul 13, 2018
IS&Software Engineering
ugcnetcse-july2018-paper2
is&software-engineering
+
–
0
0 votes
4
4 answers
3.7k
3.7k views
UGC NET CSE | July 2018 | Part 2 | Question: 21
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)$
Pooja Khatri
3.7k
views
asked
Jul 13, 2018
Algorithms
ugcnetcse-july2018-paper2
algorithms
time-complexity
recurrence-relation
+
–
1
1 vote
3
3 answers
5.4k
5.4k views
UGC NET CSE | July 2018 | Part 2 | Question: 22
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...
Pooja Khatri
5.4k
views
asked
Jul 13, 2018
Data Structures
ugcnetcse-july2018-paper2
data-structures
binary-heap
+
–
0
0 votes
2
2 answers
10.0k
10.0k views
UGC NET CSE | July 2018 | Part 2 | Question: 23
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 ...
Pooja Khatri
10.0k
views
asked
Jul 13, 2018
Data Structures
ugcnetcse-july2018-paper2
data-structures
hashing
+
–
0
0 votes
2
2 answers
3.2k
3.2k views
UGC NET CSE | July 2018 | Part 2 | Question: 24
Which of the following algorithms solves the single-source shortest paths?Prim's algorithmFloys-Warshall algorithmJohnson's algorithmDijkstra's algorithm
Pooja Khatri
3.2k
views
asked
Jul 13, 2018
Data Structures
ugcnetcse-july2018-paper2
data-structures
graph-algorithms
+
–
1
1 vote
1
1 answer
4.2k
4.2k views
UGC NET CSE | July 2018 | Part 2 | Question: 25
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...
Pooja Khatri
4.2k
views
asked
Jul 13, 2018
Probability
ugcnetcse-july2018-paper2
probability
binary-tree
data-structures
+
–
0
0 votes
8
8 answers
6.3k
6.3k views
UGC NET CSE | July 2018 | Part 2 | Question: 26
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...
Pooja Khatri
6.3k
views
asked
Jul 13, 2018
Data Structures
ugcnetcse-july2018-paper2
data-structures
binary-search-tree
+
–
1
1 vote
1
1 answer
3.1k
3.1k views
UGC NET CSE | July 2018 | Part 2 | Question: 27
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...
Pooja Khatri
3.1k
views
asked
Jul 13, 2018
Algorithms
ugcnetcse-july2018-paper2
algorithms
+
–
2
2 votes
3
3 answers
19.6k
19.6k views
UGC NET CSE | July 2018 | Part 2 | Question: 28
The maximum number of comparisons needed to sort 9 items using radix sort is (assume each item is 5 digit octal number):4572360450
Pooja Khatri
19.6k
views
asked
Jul 13, 2018
Data Structures
ugcnetcse-july2018-paper2
data-structures
radix-sort
+
–
0
0 votes
2
2 answers
10.7k
10.7k views
UGC NET CSE | July 2018 | Part 2 | Question: 29
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
Pooja Khatri
10.7k
views
asked
Jul 13, 2018
Data Structures
ugcnetcse-july2018-paper2
data-structures
tree
+
–
0
0 votes
2
2 answers
3.0k
3.0k views
UGC NET CSE | July 2018 | Part 2 | Question: 30
Consider a Boolean function of 'n' variables. The order of an algorithm that determines whether the Boolean function produces a output 1 isLogarithmicLinearQuadraticExpon...
Pooja Khatri
3.0k
views
asked
Jul 13, 2018
Algorithms
ugcnetcse-july2018-paper2
algorithms
+
–
Page:
1
2
3
4
next »