ISRO 2015 Computer Science Questions with Solution

Recent questions tagged isro2015

5 votes
3 answers
34
The maximum length of an attribute of type text is$127$$255$$256$It is variable
8 votes
3 answers
35
9 votes
2 answers
36
The queue data structure is to be realized by using stack. The number of stacks needed would beIt cannot be implemented2 stacks4 stacks1 stack
7 votes
1 answer
37
If the sequence of operations - push (1), push (2), pop, push (1), push (2), pop, pop, pop, push (2), pop are performed on a stack, the sequence of popped out values2,2,1...
9 votes
5 answers
38
The boolean expression $\text{AB + A}\text{B}'+\text{A}'\text{C + AC}$ is independent of the boolean variable$\text{A}$$\text{B}$$\text{C}$None of these
10 votes
6 answers
39
10 votes
4 answers
40
13 votes
2 answers
41
Which of the given number has its $\text{IEEE - 754}$ $32$-bit floating point representation as $\text{(0 10000000 110 0000 0000 0000 0000 0000)}$$2.5$$3.0$$3.5$$4.5$
13 votes
8 answers
42
If n has 3, then the statement a[++n]=n++;assigns 3 to a[5]assigns 4 to a[5]assigns 4 to a[4]what is assigned is compiler dependent
12 votes
4 answers
43
The decimal number has $64$ digits. The number of bits needed for its equivalent binary representation is?$200$$213$$246$$277$
0 votes
2 answers
44
explain this?A machine needs a minimum of 100sec to sort 1000 names by quicksort.the minimum time needed to sort 100 names ?
4 votes
2 answers
45
What is compression ratio in a typical mp3 audio files?4:16:18:110:1
7 votes
5 answers
46
The number of spanning trees for a complete graph with seven vertices is$2^5$$7^5$$3^5$$2^{2 \times 5}$
3 votes
3 answers
47
The DNS maps the IP address toA binary address as stringsA n alphanumeric addressA hierarchy of domain namesA hexadecimal address
9 votes
1 answer
48
The code which uses $7$ bits to represent a character is :ASCIIBCDEBCDICGray
13 votes
5 answers
50
In $\text{X = (M + N }\times \text{O)/(P} \times \text{Q})$, how many one-address instructions are required to evaluate it?$4$$6$$8$$10$
8 votes
2 answers
51
4 votes
4 answers
53
Which of the following has the compilation error in C?int n = 17;char c = 99;float f = (float)99.32;#include <stdio.h>
11 votes
5 answers
54
An ACK number of $1000$ in TCP always means that$999$ bytes have been successfully received$1000$ bytes have been successfully received$1001$ bytes have been successfully...
5 votes
2 answers
55
The correct syntax to write "Hi there" in Javascript isjscript.write ("Hi There")response.write ("Hi There")print ("Hi There")print.jscript ("Hi There")
14 votes
11 answers
56
Semaphores are used to solve the problem ofRace ConditionProcess SynchronizationMutual ExclusionNone of the aboveI and IIII and IIIAll of the aboveNone of the above
12 votes
3 answers
57
A modulus -$12$ ring counter requires a minimum of$10$ flip-flops$12$ flip-flops$8$ flip-flops$6$ flip-flops
9 votes
5 answers
58
If half adders and full adders are implements using gates, then for the addition of two $17$ bit numbers (using minimum gates) the number of half adders and full adders r...
11 votes
10 answers
59
Suppose two jobs, each of which needs $10$ minutes of CPU time, start simultaneously. Assume $50\%$ I/O wait time. How long will it take for both to complete, if they run...
9 votes
5 answers
60
A certain population of ALOHA users manages to generate $70$ request/sec. If the time is slotted in units of $50$ msec, then channel load would be$4.25$$3.5$$450$$350$