0 answers
1
I am filling BARC application but my application is not going past qualification details since 2-3 days .Can anyone help me with this ?
0 answers
2
If in a database checkpoint log based recovery we know that if we see (<tn,start>,<tn,commit>) or (<tn ,commit>) we put it in redo list ? But where to put the log if we s...
6 answers
3
2 answers
4
Consider the following language:?L= {w | w $\epsilon$ {0,1}* , w has equal number of occurrences of ‘001’ and ‘010’}Is L regular? If so, please provide a DFA for ...
1 answer
6
Database table by name $\text{Loan_Records}$ is given below.$$\begin{array}{|c|c|c|} \hline \textbf {Borrower} & \textbf {Bank_Manager} &\textbf {Loan_Amount} \\\hline \...
0 answers
7
3 answers
10
int main(){int a = 10;fun(a);}void fun(int a){printf(“%d”,a);}Which phase of the compiler will raise an error?Lexical syntaxsemanticsnone of the above
3 answers
11
How many tokens in thisa>>=1;and a! , Will >>= and a! be treated as a single token ?
1 answer
13
If LALR(1) parser have shift reduce conflict then CLR(1) parser must have shift reduce conflict, why?
0 answers
14
Is anyone giving made easy test series for 2019 gatei would like to discuss some questions.because i feel like there are many questions in the test series which are wrong...
3 answers
15
Virtual memory increases context switching overhead ? Why why not ?
1 answer
17
Find the number of Topological order(sort) in the given graph?$(1)$$(2)$
8 answers
18
0 answers
19
1 answer
20
Assuming that a pointer take 4 bytes and the size of an integer is 2 bytes. What is the size of the *a in declaration: int (*a) [10] ? 4802040
0 answers
24
The number of positive number which divides either 2700 or 9000 are _________? i am getting 20
11 answers
27
Consider a hash function that distributes keys uniformly. The hash table size is $20$. After hashing of how many keys will the probability that any new key hashed collide...
8 answers
28
A die is rolled three times. The probability that exactly one odd number turns up among the three outcomes is$\dfrac{1}{6}$ $\dfrac{3}{8}$ $\dfrac{1}{8}$ $\dfrac{1}{2}...
0 answers
29
If arrival time of a process is same as the end time of quantum slice for a process in round robin schedule then in what order we must place the processes in ready queue?...