Highest voted questions in Unknown Category

1 votes
1 answer
221
1 votes
1 answer
222
What is the maximum possible value of (x%3)+((x+1)%3) here x be any positive integer
1 votes
0 answers
223
check for which is regular??(B). where i+j+k>100 & k>50(C). where i+j+k>100 & j+k>50
1 votes
1 answer
224
I think it should be (a*+b*)ab*
1 votes
1 answer
225
1 votes
2 answers
226
1 votes
1 answer
227
1 votes
0 answers
229
A pipeline system can overlap all instructions except branch instructions introduce 4 stall cycles. If their exists 60% branch instruction what will be the throughput of...
1 votes
1 answer
230
Maximum and Minimum no. of comparison required to find the max and min element from the given 100 elements are???
1 votes
1 answer
231
Is Syntax directed definition and translation is part of Syntax analysis or Semantic analysis?
1 votes
3 answers
232
How to find that the given language is cfl???For example a^nb^nc^n
1 votes
1 answer
233
How to know no. of back edges in directed as well in undirected graph using DFS..can some1 tell some good source.??
1 votes
1 answer
234
1 votes
1 answer
235
If 'To' is the clock ON time and 'Tp' is delay time for a JK Flip Flop fed with HIGH for both the inputs.Then the race around condition occurs if-a )To = Tpb)To ToC)To =...
1 votes
0 answers
236
What are the main points needed to keep in my mind while determine the size of ROM according to given situation.?
1 votes
0 answers
237
What is the difference in cobegin/coend and fork/join statement?
1 votes
2 answers
239
how to calcuate the address
1 votes
1 answer
240
Set of all strings over {0,1} containing at most one pair of consecutive 1's.Give regular expression and equivalent minimized DFA.