Recent questions tagged ugcnetcse-june2015-paper2

1 1 vote
1 1 answer
3.5k
3.5k views
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...
7 7 votes
3 answers 3 answers
8.1k
8.1k views
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 ...
2 2 votes
4 answers 4 answers
5.7k
5.7k views
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...
0 0 votes
2 2 answers
2.4k
2.4k views
Which of the following statements is incorrect for Parallel Virtual Machine (PVM)?The PVM communication model provides asynchronous blocking send, asynchronous blocking r...
0 0 votes
2 answers 2 answers
4.5k
4.5k views
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...
1 1 vote
1 1 answer
3.7k
3.7k views
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...
0 0 votes
1 answers 1 answer
6.0k
6.0k views
Cohesion is an extension of:Abstraction conceptRefinment conceptInformation hiding conceptModularity
1 1 vote
3 answers 3 answers
3.5k
3.5k views
Which process model is also called as classic life cycle model?Waterfall modelRAD modelPrototyping modelIncremental model
3 3 votes
1 1 answer
3.7k
3.7k views
Which of the testing strategy requirements established during requirements analysis are validated against developed software?validation testingintegration testingregressi...
3 3 votes
1 answers 1 answer
2.5k
2.5k views
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{...
1 1 vote
1 1 answer
2.8k
2.8k views
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 ...
3 3 votes
2 answers 2 answers
13.2k
13.2k views
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...
3 3 votes
2 2 answers
3.6k
3.6k views
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...
3 3 votes
2 answers 2 answers
10.7k
10.7k views
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...
4 4 votes
5 answers 5 answers
5.6k
5.6k views
Which phase of compiler generates stream of atoms?Syntax AnalysisLexical AnalysisCode GenerationCode Optimization
1 1 vote
2 answers 2 answers
4.4k
4.4k views
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...
1 1 vote
1 answers 1 answer
3.2k
3.2k views
If all the production rules have single non-terminal symbol on the left side, the grammar defined is:Context free grammarContext sensitive grammarUnrestricted grammarPhas...
1 1 vote
1 1 answer
3.3k
3.3k views
The translator which performs macro calls expansion is calledMacro processorMicro pre-processorMacro pre-processorDynamic linker
1 1 vote
1 1 answer
2.1k
2.1k views
Match the following:$\begin{array}{|ll|ll|} \hline \text{a.} & \text{Forelward Reference Table} & i. & \text{Assembler directive} \\ \hline \text{b.}& \text{Mnemonic Tab...
1 1 vote
2 2 answers
3.0k
3.0k views
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...
4 4 votes
1 answers 1 answer
2.0k
2.0k views
What is the size of the 'total length' field in $IPv4$ diagram?$4$ bits$8$ bits$16$ bits$32$ bits
2 2 votes
2 answers 2 answers
3.4k
3.4k views
Which of the following is not associated with the session layer?Dialog controlToken managementSemantics of the information transmittedsynchronization
1 1 vote
1 1 answer
2.4k
2.4k views
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...
2 2 votes
4 4 answers
6.0k
6.0k views
Which of the following protocols is an application layer protocol that establishes, manages and terminates multimedia sessions?Session Maintenance ProtocolReal-time Strea...
3 3 votes
1 1 answer
6.7k
6.7k views
To determine the efficiency of an algorithm the time factor is measured byCounting micro secondsCounting number of key operationsCounting number of statementsCounting kil...
4 4 votes
1 answers 1 answer
1.9k
1.9k views
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 ...
2 2 votes
1 1 answer
2.5k
2.5k views
Level order Traversal of a rooted Tree can be done by starting from root and performing:Breadth First SearchDepth First SearchRoot SearchDeep Search
2 2 votes
1 1 answer
3.8k
3.8k views
Consider the given graphIts Minimum Cost Spanning Tree is ______
2 2 votes
2 2 answers
17.9k
17.9k views
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...
1 1 vote
1 1 answer
5.5k
5.5k views
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...