MIS105-Quiz06

 

Multiple Choice

 

 

                  1.   While implementing a new software for a business, the available option include:

A.

Buying an off-the-shelf software

C.

Both A & B

B.

Go for a custom-made software

D.

Neither A nor B

 

ANS: D

 

                  2.   A custom-made software option should be used under which of the following situations?

A.

A pre-built software is available at an affordable cost

C.

A prebuilt software is available within the company budget

B.

A pre-built software at an affordable cost is available with all features (critically needed)

D.

None of the above

ANS: C

 

 

                  3.   Which one of the following is not a desirable feature in the outcome of a software development project?

A.

Reliable

C.

All features must be available

B.

Error free

D.

None of the above

ANS: D

 

 

                  4.   SDLC stands for:

A.

System Database Life Cycle

C.

Software Development Life Cycle

B.

Software Database Life Cycle

D.

None of the above

ANS: C

 

 

                  5.   Program Design phase of SDLC targets:

A.

Software planning

C.

Removal of Software errors

B.

Software Coding

D.

None of the above

ANS: A

 

 

                  6.   Which one of the following will consume most of the time in SDLC phases:

A.

Design Phase

C.

Testing Phase

B.

Maintenance Phase

D.

Specification Phase

ANS: B

 

 

                  7.   Details about all program related requirements are collected in which of the following phases.

A.

Design Phase

C.

Testing Phase

B.

Maintenance Phase

D.

Specification Phase

ANS: D

 

 

                  8.   Top down Hierarchy chart explains:

A.

Program decomposition into smaller tasks

C.

Flow of statements involve in the program

B.

Logic involves in the programming task

D.

None of the above

 

ANS: A

 

                  9.   A program flow chart figure can utilize _______ different constructs:

A.

3

C.

1

B.

2

D.

None of the above

ANS: A

 

 

                  10.  Programming construct which helps in repeating the execution of a set of statements is called _______

A.

Sequencing

C.

Looping

B.

Selection

D.

None of the above

 

ANS: C

 

True/False

 

                  11.  SELECT  statement in SQL is an example 3rd Generation Language statement.

ANS: F

 

 

 

                  12.  While processing the Visual Basic statement:     DIM   X AS INTEGER   , a syntax error will result.

ANS: F

 

 

 

                  13.  Debugger is a facility in Language compilers which helps in finding syntax errors.

ANS: F

 

 

 

                  14.  The debugging of programs should be started from Manual testing with sample data.

ANS: F

 

 

 

                  15.  Program documentation is needed for all types of program users.

ANS: T