0 votes
1
Consider the following code snippet: if(fork()&& fork()) { fork(); } if(fork()||fork()) { fork(); fork(); } printf("GATE 2017");How many times GATE $2017$ printed?How to ...
1 votes
2
0 votes
3
Consider the relation R(A,B,C,D,E) with the following depencies ABC - DE and D-AB The number of super key of R is
0 votes
4
1 votes
5
How many strings with 5 or more characters can be formed from the letter SEERESS ? Verify the answer ...
0 votes
6
15 votes
7
If a random variable $X$ has a Poisson distribution with mean $5$, then the expectation $E\left [ \left ( x+2 \right )^{2} \right ]$ equals ___.
2 votes
9
1 votes
10
The most relevant addressing mode to write position-independent codes is:Direct modeIndirect modeRelative modeIndexed mode
3 votes
11
For a class C network if IP address of a computer is 200.99.39.112 and subnet mask is 255.255.255.224 the decimal value of last octet of last host of sixth subnet is ?sho...
0 votes
12
Which of the following is true?(A) Second level index in multilevel indexing will be always a primary index.(B) All indexed files will be always physically ordered files....
0 votes
15
0 votes
16
A) View serializable but not conflictb) bothc) neitherd) Conflict but not view
0 votes
17
0 votes
18
Which of the following represents the running time for run (n) function?O(log n)O(log (log (n))O(log ∗ (n))O(n)sombody please provide explanation
2 votes
20
Which of the following can be considered as "UNIVERSAL GATE"?a. NANDb. AND, NOTc. AND, ORd. OR, NOTI. a onlyII. b and d onlyIII. a, b and d onlyIV. All of these
1 votes
26
What is the maximum number of nodes if a B+ tree has order 4 and number of levels as 6?
0 votes
29