ISRO 2014 Computer Science Questions with Solution

Recent questions tagged isro2013

3 votes
1 answer
3
The built-in base class in java, which is used to handle all exceptions isRaiseExceptionErrorThrowable
1 votes
1 answer
4
Which of the following is not provided as a service in cloud computing?Infrastructure as a serviceArchitecture as a serviceSoftware as a servicePlatform as a service
5 votes
2 answers
5
The binary equivalent of the decimal number $42.75$ is$101010 . 110$$100110 . 101$$101010 . 101$$100110 . 110$
4 votes
1 answer
6
The number of edges in a 'n' vertex complete graph is?$n ^{*} (n - 1) / 2$$n^{2}$$n ^{*} (n + 1) / 2$$n ^{*} (n + 1)$
4 votes
2 answers
7
What is the right way to declare a copy constructor of a class if the name of the class is MyClass?MyClass (constant MyClass * arg)MyClass (constant MyClass & arg)MyClass...
6 votes
2 answers
8
The number of elements in the power set of the set {{A, B}, C} is$7$$8$$3$$4$
7 votes
1 answer
9
What are the final states of the DFA generated from the following NFA?$q_{0}, q_{1}, q_{2}$$[q_{0}, q_{1}], [q_{0}, q_{2}], [ ]$$q_{0}, [q_{1}, q_{2}]$$[q_{0}, q_{1}], q_...
9 votes
6 answers
10
How many diagonals can be drawn by joining the angular points of an octagon?$14$$20$$21$$28$
7 votes
1 answer
11
Let $P(E)$ denote the probability of the occurrence of event $E$. If $P(A)= 0.5$ and $P(B)=1$ then the values of $P(A|B)$ and $P(B|A)$ respectively are$0.5, 0.25$$0.25, 0...
7 votes
2 answers
13
2 votes
3 answers
14
Which of the following testing methods uses fault simulation technique?Unit testingBeta testingStress testingMutation testing
3 votes
1 answer
15
Which of the following types of coupling has the weakest coupling?Pathological couplingControl couplingData couplingMessage coupling
6 votes
1 answer
16
4 votes
1 answer
18
What is the output of the following program?Class Test { public static void main (String [] args) { int x = 0; int y = 0 for (int z = 0; z < 5; z++) { if((++x >2)||(++y ...
8 votes
5 answers
21
Embedded pointer providesA secondary access pathA physical record keyAn inverted indexA primary key
2 votes
5 answers
22
The state of a process after it encounters an $I/O$ instruction is?ReadyBlockedIdle Running
4 votes
2 answers
23
6 votes
4 answers
25
6 votes
2 answers
26
In a $64$- bit machine, with $2$ GB RAM, and $8$ KB page size, how many entries will be there in the page table if its is inverted?$2^{18}$$2^{20}$$2^{33}$$2^{51}$
5 votes
2 answers
27
4 votes
6 answers
28
3 votes
1 answer
29
A CPU scheduling algorithm determines an order for the execution of its scheduled processes. Given 'n' processes to be scheduled on one processor, how many possible diffe...
3 votes
4 answers
30