ISRO 2014 Computer Science Questions with Solution

Recent questions tagged isro2013

4 votes
1 answer
61
What will be the cipher text produced by the following cipher function for the plain text ISRO with key $k=7$. [ Consider $'A'=0, 'B'=1,....'Z'=25$]$C_{k} (M) = (kM + 13)...
4 votes
2 answers
62
IEEE 1394 is related to$RS-232$$USB$FirewirePCI
4 votes
2 answers
63
What is the maximum number of characters (7 bits + parity) that can be transmitted in a second on a $19.2$ Kbps line. This asynchronous transmission requires $1$ start bi...
2 votes
5 answers
64
How many check bits are required for $16$ bit data word to detect $2$ bit errors and single bit correction using hamming code?$5$$6$$7$$8$
7 votes
6 answers
65
8 votes
5 answers
66
How much speed do we gain by using the cache, when cache is used $80$% of the time? Assume cache is faster than main memory.$5.27$$2.00$$4.16$$6.09$
9 votes
7 answers
67
A pipeline $P$ operating at $400$ MHz has a speedup factor of $6$ and operating at $70$% efficiency. How many stages are there in the pipeline?$5$$6$$8$$9$
9 votes
5 answers
68
5 votes
1 answer
69
The number $1102$ in base $3$ is equivalent to $123$ in which base system?$4$$5$$6$$8$
2 votes
3 answers
70
Which of the following sorting algorithms has the minimum running time complexity in the best and average case?Insertion sort, Quick sortQuick sort, Quick sortQuick sort,...
10 votes
4 answers
71
When two $\text{BCD}$ numbers $0\times14$ and $0\times08$ are added what is the binary representation of the resultant number ?$0\times22$$0\times1c$$0\times16$results in...
7 votes
3 answers
72
If the frame buffer has 8 bits per pixel and 8 bits are allocated for each of the $R, G, B$ components, what would be the size of the lookup table?$24$ bytes$1024$ bytes$...
9 votes
3 answers
73
In an array of $2N$ elements that is both 2-ordered and 3-ordered, what is the maximum number of positions that an element can be from its position if the array were 1-or...
5 votes
3 answers
74
Which logic gate is used to detect overflow in 2's compliment arithmetic?OR gateAND gateNAND gateXOR gate
8 votes
3 answers
76
5 votes
1 answer
77
Shift reduce parsing belongs to a class ofBottom up parsing.Top down parsing.Recursive parsing.Predictive parsing.
5 votes
2 answers
78
The following steps in a linked listp = getnode() info(p) = 10 next (p) = list list = presult in which type of operation?Pop operation in stackRemoval of a nodeInserting ...
2 votes
3 answers
79
Opportunistic reasoning is addressed by which of the following knowledge representation?ScriptBlackboardProduction RulesFuzzy Logic
10 votes
2 answers
80
The number of rotations required to insert a sequence of elements $9, 6, 5, 8, 7, 10$ into an empty $AVL$ tree is?$0$$1$$2$$3$
11 votes
2 answers
81
Let $A(1:8, -5:5, -10:5)$ be a three dimensional array. How many elements are there in the array $A$?$1200$$1408$$33$$1050$