1 votes
91
For any B-tree of minimum degree t $\geq$ 2, every node other than the root must have at least ____ keys and every node can have at most ____ keys.t-1, 2t+1t+1, 2t+1t-1, ...
0 votes
92
______ is often used to prove the correctness of a recursive function.DiagnolizationCommunitivityMathematical InductionMatrix Manipulation
1 votes
93
0 votes
94
1 votes
98
0 votes
100
If user A wants to send an encrypted message to user B, the plain text of A is encrypted with thePublic key of user APublic key of user BPrivate key of user APrivate key ...
2 votes
101
A _____ can forward or block packets based on the information in the network layer and transport layer headerProxy firewallFirewallPacket filter firewallMessage digest fi...
2 votes
103
4 votes
106
3 votes
108
DFA
0 votes
109
3 votes
113
4 votes
115
Identify the minimal key for relational scheme $R(A, B, C, D, E)$ with functional dependencies $F = \left\{A \rightarrow B, B \rightarrow C, AC \rightarrow D\right\}$ $A$...
2 votes
116
Which one of the following set of gates is best suited for ‘parity’ checking and ‘parity’ generation?AND, OR, NOTNAND, NOREX-OR, EX-NORNone of the...
4 votes
117
A simple graph G with n vertices is connected if the graph has(n-1)(n-2)/2 edgesmore than (n-1) (n-2)/2 edgesless than (n-1) (n-2)/2 edges$\Sigma_{i=1}^k C(n_i, 2)$ edges...
3 votes
118
Regular expression for the language $L=w \in \{0,1\}* \mid w$ has no pair of consecutive zeros $\}$ is$(1+010)*$$(01+10)*$$(1+010)*(0+ \lambda)$$(1+01)* (0+\lambda)$
4 votes
119
Consider an undirected graph G with 100 nodes. The maximum number of edges to be included in G so that the graph is not connected is2451495048519900
2 votes
120
The count-to-infinity problem is associated withFlooding algorithmHierarchical routing algorithmDistance vector routing algorithmLink state routing algorithm