Recent questions tagged ugcnetcse-june2006-paper2

0 votes
1 answer
1
0 votes
0 answers
2
Tasks done in parsing are:Check the validity of a source stringDetermine the syntactic structure of a source stringBoth A and BNone of these
0 votes
1 answer
3
$\text{YACC}$ builds up _____parsing table.$\text{LALR}$$\text{LR}$$\text{SLR}$$\text{LLR}$
2 votes
1 answer
4
The action of passing the source program into the proper syntactic class is known as:Syntax analysisLexical analysisInterpretation analysisUniform symbol generation
0 votes
1 answer
5
The dynamic binding occurs during the:Compile timeRun timeLinking timePre-processing time
0 votes
0 answers
6
The first operating system of Microprocessor is_______.$\text{ATLAS}$$\text{CP/M}$$\text{SAGE}$$\text{T.H.E}$
0 votes
1 answer
7
In processor management, round robin method essentially uses the preemptive version of_____.$\text{FILO}$$\text{FIFO}$$\text{SJF}$Longest time first
0 votes
1 answer
8
A page fault_____.is an error in specific pageis an access to the page not currently in main memoryoccurs when a page program accesses a page of memoryis reference to the...
0 votes
1 answer
9
_______synchronize critical resources to prevent deadlock.$P$- operator$V$- operatorSemaphoresHard disk
0 votes
1 answer
10
The memory allocation scheme subjected to “external” fragmentation is :SegmentationSwappingDemand pagingMultiple contiguous fixed partitions
0 votes
0 answers
11
In software project planning, work Breakdown structure must be______.A graphA treeA Eular’s graphNone of the above
0 votes
0 answers
12
In Software Metrics, $\text{McCABE’S}$ cyclomatic number is given by following formula:$c=e-n+2p$$c=e-n-2p$$c=e+n+2p$$c=e-$n*$2p$
0 votes
1 answer
13
In a good software design, ____coupling is desirable between modules.HighestLowestInternalExternal
0 votes
0 answers
14
System study yields the following:Requirement specificationsPrevailing process descriptionData source identificationAll the above
0 votes
2 answers
15
The $\text{COCOMO}$ model is used for_____.software designsoftware cost estimationsoftware cost approximationsoftware analysis
0 votes
0 answers
16
$\text{MMS}$ (Multimedia Messaging Service) uses ______ types of messages to perform messaging transactions.$4$$6$$8$$10$
0 votes
1 answer
17
Bluetooth technology uses the transmission media.Radio linksMicrowave links$\text{VSAT}$ communicationOptical fiber links
0 votes
1 answer
18
Downflow is the process associated with _____ and back up of data in a warehouse.packagingarchivingextractionloading
0 votes
0 answers
19
Predictive modeling in data mining uses____technique.StatisticalAssociation DiscoveryValue predictionNone of these
0 votes
1 answer
20
The use of a smart card represents a form of:password encryptionuser-$\text{ID}$ encryptionauthorizationauthentication
0 votes
1 answer
21
Which of the following strings is in the language defined by grammar $S\rightarrow OA,$ $A\rightarrow1A/0A/1$$01100$$00101$$10011$$11111$
0 votes
1 answer
22
For a complete graph with $N$ vertices, the total number of spanning trees is given by:$2N-1$$N^{N-1}$$N^{N-2}$$2N+1$
0 votes
0 answers
23
The preposition $(p\rightarrow q)\wedge(\sim q\vee p)$ is equivalent to :$q\rightarrow p$$p\rightarrow q$$(q\rightarrow p)\vee(p\rightarrow q)$$(p\rightarrow q)\vee(q\rig...
2 votes
1 answer
24
0 votes
1 answer
25
Let $A=\{x|-1< x<1\}=B.$ The function $f(x)=\dfrac{x}{2}$ from $A$ to $B$ is:injectivesurjectiveboth injective and surjectiveneither injective nor surjective
0 votes
0 answers
26
The number of $1$’s present in the binary representation of $(3\times 512+7\times 64+5\times 8+3)_{10}$ is:$8$$9$$10$$11$
0 votes
1 answer
27
Which of the following expression removes static hazard from a two level $\text{AND-OR}$ gate implementation of $xy+z\bar{x}$$xy+z\bar{x}$$xy+z\bar{x}+wyz$$xy+z\bar{x}+yz...
0 votes
0 answers
28
Which of the following logic has the maximum fan out?$\text{RTL}$$\text{ECL}$$\text{NMOS}$$\text{CMOS}$
0 votes
1 answer
29
In a weighted code with weight $6,4,2,-3$ the decimal $5$ is represented by:$0101$$0111$$1011$$1000$
0 votes
1 answer
30