Recent questions tagged gate1998

24 votes
2 answers
61
26 votes
3 answers
62
In a resident – OS computer, which of the following systems must reside in the main memory under all situations?AssemblerLinkerLoaderCompiler
23 votes
3 answers
64
How many sub strings of different lengths (non-zero) can be formed from a character string of length $n$?$n$$n^2$$2^n$$\frac{n(n+1)}{2}$
26 votes
3 answers
65
Give the correct matching for the following pairs: $$\begin{array}{ll|ll}\hline \text{(A)} & \text{$O (\log n)$} & \text{(P)} & \text{Selection} \\\hline \text{(B)} & \t...
25 votes
2 answers
66
Which one of the following algorithm design techniques is used in finding all pairs of shortest distances in a graph?Dynamic programmingBacktrackingGreedyDivide and Conqu...
40 votes
4 answers
68
Which of the following addressing modes permits relocation without any change whatsoever in the code?Indirect addressingIndexed addressingBase register addressingPC relat...
28 votes
4 answers
69
Which of the following devices should get higher priority in assigning interrupts?Hard diskPrinterKeyboardFloppy disk
31 votes
2 answers
70
The octal representation of an integer is $(342)_8$. If this were to be treated as an eight-bit integer in an $8085$ based computer, its decimal equivalent is$226$$-98$$7...
1 votes
1 answer
72
The threshold level for logic 1 in the TTL family isany voltage above 2.5 Vany voltage between 0.8 V and 5.0 Vany voltage below 5.0 Vany voltage below V$_{cc}$ but above ...
24 votes
1 answer
73
A multiplexer with a $4-bit$ data select input is a$4:1$ multiplexer$2:1$ multiplexer$16:1$ multiplexer$8:1$ multiplexer
42 votes
4 answers
74
41 votes
7 answers
75
37 votes
4 answers
78
20 votes
4 answers
79
19 votes
5 answers
81
Suppose $A$ is a finite set with $n$ elements. The number of elements in the largest equivalence relation of A is$n$$n^2$$1$$n+1$
40 votes
5 answers
82
What is the converse of the following assertion?I stay only if you goI stay if you goIf I stay then you goIf you do not go then I do not stayIf I do not stay then you go
12 votes
6 answers
83
Consider the function $y=|x|$ in the interval $[-1, 1]$. In this interval, the function iscontinuous and differentiablecontinuous but not differentiabledifferentiable but...
22 votes
3 answers
85
Consider the following set of equations$x+2y=5$$4x+8y=12$$3x+6y+3z=15$This sethas unique solutionhas no solutionhas finite number of solutionshas infinite number of solut...
31 votes
8 answers
86
A die is rolled three times. The probability that exactly one odd number turns up among the three outcomes is$\dfrac{1}{6}$ $\dfrac{3}{8}$ $\dfrac{1}{8}$ $\dfrac{1}{2}...