Information Systems and Software Engineering - 2

Information Systems and Software Engineering - 2

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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)
Question 2 Multiple Choice (Single Answer)

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)
Question 3 Multiple Choice (Single Answer)

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
Question 4 Multiple Choice (Single Answer)

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

  1. ZAP
  2. ERASE
  3. PACK
  4. DELETE
Question 5 Multiple Choice (Single Answer)

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
Question 6 Multiple Choice (Single Answer)

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
Question 7 Multiple Choice (Single Answer)

Structure programming codes include

  1. sequencing
  2. arrangement of objects
  3. iteration
  4. both (1) and (3)
Question 8 Multiple Choice (Single Answer)

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)
Question 9 Multiple Choice (Single Answer)

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
Question 10 Multiple Choice (Single Answer)

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
Question 11 Multiple Choice (Single Answer)

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
Question 12 Multiple Choice (Single Answer)

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)
Question 13 Multiple Choice (Single Answer)

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
Question 14 Multiple Choice (Single Answer)

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)
Question 15 Multiple Choice (Single Answer)

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.