1 votes
162
The number of spanning trees for a complete graph with seven vertices is$2^5$$7^5$$3^5$$2^{2 \times 5}$
0 votes
164
Which one of the following is a top-down parser?Recursive descent parserShift left associative parser$\text{SLR}(k)$ parser$\text{LR}(k)$ parser
3 votes
165
If there are 32 segments, each size 1 k bytes, then the logical address should have13 bits14 bits15 bits16 bits
1 votes
166
Consider the following program.main() { fork(); fork(); fork(); }How many new processes will be created?8675
0 votes
167
If a node has $K$ children in $B$ tree, then the node contains exactly _____ keys.$K^2$$K-1$$K+1$$\sqrt{K}$
1 votes
168
Let $R_1$ and $R_2$ be regular sets defined over the alphabet, then$ R_1 \cap R_2$ is not regular$R_1 \cup R_2$ is not regular$\Sigma^* - R_1$ is regular$R_1^*$ is not re...
1 votes
169
How many bits internet address is assigned to each host on a TCP/IP internet which is used in all communication with the host?$16$ bits$32$ bits$48$ bits$64$ bits
6 votes
170
How to find no. of generators of cyclic group of orden n ?
8 votes
171
$G$ is an undirected graph with $n$ vertices and $25$ edges such that each vertex of $G$ has degree at least $3$. Then the maximum possible value of $n$ is _________ .
0 votes
172
explain the output#include <stdio.h>int main(){ int a=1; printf("%d %d %d",a,a++, a); return 0; }
1 votes
176
Let C be a context-free language and R be a regular language. Prove thatthe language C $\cap$ R is context free.
1 votes
177
The transition function of Non-deterministic push down automata is A) Q * $\sum$ * $\Gamma$ ( 2Q ) * $\Gamma$*B) Q * $\sum$ * $\Gamma$ 2 ( Q * $\Gamma$* )Answer is...
1 votes
178
"I'm hungry" is it a proposition?Bob is Hungry, is it a proposition?How to tell whether an idea is proposition or not when speaker speak's about himself.
0 votes
179
2 votes
180
Construct the DFA for all string with at least one a and exactly two b
1 votes
181
If the spectrum of a channel is between 3 Mhz and 5 Mhz. Find the maximum channel capacity if the SNR is 251.
2 votes
182
Hello, please kindly list out the topics which are needed to be studied from topic file system?!You can also pinpoint the topics from Galvin book 7th edition.
2 votes
183
This is the IP address : 198.7.3.8now how to find its hostid and netid
0 votes
185
The truth tableXYF000010101111 Represent the Boolean function(a) X(b) X - Y(c) X +Y(d) Y
9 votes
186
A system shares $9$ tape drives. The current allocation and maximum requirement of tape drives for that processes are shown below:$$\begin{array}{ccc} \textbf{Process} &...
7 votes
187
A man ate 300 mangoes in 15 days , each day eating two more than the previous day . How many mangoes did he eat on the 3rd day?
3 votes
188