Search results for gate1987

45 votes
6 answers
1
The most relevant addressing mode to write position-independent codes is:Direct modeIndirect modeRelative modeIndexed mode
24 votes
4 answers
3
31 votes
5 answers
4
State whether the following statements are TRUE or FALSE:It is possible to construct a binary tree uniquely whose pre-order and post-order traversals are given?
16 votes
2 answers
5
In a compiler the module that checks every character of the source text is called:The code generator.The code optimiser.The lexical analyser.The syntax analyser.
22 votes
4 answers
6
State whether the following statements are TRUE or FALSE:The union of two equivalence relations is also an equivalence relation.
18 votes
3 answers
7
A square matrix is singular whenever The rows are linearly independentThe columns are linearly independentThe row are linearly dependentNone of the above
25 votes
4 answers
8
24 votes
3 answers
9
21 votes
3 answers
10
23 votes
9 answers
11
17 votes
5 answers
12
16 votes
4 answers
14
An operator precedence parser is aBottom-up parser.Top-down parser.Back tracking parser.None of the above.
23 votes
3 answers
15
In a circular linked list organization, insertion of a record involves modification ofOne pointer.Two pointers.Multiple pointers.No pointer.
13 votes
2 answers
16
15 votes
2 answers
17
Using longer identifiers in a program will necessarily lead to:Somewhat slower compilationA program that is easier to understandAn incorrect programNone of the above
25 votes
2 answers
18
How many true inclusion relations are there of the form $A \subseteq B$, where $A$ and $B$ are subsets of a set $S$ with $n$ elements?
21 votes
4 answers
19
2 votes
3 answers
20
State whether the following statements are TRUE or FALSE:Data transfer between a microprocessor and an I/O device is usually faster in memory-mapped-I/O scheme than in I/...