Recent questions tagged nptel-quiz

1 votes
1 answer
61
Natural language constructs are(A) Unambiguous (B) Ambiguous (C) May be unambiguous or ambiguous (D) None of the other options
3 votes
1 answer
64
Consider a direct-mapped cache with 64 blocks and a block size of 16 bytes. Byte address 1200 will map to block number ………… of the cache.
2 votes
1 answer
66
0 votes
1 answer
68
Given p, we want to prove q. Which of the following will suffice:(a) ¬q =⇒ ¬p(b) p ∧ q =⇒ q(c) ¬p ∧ ¬q =⇒ p(d) ¬q =⇒ q(e) p ∧ ¬q ∧ r =⇒ ¬r(f) non...
2 votes
1 answer
69
The sum $\displaystyle{}\sum_{k=1}^{n}(1 + 2 + \dots + k)$ is a polynomial of what degree$1$$2$$3$$4$$5$
0 votes
0 answers
72
Please solve this. I got 24. but it this wrong. Kindly solve this ?
0 votes
1 answer
73
How long does the receiver wait before it sends a delayed acknowledgement for receiving few more packets. ? RTT2*RTT250 ms500 ms
1 votes
3 answers
74
1 votes
1 answer
75
what is the decimal equivalent of ${{(1221)}}_{3}$${{(50)}}_{10}$${{(53)}}_{10}$${{(52)}}_{10}$${{(51)}}_{10}$
1 votes
0 answers
79
0 votes
1 answer
80
0 votes
4 answers
84
If the value of a counting semaphore s = 4, then the maximum number of requests for the critical section before it blocks is _____________ ?1. 02. 13. 24. 4
1 votes
3 answers
85
State True/False Bakery algorithm ensures that no process is starved.1. True2. False
0 votes
1 answer
87
By using Intel hardware xchg instruction ensures thatThe critical section is deadlock freeSolution is starvation freeProcess enters CS in FIFO orderMore than one process ...
0 votes
1 answer
88
Return value of xchg instruction is_____________1. Old value2. New value3 . 1 if operation succeeds and 0 if operation fails4. None of the above