Recent questions tagged ugcnetcse-june2010-paper2

0 0 votes
0 0 answers
2.5k
2.5k views
Data Mining uses _______, _______ and _______ to build effective predictive model.(i) Data set(ii) Information set(iii) Input set(iv) Process set(v) Output set(vi) Test s...
1 1 vote
1 1 answer
2.6k
2.6k views
At any given time Parallel Virtual Machine (PVM) has _______ send buffer and ________ receive buffer.One-oneOne-twoTwo-twoTwo-one
0 0 votes
1 1 answer
1.6k
1.6k views
$CDMA$ Cell uses ________ carriers of $1.25$ MHz.$9$$18$$22$$64$
0 0 votes
1 1 answer
1.9k
1.9k views
A leased special high-speed connection from the local telephone carrier for business users that transmits at $1.544$ mbps is known as ________ carrier.$T_{1}$$T_{2}$$T_{3...
1 1 vote
1 1 answer
2.6k
2.6k views
The cost of the network is usually determined byTime complexitySwitching complexitycircuit complexitynone of these
0 0 votes
1 1 answer
1.9k
1.9k views
Applications-softwareIs used to control the operating systemIncludes programs designed to help programmersPerforms a specific task for computer usersAll of the above
1 1 vote
2 2 answers
4.1k
4.1k views
Design phase will usually beTop-downBottom-upRandomCentre fringing
1 1 vote
2 2 answers
1.5k
1.5k views
Which model is simplest model in Software Development ?Waterfall modelPrototypingIterativeNone of these
2 2 votes
2 2 answers
3.2k
3.2k views
Top-down design does not requireStep-wise refinementLoop invariantsFlow chartingModularity
3 3 votes
1 answers 1 answer
2.2k
2.2k views
Software engineering primarily aims onReliable softwareCost effective softwareReliable and cost effective softwareNone of the above
1 1 vote
2 2 answers
3.4k
3.4k views
Remote Computing Service involves the use of time sharing and _______.A. Multi-processingB. Interactive processingC. Batch processingD. Real-time processing
1 1 vote
2 answers 2 answers
3.8k
3.8k views
In order to allow only one process to enter its critical section, binary semaphore are initialized to$0$$1$ $2$$3$
1 1 vote
2 2 answers
1.3k
1.3k views
_______ is one of pre-emptive scheduling algorithm.$RR$$SSN$$SSF$Priority based
0 0 votes
0 0 answers
789
789 views
_______ synchronizes critical resources to prevent dead lock.P-operatorV-operatorSemaphoreSwapping
1 1 vote
2 2 answers
1.3k
1.3k views
Match the following :$\begin{array}{clcl} \text{(a)} & \text{Disk scheduling} & \text{1.} & \text{Robin-round} \\ \text{(b)} & \text{Batch processing} & \text{2.} & \tex...
6 6 votes
3 3 answers
9.4k
9.4k views
Which of the following is used for grouping of characters into tokens (in a computer) ?A parserCode optimizerCode generatorScanner
0 0 votes
2 2 answers
1.5k
1.5k views
Which of the following is the most general phase structured grammar ?RegularContext-sensitiveContext freeNone of the above
0 0 votes
1 1 answer
2.0k
2.0k views
Consider the following left associative operators in decreasing order of precedence :- subtraction (highest precedence)* multiplication$ exponentiation (lowest precedence...
1 1 vote
2 2 answers
2.7k
2.7k views
Which of the following expression is represented by the parse tree ?$(A + B) ^{*} C$$A + ^{*} BC$$A + B * C$$A * C + B$
1 1 vote
1 1 answer
2.9k
2.9k views
In an absolute loading scheme, which loader function is accomplished by a loader ?Re-allocationAllocationLinkingLoading
1 1 vote
1 1 answer
1.9k
1.9k views
What is the maximum operating rate of a wireless LAN using infrared communication ?$1$ mbps$2$ mbps$5$ mbps$11$ mbps
1 1 vote
3 3 answers
4.0k
4.0k views
What services does the internet layer provide ?1. Quality of service2. Routing3. Addressing4. Connection oriented delivery5. Framing bits$1, 2, 3$$2, 3, 4$$1, 3, 4, 5$$2,...
2 2 votes
2 2 answers
2.3k
2.3k views
End-to-End connectivity is provided from Last-to-Last inNetwork layerSession layerTransport layerData link layer
1 1 vote
3 3 answers
4.0k
4.0k views
What does the URL need to access documents ?I. Path nameII. Host nameIII. DNSIV. Retrieval methodV. Server port number$\text{I, II, III}$$\text{I, III, V}$$\text{I, II, I...
0 0 votes
1 1 answer
2.3k
2.3k views
The ______ field is the SNMP PDV reports an error in a response message.Error indexError statusSet requestAgent index
1 1 vote
2 2 answers
5.5k
5.5k views
In a $\text{B}$ tree of order $5$, the following keys are inserted as follows : $7, 8, 1, 4, 13, 20, 2, 6$ and $5$ How many elements are present in the root of the tree ?...
0 0 votes
3 3 answers
3.5k
3.5k views
A chained hash table has an array size of $100$. What is the maximum number of entries that can be placed in the table ?$100$$200$$10000$There is no upper limit
2 2 votes
1 1 answer
6.6k
6.6k views
In a complete binary tree of n nodes, how far are the two most distant nodes ? Assume each edge in the path counts as !About $\log_{2} n$About $2 \log_{2} n$About $n \log...
0 0 votes
2 2 answers
8.1k
8.1k views
What is the most appropriate data structure to implement a priority queue ?HeapCircular arrayLinked listBinary tree
0 0 votes
2 2 answers
3.7k
3.7k views
If we have six stack operationspushing and popping each of $A, B$ and $C$-such that push $(A)$ must occur before push $(B)$ which must occur before push $(C)$, then $A, C...