Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged ugcnetcse-june2015-paper2
1
1 vote
1
1 answer
3.5k
3.5k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 50
Which of the following is not valid with reference to Message Passing Interface(MPI)?MPI can run on any hardware platformThe programming model is a distributed memory mod...
go_editor
3.5k
views
asked
Jul 31, 2016
Distributed Computing
ugcnetcse-june2015-paper2
parallel-computing
message-passing
+
–
7
7 votes
3
answers
3 answers
8.1k
8.1k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 49
Which of the following statements is false about weak entity set?Weak entities can be deleted automatically when their strong entity is deletedWeak entity set avoids the ...
go_editor
8.1k
views
asked
Jul 31, 2016
Databases
ugcnetcse-june2015-paper2
er-diagram
databases
+
–
2
2 votes
4
answers
4 answers
5.7k
5.7k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 48
Which of the following algorithms sort $n$ integers, having the range $0$ to $(n^2 -1)$, in ascending order in $O(n)$ time?Selection sortBubble sortRadix sortInsertion so...
go_editor
5.7k
views
asked
Jul 31, 2016
Algorithms
ugcnetcse-june2015-paper2
algorithms
sorting
+
–
0
0 votes
2
2 answers
2.4k
2.4k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 47
Which of the following statements is incorrect for Parallel Virtual Machine (PVM)?The PVM communication model provides asynchronous blocking send, asynchronous blocking r...
go_editor
2.4k
views
asked
Jul 31, 2016
Distributed Computing
ugcnetcse-june2015-paper2
distributed-computing
parallel-virtual-machine
+
–
0
0 votes
2
answers
2 answers
4.5k
4.5k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 46
In the case of parallelization, Amdahl's law states that if $P$ is the proportion of a program that can be made parallel and $(1-P)$ is the proportion that cannot be para...
go_editor
4.5k
views
asked
Jul 31, 2016
CO & Architecture
ugcnetcse-june2015-paper2
parallel-processing
amdahls-law
+
–
1
1 vote
1
1 answer
3.7k
3.7k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 45
Which one from the following is highly associated activity of project planning?Keep track of the progressCompare the actual and planned progress and costsIdentify the act...
go_editor
3.7k
views
asked
Jul 30, 2016
IS&Software Engineering
ugcnetcse-june2015-paper2
is&software-engineering
project-planning
+
–
0
0 votes
1
answers
1 answer
6.0k
6.0k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 44
Cohesion is an extension of:Abstraction conceptRefinment conceptInformation hiding conceptModularity
go_editor
6.0k
views
asked
Jul 30, 2016
IS&Software Engineering
ugcnetcse-june2015-paper2
is&software-engineering
cohesion
+
–
1
1 vote
3
answers
3 answers
3.5k
3.5k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 43
Which process model is also called as classic life cycle model?Waterfall modelRAD modelPrototyping modelIncremental model
go_editor
3.5k
views
asked
Jul 30, 2016
IS&Software Engineering
ugcnetcse-june2015-paper2
is&software-engineering
life-cycle-model
+
–
3
3 votes
1
1 answer
3.7k
3.7k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 42
Which of the testing strategy requirements established during requirements analysis are validated against developed software?validation testingintegration testingregressi...
go_editor
3.7k
views
asked
Jul 30, 2016
IS&Software Engineering
ugcnetcse-june2015-paper2
software-testing
is&software-engineering
+
–
3
3 votes
1
answers
1 answer
2.5k
2.5k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 41
Match the following:$$\begin{array}{|ll|ll|} \hline \text{a.} & \text{Size-oriented} &i. & \text{uses number of external interfaces as one of} \\ &\text{metrics}&& \text{...
go_editor
2.5k
views
asked
Jul 30, 2016
IS&Software Engineering
ugcnetcse-june2015-paper2
size-metrices
is&software-engineering
+
–
1
1 vote
1
1 answer
2.8k
2.8k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 39
What does the following command do? grep -vn "abc" xIt will print all of the lines in the file x that match the search string "abc"It will print all of the lines in file ...
go_editor
2.8k
views
asked
Jul 30, 2016
Operating System
ugcnetcse-june2015-paper2
operating-system
shell-script
non-gatecse
+
–
3
3 votes
2
answers
2 answers
13.2k
13.2k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 38
A LRU page replacement is used with $4$ page frames and eight pages. How many page faults will occur with the reference string $0172327103$ if the four frames are initial...
go_editor
13.2k
views
asked
Jul 30, 2016
Operating System
ugcnetcse-june2015-paper2
operating-system
page-replacement
+
–
3
3 votes
2
2 answers
3.6k
3.6k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 37
Let $P-i$ and $P_j$ two processes, R be the set of variables read from memory, and W be the set of variables written to memory. For the concurrent execution of two proces...
go_editor
3.6k
views
asked
Jul 30, 2016
Operating System
ugcnetcse-june2015-paper2
transaction-and-concurrency
+
–
3
3 votes
2
answers
2 answers
10.7k
10.7k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 36
A disk drive has $100$ cylinders, numbered $0$ to $99$. Disk requests come to the disk driver for cylinders $12, 26, 24, 4, 42, 8$ and $50$ in that order. The driver is c...
go_editor
10.7k
views
asked
Jul 30, 2016
Operating System
ugcnetcse-june2015-paper2
operating-system
disk-scheduling
+
–
4
4 votes
5
answers
5 answers
5.6k
5.6k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 35
Which phase of compiler generates stream of atoms?Syntax AnalysisLexical AnalysisCode GenerationCode Optimization
go_editor
5.6k
views
asked
Jul 30, 2016
Compiler Design
ugcnetcse-june2015-paper2
compiler-design
+
–
1
1 vote
2
answers
2 answers
4.4k
4.4k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 34
Which one of the following is false?LALR parser is Bottom-Up parserA parsing algorithm which performs a left to right scanning and a right most deviation is RL($1$)LR par...
go_editor
4.4k
views
asked
Jul 30, 2016
Compiler Design
ugcnetcse-june2015-paper2
compiler-design
parsing
+
–
1
1 vote
1
answers
1 answer
3.2k
3.2k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 33
If all the production rules have single non-terminal symbol on the left side, the grammar defined is:Context free grammarContext sensitive grammarUnrestricted grammarPhas...
go_editor
3.2k
views
asked
Jul 30, 2016
Theory of Computation
ugcnetcse-june2015-paper2
theory-of-computation
grammar
+
–
1
1 vote
1
1 answer
3.3k
3.3k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 32
The translator which performs macro calls expansion is calledMacro processorMicro pre-processorMacro pre-processorDynamic linker
go_editor
3.3k
views
asked
Jul 30, 2016
Compiler Design
ugcnetcse-june2015-paper2
compiler-design
translator
preprocessor
+
–
1
1 vote
1
1 answer
2.1k
2.1k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 31
Match the following:$\begin{array}{|ll|ll|} \hline \text{a.} & \text{Forelward Reference Table} & i. & \text{Assembler directive} \\ \hline \text{b.}& \text{Mnemonic Tab...
go_editor
2.1k
views
asked
Jul 30, 2016
CO & Architecture
ugcnetcse-june2015-paper2
assembly
+
–
1
1 vote
2
2 answers
3.0k
3.0k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 30
Which of the following is/are restriction(s) in classless addressing?The number of addresses needs to be a power of $2$The mask needs to be included in the address to def...
go_editor
3.0k
views
asked
Jul 30, 2016
Computer Networks
ugcnetcse-june2015-paper2
computer-networks
classless-addressing
+
–
4
4 votes
1
answers
1 answer
2.0k
2.0k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 29
What is the size of the 'total length' field in $IPv4$ diagram?$4$ bits$8$ bits$16$ bits$32$ bits
go_editor
2.0k
views
asked
Jul 30, 2016
Computer Networks
ugcnetcse-june2015-paper2
computer-networks
ip-addressing
+
–
2
2 votes
2
answers
2 answers
3.4k
3.4k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 28
Which of the following is not associated with the session layer?Dialog controlToken managementSemantics of the information transmittedsynchronization
go_editor
3.4k
views
asked
Jul 30, 2016
Computer Networks
ugcnetcse-june2015-paper2
computer-networks
session-layer
+
–
1
1 vote
1
1 answer
2.4k
2.4k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 27
Match the following port numbers with their uses:$\begin{array}{|ll|ll|} \hline & \textbf{List – I} & & \textbf{List – II} \\ \hline \text{a.} & 23 & i. & \text{World wid...
go_editor
2.4k
views
asked
Jul 30, 2016
Computer Networks
ugcnetcse-june2015-paper2
computer-networks
port-numbers
match-the-following
+
–
2
2 votes
4
4 answers
6.0k
6.0k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 26
Which of the following protocols is an application layer protocol that establishes, manages and terminates multimedia sessions?Session Maintenance ProtocolReal-time Strea...
go_editor
6.0k
views
asked
Jul 30, 2016
Computer Networks
ugcnetcse-june2015-paper2
osi-protocol
computer-networks
+
–
3
3 votes
1
1 answer
6.7k
6.7k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 25
To determine the efficiency of an algorithm the time factor is measured byCounting micro secondsCounting number of key operationsCounting number of statementsCounting kil...
go_editor
6.7k
views
asked
Jul 30, 2016
Algorithms
ugcnetcse-june2015-paper2
algorithm-efficiency
+
–
4
4 votes
1
answers
1 answer
1.9k
1.9k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 24
The average case occurs in Linear Search Algorithm whenThe item to be searched is in some where middle of the ArrayThe item to be searched is not in the arrayThe item to ...
go_editor
1.9k
views
asked
Jul 30, 2016
Algorithms
ugcnetcse-june2015-paper2
algorithms
linear-search
+
–
2
2 votes
1
1 answer
2.5k
2.5k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 23
Level order Traversal of a rooted Tree can be done by starting from root and performing:Breadth First SearchDepth First SearchRoot SearchDeep Search
go_editor
2.5k
views
asked
Jul 30, 2016
Programming in C
ugcnetcse-june2015-paper2
data-structures
tree-traversal
+
–
2
2 votes
1
1 answer
3.8k
3.8k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 21
Consider the given graphIts Minimum Cost Spanning Tree is ______
go_editor
3.8k
views
asked
Jul 30, 2016
Graph Theory
ugcnetcse-june2015-paper2
graph-theory
minimum-spanning-tree
+
–
2
2 votes
2
2 answers
17.9k
17.9k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 20
For a weak entity set to be meaningful, it must be associated with another entity set in combination with some of their attribute values, is called as:Neighbour SetStrong...
go_editor
17.9k
views
asked
Jul 30, 2016
Databases
ugcnetcse-june2015-paper2
databases
weak-entity
+
–
1
1 vote
1
1 answer
5.5k
5.5k views
UGC NET CSE | Junet 2015 | Part 2 | Question: 19
Database application were directly built on top of file system to overcome the following drawbacks of using file-systems:Data redundancy and inconsistencyDifficulty in ac...
go_editor
5.5k
views
asked
Jul 30, 2016
Databases
ugcnetcse-june2015-paper2
databases
file-system
+
–
Page:
1
2
next »