R. Gupta Solutions for Chapter: Software Engineering, Exercise 15: Operational Stage

Author:R. Gupta

R. Gupta Computer Awareness Solutions for Exercise - R. Gupta Solutions for Chapter: Software Engineering, Exercise 15: Operational Stage

Attempt the free practice questions on Chapter 9: Software Engineering, Exercise 15: Operational Stage with hints and solutions to strengthen your understanding. Objective Computer Awareness solutions are prepared by Experienced Embibe Experts.

Questions from R. Gupta Solutions for Chapter: Software Engineering, Exercise 15: Operational Stage with Hints & Solutions

MEDIUM
LIC Assistant Mains
IMPORTANT

Consider the following code for finding the factorial of a given positive integer.
IFACT = 1

DO 100 I = 2, N, 2

100 IFACT = IFACT * I * (I - 1)

For which values of N, the above FORTRAN code doesn't work?

MEDIUM
LIC Assistant Mains
IMPORTANT

Which of the following is not an assertion?

MEDIUM
LIC Assistant Mains
IMPORTANT

For the following code, using symbolic execution, after the iteration with N = 5, IFACT is:
IFACT = 1 DO 100 I = 2, N, 2 100 IFACT = IFACT * I * (I - 1)

EASY
LIC Assistant Mains
IMPORTANT

The reliability of a program be 0.8. The reliability of an equivalent program (i.e., another program that serves the same purpose) is 0.9. The probability that both the programs give the wrong result for the same input is:
 

MEDIUM
LIC Assistant Mains
IMPORTANT

To completely write the program in FORTRAN and rewrite the 1% code in assembly language, if a project team needs 13 days, the team consists of:

MEDIUM
LIC Assistant Mains
IMPORTANT

If 99% of the program is written in FORTRAN and the remaining 1% in assembly language, the percentage increase in the programming time compared to writing the entire program in FORTRAN and rewriting the 1% in assembly language is:

MEDIUM
LIC Assistant Mains
IMPORTANT

If the entire program is written in FORTRAN, the percentage increase in the execution time, compared to writing the entire program in FORTRAN and rewriting the 1% in assembly language is:

MEDIUM
LIC Assistant Mains
IMPORTANT

If 99% of the program is written in FORTRAN and the remaining 1% in assembly language, the percentage increase in the execution time, compared to writing the entire program in FORTRAN and rewriting the 1% in assembly language is: