all questions of ISRO 2011 question paper

Recent questions tagged isro2011

3 votes
2 answers
61
A system is having $8\;\text{M}$ bytes of video memory for bit-mapped graphics with $64$-bit colour. What is the maximum resolution it can support?$800 \times 600$$1024 \...
4 votes
1 answer
62
What is the meaning of $\overline{\textsf{RD}}$ signal in Intel $\textsf{8151A}?$Read (when it is low)Read (when it is high)Write (when it is low)Read and Write (when it ...
8 votes
1 answer
63
Let $T(n)$ be defined by $T(1) =10$ and $T(n+1)=2n+T(n)$ for all integers $n \geq 1$. Which of the following represents the order of growth of $T(n)$ as a function of $n...
5 votes
2 answers
64
8 votes
4 answers
65
If the page size in a 32-bit machine is 4K bytes then the size of page table is1 M bytes2 M bytes4 M bytes4 K bytes
7 votes
3 answers
66
Evaluate $\text{(X xor Y) xor Y}?$All $\text{1's}$All $\text{0's}$$\text{X}$$\text{Y}$
11 votes
2 answers
67
$\textsf{MOV [BX], AL}$ type of data addressing is called?registerimmediateregister indirectregister relative
4 votes
2 answers
68
Lightweight Directory Access protocol is used forRouting the packetsAuthenticationobtaining IP addressdomain name resolving
3 votes
2 answers
69
Number of comparisons required for an unsuccessful search of an element in a sequential search organized, fixed length, symbol table of length L isLL/2(L+1)/22L
6 votes
3 answers
70
The encoding technique used to transmit the signal in giga ethernet technology over fiber optic medium isDifferential Manchester encodingNon return to zero$\text{4B/5B}$...
10 votes
3 answers
71
How many distinct binary search trees can be created out of $4$ distinct keys?$5$$14$$24$$35$
5 votes
2 answers
72
Which normal form is based on the concept of 'full functional dependency' isFirst Normal FormSecond Normal FormThird Normal FormFourth Normal Form
9 votes
6 answers
73
In which layer of network architecture, the secured socket layer (SSL) is used?physical layersession layerapplication layerpresentation layer
4 votes
3 answers
74
The search concept used in associative memory isParallel searchSequential searchBinary searchSelection search
4 votes
6 answers
75
If a microcomputer operates at $5$ MHz with an $8$-bit bus and a newer version operates at $20$ MHz with a $32$-bit bus, the maximum speed-up possible approximately will ...
10 votes
5 answers
76
How many edges are there in a forest with $v$ vertices and $k$ components?$(v+1) - k$$(v+1)/2 - k$$v - k$$v + k$
34 votes
5 answers
79
How many $3$-to-$8$ line decoders with an enable input are needed to construct a $6$-to-$64$ line decoder without using any other logic gates?$7$$8$$9$$10$
39 votes
4 answers
80
Which one of the following in place sorting algorithms needs the minimum number of swaps?Quick sortInsertion sortSelection sortHeap sort