2 answers
1
why is it showing error??#include <stdio.h>int main() { extern int i; i=20; printf("%d",i);}
0 answers
3
How to prepare SOP (Statement Of Purpose ) ?What are the important points to be taken in mind while preparing SOP
1 answer
4
2 answers
7
Is the following schedule view serializable?T1T2T3R(A) R(A) W(A) W(A) W(A)
0 answers
8
in a set of odd numbers less than 500, What is the total number of numbers divisible by 15?
1 answer
9
In a set of 500 first odd natural numbers. The total number divisible by 3 or 5 are
1 answer
11
WHat is the union of the following wo languagesL=0*1+0+1* ∪ 10*1L=001 U 0*1*
2 answers
13
2 answers
14
Q3: What kind of ciphers Electronic Codebook (ECB) mode and Cipher Block Chaining (CBC) mode are(A) Block cipher(B) Stream cipher(C) Field cipher(D) both (A) and (B)
1 answer
16
Q6. ___________Data Encryption Standard (DES) was designed to increase the size of the Data Encryption Standard (DES) key.(A) Double(B) Triple(C) Quadruple(D) none of the...
1 answer
17
State True or False . Please explain in 2 or 3 sentencesTemporal locality states if a page is accessed, then there is a high chance that the nearby pages will be accesse...
1 answer
20
If there are no attributes in common between two relations R and S then, what should be the result of (R natural join S)?1) R x S2) $\phi$I think option 2 because of foll...
1 answer
21
What is the error in the following code . Please do correct them#include <stdio.h int main () { char *x[5] = {"raju","ramu","tinu","ben","ali"}; printf("%s\n",(x [0]) ); ...
2 answers
22
In how many different ways 10 identical ball can be distributed among 3 children, if each receives atleast 2 balls and no more than 4 balls?
2 answers
23
3 answers
24
Select the pair that best expresses a relationship similar to that expressed in the pair:Medicine: HealthScience: ExperimentWealth: PeaceEducation: KnowledgeMoney: Happin...
3 answers
26
Fill in the blank with the correct idiom/phrase.That boy from the town was a ____________ in the sleepy village. dog out of herd sheep from the heap fish out of water bir...
2 answers
28
2 answers
29
R(ABCDEF)FD set{AB->CDE. CD->E, E->C}False statement?A. 2 NF decomposition possibleB.3 NF decomposition possibleC.BCNF decomposition possibleD. ALL