Recent questions tagged is&software-engineering

4 votes
1 answer
333
4 votes
2 answers
335
3 votes
1 answer
338
What is the availability of a software with the following reliability figures?Mean Time Between Failure (MTBF) = 25 daysMean Time To Repair (MTTR) = 6 hours1%24%99%99.009...
3 votes
1 answer
341
0 votes
1 answer
345
0 votes
2 answers
349
void swap(float* A1, float* A2) { float temp; if (*A1 = = *A2) return; temp = *A1; *A1 = *A2; *A2 = temp; return; }The program effort for the above module using Halstead'...
0 votes
1 answer
350
2 votes
1 answer
356
In the simplified flowchart given below, the shaded boxes represent code that is executed during a test case.The Branch coverage is3/42/31/23/8
5 votes
2 answers
359
Which of the following systems is a most likely candidate example of a pipe and filter architecture ?Expert systemDB repositoryAircraft flight controllerSignal processing...
5 votes
2 answers
360