1 votes
33
What is time complexity of fun()?int fun(int n){ int count = 0; for (int i = n; i 0; i /= 2) for (int j = 0; j < i; j++) count += 1; return count;}(A) O(n^...
2 votes
34
A computer supports one address and two address instructions. All the Addresses are the memory addresses. Memory size is 1Mbyte. How many one address instructions are pos...
0 votes
35
2 votes
36
2 votes
37
What will be TC here?Ans given $O(n^{2})$ , while I am getting $O(n)$
0 votes
39
1 votes
40
The number of following network standards do not use CSMA / CD protocol ___________ .I. Ethernet II. WifiIII. Bluetooth IV. Wife m...
0 votes
41
Consider L1 be a language in which number of b’s is thrice the number of a’s. L2 be a language in which every ‘a’ is being followed by exact 3 b’s. Which of the...
2 votes
42
Consider the following ER diagramThe minimum number of relations tables required for above ER diagram are __________ .
4 votes
43
Consider a micro programmed control unit which support 360 instructions. Each instruction takes 10 micro operations, 14 flags are supported and 60 control signal vertical...
0 votes
46
Determine the maximum length of cable (in km) for transmitting data at a rate of 5 mbps in a Ethernet LAN frames of size 1000 Bytes and propagation speed is 3 × 108 m/se...
2 votes
47
0 votes
49
1 votes
51
5 votes
52
Q). Consider the following directed acyclic graph (DAG): The expression represented by above DAG is:(A) $a+a+(a+a+a)$(B) $a+a+(a+a+a+(a+a+a+a))$...
1 votes
53
3 votes
54
When a strict routing has been specified by the source but can’t be followed by the intermediate routers, such events will be reported by ICMP???
1 votes
56
A functional dependency of the form x → y is trivial ify ⊆ xy ⊂ xx ⊆ yx ⊂ y
1 votes
57
Consider the join of relation R with a relation S. If R has $m$ tuples and S has $n$ tuples, then the maximum and minimum sizes of the join, respectively, are __________....
1 votes
58
Find out the set of F.D for which R (ABCD) is in 2NF but not in 3NF
–1 votes
59