ISRO 2007 Computer Science Questions with Solution

Recent questions tagged isro2007

8 votes
3 answers
62
Consider the following pseudo-codex:=1; i:=1; while (x <= 1000) begin x:=2^x; i:=i+1; end;What is the value of i at the end of the pseudo-code?4567
8 votes
4 answers
63
The principal of the locality of reference justifies the use ofvirtual memoryinterruptsmain memorycache memory
5 votes
2 answers
64
By using an eight bit optical encoder the degree of resolution that can be obtained is (approximately)$1.8^\circ$$3.4^\circ$$2.8^\circ$$1.4^\circ$
5 votes
3 answers
68
6 votes
2 answers
69
A read bit can be readand written by CPUand written by peripheralby peripheral and written by CPUby CPU and written by the peripheral
8 votes
2 answers
70
If a graph requires $k$ different colours for its proper colouring, then the chromatic number of the graph is$1$$k$$k-1$$k/2$
11 votes
2 answers
71
A graph with $n$ vertices and $n-1$ edges that is not a tree, isConnectedDisconnectedEulerA circuit
5 votes
3 answers
72
The characteristic equation of an $SR$ flip-flop is given by :$Q_{n+1}=S+RQ_n$$Q_{n+1}=R\bar{Q}_n + \bar{S}Q_n$$Q_{n+1}=\bar{S}+RQ_n$$Q_{n+1}=S+\bar{R}Q_n$
9 votes
5 answers
73
When two numbers are added in excess-$3$ code and the sum is less than $9$, then in order to get the correct answer it is necessary tosubtract $0011$ from the sumadd $001...
7 votes
2 answers
74
The circuit shown in the given figure is afull adderfull subtractershift registerdecade counter
6 votes
2 answers
75
10 votes
4 answers
76
The Boolean expression $\text{Y = (A}+\overline{\text{B}}+\overline{\text{A}}\text{B})\overline{\text{C}}$ is given by$\text{A}\overline{\text{C}}$$\text{B}\overline{\tex...
47 votes
9 answers
79
In an $SR$ latch made by cross-coupling two NAND gates, if both $S$ and $R$ inputs are set to $0$, then it will result in$Q = 0, Q' = 1$$Q = 1, Q' = 0$$Q = 1, Q' = 1$Inde...
42 votes
5 answers
80
A program consists of two modules executed sequentially. Let $f_1(t)$ and $f_2(t)$ respectively denote the probability density functions of time taken to execute the two ...