Information Systems and Software Engineering - 2
Information Systems and Software Engineering - 2
Questions
Which of the following is a factor in the failure of a systems development project?
- Inadequate user involvement
- Size of the company
- Failure of systems integration
- Both (1) and (3)
Which of the following is an advantage of an egoless programming?
- It reduces resistance to find errors in the program.
- It leads to higher production.
- One individual is responsible for the success of a project.
- Both (1) and (2)
Which of the following is true in the case of Decision trees?
- Branch depends on the condition and decisions to be made.
- Root is drawn on the left and is the starting point on the decision sequence.
- Nodes represent the conditions and the on right side of the tree testing, the actions are to be taken.
- All of these
Which of the following commands is used to delete the entire file except the file structure?
- ZAP
- ERASE
- PACK
- DELETE
Networks of end user PCs are connected to network server to share software, processing, and databases. The best fit will be
- client/server computing
- enterprise collaboration
- electronic commerce
- internet worked enterprise
Which among the following outlines a business vision, business/IT strategy and technical architecture for the information system functions?
- Operational planning
- Tactical systems planning
- Strategic systems planning
- Organization planning
Structure programming codes include
- sequencing
- arrangement of objects
- iteration
- both (1) and (3)
The application programs of vertical market does not include
- database management systems
- farm management programme
- home finance program
- both (1) and (3)
If the number of conditions in a decision table is n, then the maximum possible number of rules (column) is
- 2n
- 5n
- 7n/2
- log2n
The outstanding invoice file should be stored on a Pardon Access Storage Device, if
- invoice data entry is online
- payment recording is done in a batch code
- inquiry concerning payable are to be answered online
- last record points to the first record
Which of the following is included in the design phase?
- Data, architecture and procedural designs
- Architecture, procedural and interface designs
- Data, architecture, interface and procedural designs
- Data, architecture and interface designs
When the object oriented design of software is prepared, the objects in the design have
- attributes and name only
- operations and name only
- attributes, name and operations
- either (1) or (2)
In a consistent language, which of the following is correct?
- Similar situations are handled in a different way.
- Similar situations are handled in a similar way.
- Different situations are handled in a similar way.
- None of these
Which of the following can be a free-form window?
- Opened or moved
- Moved or resized
- Closed
- Both (1) and (2)
What is the significance of use of recursion?
- It enhances logical clarity and reduces code size.
- It makes debugging easier and reduces execution time.
- It reduces execution time.
- It makes software bug-free and easy to use.