Sheet Swe Solved
Sheet Swe Solved
Sheet on chapter 1
True or False
1- A company may consider outsourcing if it feels that its priorities does
not involve managing an information systems unit and that it might
achieve more effective computing by turning over all of its operations
to a more experienced, computer-oriented company.
6- The choice to buy software from outside sources is made at the end of
the systems design phase.
9- Functionality means that the tasks the software can perform and the
mandatory, essential, and desired system features.
10- When a task requires custom support and the system cannot be built
internally, a company should consider obtaining its software from a
packaged software producer.
277
Sheets
278
Sheets
279
Sheets
Sheet on chapter 2
True or False
1- Involving the end user in analysis and design is an important advantage
of the prototyping technique.
5- Project initiation and planning is the first phase of the SDLC in which
an organization’s total information system needs are identified, analyzed,
prioritized, and arranged.
7- During installation, the new system becomes part of the daily activities
of the organization.
280
Sheets
4- During the project initiation and planning phase, which of the following
activities is performed?
a. new system requirements are identified
b. a formal, preliminary investigation is performed
c. a presentation of why the system should or should not be developed by
the organization is given
d. both b and c
281
Sheets
a. analysis b. implementation
c. maintenance d. physical repair
282
Sheets
Sheet on chapter 3
True or false
1- The focus of project management is to make sure that the project is
developed in an efficient way that meets customer expectations and is
delivered within budget and time constraints.
10- Studying project feasibility is not required for all information systems
projects.
11- Recurring costs are costs that occur at a regular interval and usually at
a fixed rate.
12- Using a discount rate of 14 percent, the present value of a $10,000
benefit received 5 years from now is $5,500.49.
283
Sheets
5- What would be the estimated time for completion if time estimates for
installation are as follows: optimistic = 1 week; pessimistic = 1 week;
realistic = 1 week?
a. 5 weeks b. 6 weeks
c. 3 weeks d. 1 week
284
Sheets
285
Sheets
17- The process of assessing potential legal and contractual issues due to
the construction of a system refers to:
a. technical feasibility
b. legal and contractual feasibility
c. economic feasibility d. operational feasibility
286
Sheets
Sheet on chapter 4
True or false
1- Requirements determination, requirements structuring, and alternative
generation and choice are the three parts to analysis.
287
Sheets
8- A report:
a. indicates the job to be performed on a given project by the analyst will
need
b. describes how a particular job or task is performed, including data and
information that are used and created in the process of performing the
job
c. indicates what data flow in or out of a system and which are necessary
for the system to function
d. gives you the possibility you to work backwards from the information
on a report to the necessary data
288
Sheets
Sheet on chapter 5
True or false
2- A data flow symbol represents data in motion, moving from one place
in the system to another.
4- If you know that bought items data is entered into a logbook once
shipments are received at the company’s warehouse; the logbook is
represented on a data flow diagram as a sink.
10- Assume Process 7.4 produces a data flow and that Process 7.2 must be
ready to accept it; we would say that these processes are physically
linked to each other.
12- Because data flow names represent a specific set of data, another data
flow that has even one more or one less piece of data must be given a
different, unique name.
289
Sheets
2- The diagram that shows the scope of the system, indicating what
elements are inside and which are outside the system, is called a:
a. context diagram b. level-2 diagram
c. referencing diagram d. representative diagram
290
Sheets
10- If a data flow appears on the context diagram and is also represented at
level-0, this would be referred to as:
a. leveling b. flow conservation
c. balancing d. matching
291
Sheets
Sheet on chapter 6
True or False
3- A shared services and servers style is one of the strategies that is used to
structure the system.
4- If we have sub-systems that must exchange data among each other the
best method to implement it is that each sub-system has its own
database and passes data explicitly to other sub-systems.
7- The monolithic style is the oldest one where the whole program is
implemented as a single bulk (function) containing many lines.
1- Which style organizes the subroutines that use shared data in the
repository that can be accessed by all sub-systems?
292
Sheets
a. control b. repository
c. layered d. pipe and filter
293
Sheets
Sheet on chapter 7
True or False
4- The main objective of test is to ensure that the code works without
errors.
2- The appropriate name for a variable that will hold the maximum
number in an array is:
a. M b. max_of_an_array
c. Average d. Max
294
Sheets
5- Placing an intentional error in the code and monitoring its effect on the
output is called:
a. Static test b. Fault-based test
c. maintenance test d. SW quality test
295