Recent questions tagged non-gate

5 votes
1 answer
391
The Linux command mknod myfifo b 4 16will create a character device if user is rootwill create a named pipe FIFO if user is rootwill create a block device if user is root...
6 votes
1 answer
392
Which product metric gives the measure of the average length of words and sentence in documents?SCI numberCyclomatic complexityLOCFog index
4 votes
1 answer
393
In software maintenance tackling the changes in the hardware or software environment where the software works, isCorrective maintenancePerfective maintenanceAdaptive main...
5 votes
3 answers
394
Which of the following is not a life cycle model?Spiral modelPrototyping modelWaterfall modelCapability maturity model
6 votes
2 answers
395
Capability maturity Model (CMM) is the methodology todevelop and refine an organization's software development processdevelop the softwaretest the softwareAll of the abov...
5 votes
2 answers
396
SATA is the abbreviation ofSerial Advanced Technology AttachmentSerial Advanced Technology ArchitectureSerial Advanced Technology AdapterSerial Advanced Technology Array
7 votes
2 answers
397
Which of these is characteristic of $\textsf{RAID 5}?$Dedicated parityDouble parityHamming code parityDistributed parity
5 votes
4 answers
398
Which of the following is associated with objects?StateBehaviorIdentityAll of the above
5 votes
1 answer
400
XPath is used to navigate through elements and attributes inXSL documentXML documentXHTML documentXQuery document
8 votes
1 answer
401
Estimation at software development effort for organic software in basic COCOMO is:E = 2.0 (KLOC) 1.05 PME = 3.4 (KLOC) 1.06 PME = 2.4 (KLOC) 1.05 PME = 2.4 (KLOC) 1.07...
9 votes
2 answers
402
Which interrupt in $8085$ Microprocessor is unmaskable?$\textsf{RST 5.5}$$\textsf{RST 7.5}$$\textsf{TRAP}$Both (a) and (b)
8 votes
3 answers
403
Using Newton-Raphson method, a root correct to 3 decimal places of $x^3 - 3x -5 = 0$2.2222.2752.279None of the above
5 votes
2 answers
404
Choose the most appropriate HTML tag in the following to create a numbered list<dl><list><ul><ol>
0 votes
1 answer
405
Write a recursive backtracking solution for placing $3$ rooks in $6^*6$ chess board.Naive backtracking.Try using bitmask to speed it up.
0 votes
1 answer
406
The main reason for preferring servlet for web application developmentis :(A) Increased performance of web application(B) Easy to develop an application(C) Platform indep...
0 votes
2 answers
408
The following is a sequence of formula,$$\begin{align*} \begin{matrix} & 9*1+2 &= &11 \\ & 9*12+3 &= &111 \\ & 9*123+4 &= &1111 \\ & 9*1234+5 &= &11111 \\ \end{matrix} \\...
0 votes
2 answers
409
Prove or disprove: $\begin{align*} \log_8x = \frac{1}{2}.\log_{2}x \end{align*}$.
0 votes
2 answers
411
Prove or disprove the following: for finite sets A and B, $\overline{(A - B) \cup (B - A)} = A \cap B$ . If the proposition is incorrect, do minimal modifications to the ...
0 votes
1 answer
412
Prove the following: $3 \; | \;\left ( a^2+b^2 \right )$ if and only if $3 \; | \;a$ and $3 \; | \;b$.
1 votes
2 answers
413
Show that any comparison based sorting algorithm can be made stable without increasing its complexity beyond a constant factor.
0 votes
1 answer
415
3 votes
1 answer
418
Consider the following set of $3n$ linear equations in $3n$ variables:$\begin{matrix} x_1-x_2=0 & x_4-x_5 =0 & \dots & x_{3n-2}-x_{3n-1}=0 \\ x_2-x_3=0 & x_5-x_6=0 & & x_...
0 votes
0 answers
419
If a crystal of 4MHz frequency has been connected to an 8085, the instruction-fetch duration of a 10-states instruction is ______
1 votes
0 answers
420
The reflection along the line y=x is equivalent to reflection along the X-axis followed by counter clockwise rotation by theta degrees.Find the value of theta