Most viewed questions in Unknown Category

#161
1.4k
views
1 answers
0 votes
Choose the incorrect statement Shell scripts can accept arguments Shell scripts are interpretedShell is a programming languageShell scripts are compiled
#162
1.4k
views
1 answers
0 votes
Which of the following search method takes less memory ? Depth-first search Breadth-first search Linear search None of the above
#163
1.4k
views
2 answers
0 votes
​​​​​​​An attribute $A$ of datatype varchar($20$) has the value $‘xyz’$, and the attribute $B$ of datatype char($20$) has the value $“lmnop”$, then ...
#164
1.4k
views
2 answers
0 votes
As well as being a popular tourist site, Trafaigar Square offers some of most famous views in the country,____?a.was itb.doesn't itc.hasn't itd.has it
#165
1.4k
views
4 answers
2 votes
In testing phase, the effort distribution is upto10%20%40%50%
#166
1.4k
views
1 answers
1 votes
Typical time requirement for operations on queues is :$O(1)$$O(n)$$O(logn)$$O(n^2)$
#167
1.4k
views
2 answers
0 votes
Two atomic operations permissible on Semaphores are _________ and ________.wait, stopwait, holdhold, signalwait, signal
#168
1.3k
views
2 answers
0 votes
Match the following with respect to RDBMS :$\begin{array}{clcl} \text{(a)} & \text{Entity integrity} & \text{(i)} & \text{enforces some specific business rule that do not...
#169
1.3k
views
1 answers
1 votes
Consider the following statements :Auto increment addressing mode is useful in creating self-relocating code.If auto increment addressing mode is included in an instructi...
#170
1.3k
views
0 answers
0 votes
In K-coloring of an undirected graph $G=(V,E)$ is a function. $c: V \rightarrow \{0,1, \dots , K-1 \}$ such that $c(u) \neq c(v)$ for every edge $(u,v) \in E$.Which of th...
#171
1.3k
views
1 answers
1 votes
Find the max-flow in the following graph:2456
#172
1.3k
views
1 answers
1 votes
Assuming that for a given network layer implementation, connection establishment overhead is 100 bytes and disconnection overhead is 28 bytes. What would be the minimum s...
#173
1.3k
views
1 answers
3 votes
toc
10. Consider the following languages:Lne = {〈M〉│L(M) ≠ ф }Le = {〈M〉│L(M) = ф }where 〈M〉 denotes encoding of a Turning machine MThen which one of the f...
#174
1.3k
views
0 answers
0 votes
Match each $\text{UML}$ diagram in $\text{List I}$ to its appropriate description in $\text{List II}$.$\begin{array}{clcl} & \textbf{List I} && \textbf{List II} \\ \text...
#175
1.3k
views
2 answers
1 votes
#include <stdio.h>char *fun(){ static char arr[1024]; return arr;} int main(){ char *str = "geeksforgeeks"; strcpy(fun(), str); str = fun(); strcpy(str,...
#177
1.3k
views
2 answers
1 votes
Consider a system with five processes $P_0$ through $P_4$ and three resource types $A, B$ and $C$. Resource type $A$ has seven instances, resource type $B$ has two instan...
#178
1.3k
views
1 answers
0 votes
Which of the following Super Computers is the fastest Super Computer?Sun-way TaihuLightTitanPiz DaintSequoia
#179
1.3k
views
1 answers
0 votes
Is there any website like GATEOVERFLOW for electronics students?GateOverFlow is the best site for CSE students.Is there any equivalent site for ECE students?Please sugges...
#180
1.3k
views
0 answers
0 votes
Which of the following statements is/are true ?$P$ : Software Reengineering is preferable for software products having high failure rates, having poor design and/or havin...