Recent activity

23 votes
3 answers
8
57 votes
3 answers
9
What is the probability that divisor of $10^{99}$ is a multiple of $10^{96}$?$\left(\dfrac{1}{625}\right)$$\left(\dfrac{4}{625}\right)$$\left(\dfrac{12}{625}\right)$$\lef...
26 votes
3 answers
10
Let $A$ and $B$ be real symmetric matrices of size $n \times n$. Then which one of the following is true?$AA'=I$$A=A^{-1}$$AB=BA$$(AB)'=BA$
0 votes
0 answers
11
Describe the bottleneck between the main memory and the CPU, and state how the bottleneck is resolved
0 votes
0 answers
12
Use the semantic rules below to draw an annotated parse tree for the expression. Compute the final value. (4*2)+3+(3*3+2)n
0 votes
0 answers
13
Use the semantic rules below to draw an annotated parse tree for the expression. Compute the final value. (4*2)+3+(3*3+2)n
57 votes
6 answers
18
1 votes
3 answers
21
Which of the following regular expression represent the set of all the strings not containing $100$ as a substring ?$0^*(1^*0)^*$$0^*1010^*$$0^*1^*01^*$$0^*(10+1)^*$
0 votes
1 answer
29
Can a counting semaphore acquire a negative value?S = 2;15 P operations done, should the semaphore be 0 or -13
0 votes
1 answer
30
To see more, click for the full list of questions or popular tags.