1 votes
0 answers
2
How to prepare SOP (Statement Of Purpose ) ?What are the important points to be taken in mind while preparing SOP
1 votes
1 answer
3
If anyone has got previous year question papers or link pls do share
0 votes
0 answers
4
in a set of odd numbers less than 500, What is the total number of numbers divisible by 15?
2 votes
1 answer
5
WHat is the union of the following wo languagesL=0*1+0+1* ∪ 10*1L=001 U 0*1*
0 votes
1 answer
7
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...
0 votes
2 answers
8
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)
0 votes
1 answer
9
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...
0 votes
1 answer
12
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 votes
4 answers
13
Consider the relation R(Name,courseNO,rolNO,grade)name,courseno ->graderollno,courseno->gradename->rollnorollno->name Given answer as it is 3NF . But Im getting 1NF. is ...
0 votes
1 answer
17
Difference between Conflict Serial schedule and Conflict Serializable Scheule
2 votes
0 answers
18
Show the different minimum spanning Trees Possible in each of the following AlgorithmsPrims AlgorithmKruskal
0 votes
0 answers
19
if T(n) = n2 √ n thenT(n) = O(n2)T(n) = O(n2 log n)T(n) = O(n3)None of the aboveIm getting option 2 is it correct ?