0 votes
2
1 votes
3
Saturn is ___________ to be seen on a clear night with the naked eye.enough brightbright enoughas enough brightbright as enough
2 votes
9
Which page replacement policy sometimes leads to more page faults when size of memory is increased?A] OptimalB] LRUC] FIFOD] None of these.
0 votes
11
Up(Semaphore S) { if (Suspended list() is empty) S.value=1; else { Select a process from the suspended list and WakeUp() } }
1 votes
12
1 votes
13
'Advice' is _________.A verb A noun An adjective Both a verb and a noun
0 votes
14
int main(){ int n=1,sum =0; while(n<=10){ sum += n++*n++; } printf("Sum = %d\n",sum); return 0 }ans is 165 . i got 190.please explain??
1 votes
15
Lets say their is R(A,B,C) and FD : A⟶B, AB⟶C and A is key. Is it in 3NF? Explain
8 votes
17
8 votes
18
Given$(135)_x+(144)_x=(323)_x$What is the value of base $x$ ?
1 votes
21
The arithmetic mean of five different natural numbers is $12$. The largest possible value among the numbers is$12$ $40$ $50$ $60$
7 votes
22
The total runs scored by four cricketers $P,Q,R$ and $S$ in years $2009$ and $2010$ are given in the following table;$$\begin{array}{|c|c|c|} \hline \textbf{Player} & \te...
1 votes
23
Choose the most appropriate alternative from the options given below to complete the followingsentence:Food prices ___ again this month.have raisedhave been raisinghave b...
–1 votes
24
Choose the most appropriate alternative from the options given below to complete the followingsentence:I ___ to have bought a diamond ring.have a likingshould have likedw...
6 votes
25
Consider the table:-A | B a | 2b | ac | 4NULL | 6NULL | 6determine whether F.D. holds for A >B and/or B >A?and How?