Recent questions without a selected answer

306
views
1 answers
0 votes
I am not able to understand whether to add constant or not while forming recursive equation
288
views
1 answers
0 votes
L = {w | (na (w) - nb (w)) mod 3 = 1}What is the meaning of this line? (Here minus (-) sign means)
298
views
1 answers
0 votes
As we know that the regular languages are closed under complement. That means if L is regular than it's complement will also be regular.What about the non ... L is non regular than it's complement will also be not regular?Please explain.
472
views
1 answers
0 votes
643
views
0 answers
2 votes
Instructions are stored in memory. When they are to be executed they are brought into instruction register. Now it is divided as Mode, opcode, operand (log ... a big instruction is stored in memory whose operand itself has those many bits?
609
views
0 answers
1 votes
Which of the following is true ?
315
views
0 answers
0 votes
A 3×3 matrix p is such that,p^3=p. Then eigen values of p are
166
views
0 answers
0 votes
https://gateoverflow.in/73066/go2017-datastructures-1-24can anyone explain this question's best answer ?
556
views
0 answers
0 votes
Determine whether each of these posets is well-ordered.(Q ∩[0, 1], ≤) (the set of rational numbers between0 and 1 inclusive) The answer is not well ... zero but there is no unique among them.Is this the reason here? Please confirm
299
views
1 answers
0 votes
Identify in the list below a sentence of length 6 that is generated by thr grammarS -> (S) S | ε
7.7k
views
1 answers
1 votes
Consider five memory partitions of size 100 KB, 500 KB, 200 KB, 450 KB and 600 KB in same order. If sequence of requests for blocks of size 212 KB, 417 KB, ... A) BEST FITB) FIRST FITC) NEXT FITD) BOTH NEXT FIT AND BEST FIT RESULTS IN SAME
2.5k
views
1 answers
2 votes
Consider a demand paged memory system, page table is held in registers. It takes 800 nsec to service a page fault if empty page is available or replaced page ... is 20% then average memory access time is ________. (Upto 1 decimal place)
226
views
1 answers
0 votes
Hello sir, i wanna know, MCA(corrospondance /distance) students are eligible for gate cse or only MCA(regular) students are eligible.I'm very confused please reply me
297
views
0 answers
0 votes
547
views
0 answers
0 votes
Show that $log^{3}n$ is $o\left ( n^{1/3} \right )$
305
views
1 answers
0 votes
we know that router is a 3 layer device (upto network layer)....then how it runs RIP,OSPF protocol for routing protocol ????i mean routing protocol runs on transport layer(because they uses UDP/TCP).....how it is possible??
1.5k
views
1 answers
0 votes
Construct a DFA starting with ab and congruence to 2(mod 5)
1.9k
views
1 answers
0 votes
A simplified view of thread states is Ready, Running, andBlocked, where a thread is either ready andwaiting to be scheduled, is running on the processor, or is blocked ... . However, I am highly confused over answers to part b, and part c.
342
views
0 answers
0 votes
Which of the following task can perform by syntax translation[1] creation of DAG[2] perform type checking[3] generating three address code for any expression[4] we can convert L ... and 4 only(B) 1 and 3 only(C) 1 and 4 only(D) All
267
views
0 answers
0 votes
I think its not LL(1) bcoz the String (ddd) is having multiple tree
802
views
0 answers
1 votes
I AM GETTING 12KB ????PLEASE CHECK
245
views
1 answers
0 votes
Eplison + R =
318
views
0 answers
0 votes
Consider five memory partitions of size 100 KB, 500 KB, 200 KB, 450 KB and 600 KB in same order. If sequence of requests for blocks of size 212 KB, 417 KB ... FIT AS ANSWER BUT HOW CAN WE APPLY NEXT FIT WE DONT KNOW LAST ALLOCATION POINT ??
216
views
0 answers
1 votes
I was not convinced by the solution provided so, I made my own analysis.Given propagation delay is 225-bit times, and since bandwidth is $10^7 bps$ ... $50 \mu s$ ?
266
views
0 answers
0 votes
182
views
0 answers
1 votes
Consider two processes P1 and P2 , each needed 3 resources 1,2,3 in a database.If each processes ask them in any order , then the number of ways possible in which system is guaranteed to be deadlock free?
556
views
1 answers
0 votes
Why not this code not printing 10?(It is just a binary tree with one node i.e. root. And value of root is 10)#include <stdio.h> #include<stdlib.h> struct BinaryTree *root ... } } int main() { insert(root,10); printf("%d",*root); return 0; }
197
views
0 answers
0 votes
just random query so my question is that I write WHERE e.deptno = d.deptno . OKK SO IF I WRITE INSTEAD OF THIS d.deptno.=e.deptno. THEN CAN IT EVALUATE SAME VALUE OR ... d.dname FROM emp e, dept d WHERE e.deptno = d.deptno AND e.sal > 1000;
154
views
0 answers
0 votes
thread scheduling in syllabus or not ??