1 answer
2
By default the memory address starts with 0. But they have considered from 1.What should I consider when nothing is mentioned?
1 answer
3
What should be the answer?
1 answer
5
Isn’t the “No of independent rows”= RAnk of matrix?
0 answers
6
1 answer
8
Options:10, 12,14, 16, 18, 2020, 18, 16, 14, 12, 1012, 10, 16, 14, 20, 18NONE
2 answers
9
I’m getting 2 as the answer, but the correct one given by them is 5.Somebody please confirm.
1 answer
11
A printf or malloc takes the process to what state?RunningReadySuspendedTerminated
1 answer
12
To justify the OPTION B they gave an example of 2*2 matrix. However we can see that row 2 is linearly dependent on row1. Even though the 2nd row looks non-zero it can be ...
2 answers
14
The addressing mode / s, which uses the PC instead of a general-purpose register is: Indexed with offset RelativeDirectBoth Indexed with offset and direct
2 answers
15
1 answer
19
Somebody please clarify the answer
4 answers
21
The hardware implementation which provides mutual exclusion isSemaphoresTest and set instructionsBoth optionsNone of the options
8 answers
23
Which one of the following regular expressions over $\{0,1\}$ denotes the set of all strings not containing $\text{100}$ as substring?$0^*(1+0)^*$$0^*1010^*$$0^*1^*01^*$$...
2 answers
24
1 answer
27
How the option c is correct for the given schedules?
2 answers
28
Explain the phantom phenomenon. Why may this phenomenon lead to an incorrect concurrent execution despite the use of the two-phase locking protocol ?
3 answers
30
Suppose,T1: W(X), T2: R(X), T1: W(X), T2: Commit, T1: AbortHere we can see T2 is getting committed before T1 aborts, so it is clearly an Irrecoverable schedule but is it ...