0

Information Systems and Software Engineering - 2

Description: Information Systems and Software Engineering - 2
Number of Questions: 15
Created by:
Tags: Information Systems and Software Engineering - 2 Information Systems and Software Engineering
Attempted 0/15 Correct 0 Score 0

Which of the following is a factor in the failure of a systems development project?

  1. Inadequate user involvement

  2. Size of the company

  3. Failure of systems integration

  4. Both (1) and (3)


Correct Option: D

Which of the following is an advantage of an egoless programming?

  1. It reduces resistance to find errors in the program.

  2. It leads to higher production.

  3. One individual is responsible for the success of a project.

  4. Both (1) and (2)


Correct Option: A

Which of the following is true in the case of Decision trees?

  1. Branch depends on the condition and decisions to be made.

  2. Root is drawn on the left and is the starting point on the decision sequence.

  3. Nodes represent the conditions and the on right side of the tree testing, the actions are to be taken.

  4. All of these


Correct Option: C

Which of the following commands is used to delete the entire file except the file structure?

  1. ZAP

  2. ERASE

  3. PACK

  4. DELETE


Correct Option: A

Networks of end user PCs are connected to network server to share software, processing, and databases. The best fit will be

  1. client/server computing

  2. enterprise collaboration

  3. electronic commerce

  4. internet worked enterprise


Correct Option: A

Which among the following outlines a business vision, business/IT strategy and technical architecture for the information system functions?

  1. Operational planning

  2. Tactical systems planning

  3. Strategic systems planning

  4. Organization planning


Correct Option: C

Structure programming codes include

  1. sequencing

  2. arrangement of objects

  3. iteration

  4. both (1) and (3)


Correct Option: D

The application programs of vertical market does not include

  1. database management systems

  2. farm management programme

  3. home finance program

  4. both (1) and (3)


Correct Option: D

If the number of conditions in a decision table is n, then the maximum possible number of rules (column) is

  1. 2n

  2. 5n

  3. 7n/2

  4. log2n


Correct Option: A

The outstanding invoice file should be stored on a Pardon Access Storage Device, if

  1. invoice data entry is online

  2. payment recording is done in a batch code

  3. inquiry concerning payable are to be answered online

  4. last record points to the first record


Correct Option: C

Which of the following is included in the design phase?

  1. Data, architecture and procedural designs

  2. Architecture, procedural and interface designs

  3. Data, architecture, interface and procedural designs

  4. Data, architecture and interface designs


Correct Option: C

When the object oriented design of software is prepared, the objects in the design have

  1. attributes and name only

  2. operations and name only

  3. attributes, name and operations

  4. either (1) or (2)


Correct Option: C

In a consistent language, which of the following is correct?

  1. Similar situations are handled in a different way.

  2. Similar situations are handled in a similar way.

  3. Different situations are handled in a similar way.

  4. None of these


Correct Option: B

Which of the following can be a free-form window?

  1. Opened or moved

  2. Moved or resized

  3. Closed

  4. Both (1) and (2)


Correct Option: D

What is the significance of use of recursion?

  1. It enhances logical clarity and reduces code size.

  2. It makes debugging easier and reduces execution time.

  3. It reduces execution time.

  4. It makes software bug-free and easy to use.


Correct Option: A
- Hide questions