Recent questions without answers

140
views
0 answers
0 votes
Regarding below questionhttps://gateoverflow.in/1031/gate2004-34
758
views
0 answers
4 votes
A student $Y$ lives in a place $X$. In $X$ a day can be cloudy with probability $\bf0.02$ uniformly each day. $Y$ ... on a particular day ?
229
views
0 answers
0 votes
my answer is coming 3but answer was given 2
306
views
0 answers
0 votes
IN THE QUESTIO OF IP FRAGMETATION IF QUESTIO IN NAT TYPE THEN HOW TO DECIDE WHEATHER THE LAST PAYLOAD BE MULTIPLE OF 8 OR NOT BECZ SOMEWHERE IT IS TAKE AS MULTIUPL OF 8 AND SOMEWHERE NOT.......
266
views
0 answers
1 votes
22. Given the jobs with the following characteristics:job A: 5ms CPU , 25 ms IO , 5 ms CPUjob B: 20ms CPU, 15 ms IOjob C: 40 ms cpuDetermine the ... the CPU runs these jobs. Assume theschedule is preemptive and the CPU quantum is 5 ms
241
views
0 answers
0 votes
if graph have articulation point then will it be hamiltonian graph?
593
views
0 answers
0 votes
did P and NP is still in the syllabus? @ COMPUTABILITY AND COMPLEXITY{TOC}
261
views
0 answers
0 votes
The I/O wait percentage p of a process is the percentage of time theprocess wait for an IO to completion when executed in amonoprogramming environment . on a system using ... IO . what percentage of time cpu will be idlein term of (p) ?
230
views
0 answers
0 votes
961
views
0 answers
0 votes
Consider a cache as follows:Direct mapped8 words total cache data size2 words block sizeA sequence of memory read is performed in the order shown from the ... , 11.Find No of compulsory misses and conflict misses and capacity misses.
112
views
0 answers
0 votes
What is Split Phase in Pipelining? How to use it?
658
views
0 answers
0 votes
In a sorted array find a&b such that a+b>1000Given array is 100 200 300 400 500 600 700 800
3.6k
views
0 answers
1 votes
#include<stdio.h>int main(){ char *go = "yolo"; printf("%s",go+2); printf("%s",++go); printf("%c",++go[1]); return 0;}Why ... fault? Doesn't it point to 'l' in "yolo"Is it because of the conversion specifier "%c"??
347
views
0 answers
1 votes
393
views
0 answers
0 votes
Doubt in 2nd and 3rd ....
461
views
0 answers
0 votes
Describe the steps with plausible assertions.
327
views
0 answers
0 votes
187
views
0 answers
0 votes
What should be the increasing order of channel Utilization among Circuit Switching , Packet Switching & message Switching (Explain.)
204
views
0 answers
0 votes
WHAT ARE THE CONDITIONS ONE SHOULD KNOW TO IDENTIFY A CHOCLATE PROBLEM?
1.5k
views
0 answers
0 votes
In boolean algebra 1+1+1+1+..........800 times onesA) 0B)1C)11D)800
1.0k
views
0 answers
0 votes
I'm getting its equaltion {anbn | n > 0} U {a} U {b}But given is {anbn | n >= 0} U {a} U {b}Whether epsilon is accepted or not??
267
views
0 answers
0 votes
166
views
0 answers
0 votes
194
views
0 answers
0 votes
Where can I find previous year subject wise test on Go?The tests created by Bikram sir in the test by mentors.Are those GATE questions subject wise?Actually, that ... tab with page not found.So where can I find good subjectwise test ON GO?
279
views
0 answers
0 votes
DCFL or CFL?$L_1=\{0^n1^{2n} | n>=1\}$L_2=\{1^{2n}0^n | n>=1\}$
290
views
0 answers
0 votes
Token bucket mechanism is used for congestion control at router . Bucket capacity is 700 bytes (initially full), token arrival rate is 200 bytes/sec and ... of data. The minimum time required to transmit the data is _____________ seconds
424
views
0 answers
1 votes
Which of the following problems is/are P-problems?I. Equivalence of DFA'sII. Equivalence of NFAIII. Equivalence of RE(a) Only I(b) Only I and II(c) Only II and III(d) All
370
views
0 answers
0 votes
What is the approach to solve this question @TOC??