ISRO 2015 Computer Science Questions with Solution

Recent questions tagged isro2015

7 votes
3 answers
61
The minimum time delay between the initiation of two independent memory operations is calledAccess timeCycle timeRotational timeLatency time
7 votes
5 answers
62
Consider the following program fragment if(a b) if(b c) s1; else s2;s2 will be executed ifa <= bb cb >= c and a <= ba b and b <= c
7 votes
3 answers
63
Consider the following declaration:int a, *b=&a, c=&b;The following program fragmenta=4; c=5;does not change the value of aassigns address of $c$ to $a$assigns the valu...
16 votes
3 answers
64
Given a block can hold either $3$ records or $10$ key pointers. A database contains n records, then how many blocks do we need to hold the data file and the dense index$1...
10 votes
2 answers
67
A machine needs a minimum of $100$ sec to sort $1000$ names by quick sort. The minimum time needed to sort $100$ names will be approximately$50.2$ sec$6.7$ sec$72.7$ sec$...
31 votes
6 answers
70
34 votes
3 answers
71
Dirty bit for a page in a page tablehelps avoid unnecessary writes on a paging devicehelps maintain LRU informationallows only read on a pageNone of the above
48 votes
2 answers
72
35 votes
2 answers
73
Increasing the RAM of a computer typically improves performance because:Virtual Memory increasesLarger RAMs are fasterFewer page faults occurFewer segmentation faults occ...
24 votes
6 answers
75
31 votes
6 answers
76
41 votes
7 answers
79