0 votes
61
Which of the following is TRUE?S1: Any language L over an alphabet Σ,L+=L-{ϵ} is always TRUE.S2: For any automata M, L(M)≠∅( Marks: 0.00 ) S1,S2 Only S1 Only S2 Bot...
0 votes
63
An array X of n distinct integers is interpreted as a complete binary tree.The index of first element of array is 0.index of parent of element X[i] is(i-2)/2(i/2)-1
0 votes
64
What can be used to find if a graph is disconnectedBFSDFSBoth
0 votes
65
Which of the following languages is/are REGULAR ?A) L1 = { wxwR / w,x $\in$ {a,b}* and length(w) = 6 } B) L2 = { wxwR / w,x $\in$ {a,b}* and length(x) = 6 }I feel A) is r...
0 votes
66
Given statement is true or false 1. L is regular language $\Leftrightarrow$ Ǝ a regular expression without $\bigstar$ answer in detail
0 votes
67
Size of rom for converting binary code to gray code?
0 votes
69
L = { an bm cp dq , n != m or p != q }Is it inherently ambiguous or not????
0 votes
70
Give an algorithm which, for any given context-free grammar G, can determine whether or not: λ $\in$ L(G) ,where $\lambda$ denotes the empty string .
0 votes
71
$x^{2}+x+1$ is a factor of $\left ( x+1 \right )^{n}-x^{n}-1$ whenever $n$ is odd$n$ is odd and multiple of $3$$n$ is an even multiple of $3$$n$ is odd and not a multiple...
0 votes
72
Let $h_n$ denote the number of non-negative integral solutions of the equation $3x_1 + 4x_2 + 2x_3 + 5x_4 = n$Find the generating function $g(x)$ for $h_0,h_1,h_2,h_3 ....
0 votes
73
A class is composed of 2 brothers and 6 other boys. In how many ways can all the boys be seated at a round table so that the two brothers are not seated together?
0 votes
75
The logic circuit given below converts a binary code Y1 Y2 Y3 intoa) Excess -3 codeb) Gray codec) BCD coded) Hamming code
0 votes
76
machines tend to make use of internal resources of the processor, a rich set of registers and a pipelined organization.(a) CISC(b) Parallel processor(c) RISC(d) Array...
0 votes
77
The advantage of write (copy) back data cache organization over write through organization is(a) Main memory consistency(b) Write allocate on write miss(c) Less memory ba...
0 votes
78
A microprocessor has a cache memory with access time of 2 ns and a main memory with access time of 10 ns. If the cache miss ratio is 0.6, what is the average memory acces...
0 votes
79
A source produces 4 symbols with probabilities 1/2,1/4,1/8,1/8. For this source, a practical coding scheme has an average code- word length of 2 bits/symbol. The efficien...
1 votes
80
0 votes
83
The number of ways of seating three gentlemen and three ladies in a row, such that each gentlemen is adjacent to atleast one lady.
0 votes
84
the number of ways in which 4 distinct balls can be put in 4 boxes labelled a,b,c,d such that b does not follow a, and c does not follow b, and d does not follow c,is
0 votes
86
What is the functionality of following digital circuit? A is input data, CLK is system clock ind Y is output.Falling edge detection of input AClock division by $2$Rising ...
3 votes
87
Pipelining technique is used in microprocessor to improve which of the following parameter?Power dissipationInterrupt latencyDie sizeMaximum clock frequency
0 votes
89