#19581
1.7k
views
1 answers
0 votes
Web links are stored within the page itself and when you wish to ‘jump’ to the page that is linked, we select the hotspot or anchor. This technique is calledHypertext...
#19582
1.4k
views
1 answers
0 votes
If the objects focus on the problem domain, then we are concerned withObject Oriented AnalysisObject Oriented DesignObject Oriented Analysis and DesignNone of the above
#19583
694
views
1 answers
2 votes
Which of the following is not a form of main memory?Instruction cacheInstruction registerInstruction opcodeTranslation look-aside buffer
#19584
617
views
1 answers
0 votes
$M$ is a square matrix of order $’n’$ and its determinant value is $5.$ If all the elements of $M$ are multiplied by $2,$ its determinant value becomes $40.$ The valu...
#19585
1.0k
views
1 answers
0 votes
Is null an object?YesNoSometimes yesNone of these
#19586
1.4k
views
1 answers
0 votes
Which of the following is a desirable property of module?IndependencyLow cohesivenessHigh CouplingMultifunctional
#19587
3.8k
views
1 answers
0 votes
Which of these events will be generated if we close an applet’s window?ActionEventComponentEventAdjustmentEventWindowEvent
#19588
880
views
1 answers
0 votes
Which of the following object types are generally autonomous, meaning that they can exhibit some behavior without being operated upon by another object.PassiveActiveBoth ...
#19589
981
views
1 answers
0 votes
The address of a class $B$ Host is to be split into subnets with a $3$-bit subnet number. What is the maximum number of subnets and maximum number of hosts in each subnet...
#19590
934
views
1 answers
0 votes
Which level of RAID refers to disk mirroring with block striping?RAID level $1$RAID level $2$RAID level $0$RAID level $3$
#19591
9.4k
views
1 answers
0 votes
What is ‘Basis of Encapsulation’?objectclassmethodall of the mentioned
#19592
985
views
1 answers
1 votes
How many $2$-input multiplexers are required to construct a $2^{10}$ input multiplexer?$1023$$31$$10$$127$
#19593
731
views
1 answers
0 votes
When transaction $Ti$ requests a data item currently held by $Tj,Ti$ is allowed to wait only if it has a time stamp smaller than that of $Tj$ (that is $Ti$ is order than ...
#19594
743
views
1 answers
0 votes
The solution of the recurrence relation$a_{r} = a_{r-1} + 2a_{r-2}$ with $a_{0} = 2,a_{1} = 7$ is$a_{r} = (3)^{r} + (1)^{r}$$2a_{r} = (2)^{r}/3 – (1)^{r}$$a_{r} = 3^{r+...
#19595
844
views
1 answers
0 votes
Which level of RAID refers to disk mirroring with block striping?RAID level $1$RAID level $2$RAID level $0$RAID level $3$
#19596
1.0k
views
1 answers
3 votes
The following program fragment printsint i = 5; do { putchar(i+100); printf(“%d”, i ;) } while(i);i5h4g3f2el14h3g2f1e0An error messageNone of the above
#19597
1.4k
views
1 answers
1 votes
The running time of an algorithm $T(n),$ where $’n’$ is the input size , is given by$T(n) = 8T(n/2) + qn,$ if $n>1$$ = p,$ if $n = 1$Where $p,q$ are constants. The or...
#19598
657
views
1 answers
0 votes
Which of the following is a desirable property of module?IndependencyLow cohesivenessHigh CouplingMultifunctional
#19599
509
views
1 answers
1 votes
The solution of the recurrence relation$a_{r} = a_{r-1} + 2a_{r-2}$ with $a_{0} = 2,a_{1} = 7$ is$a_{r} = (3)^{r} + (1)^{r}$$2a_{r} = (2)^{r}/3 – (1)^{r}$$a_{r} = 3^{r+...
#19600
1.2k
views
1 answers
0 votes
The convergence of the bisection method isCubicQuadraticLinearNone