Chapter 1 - Basic concepts and System development lifecycle Flashcards

1
Q

Difference between increasing the topline and decreasing the bottom line?

A

Increasing the topline -> generate additional revenue by creating new services and entering new markets

Decreasing the bottom line -> Using IT to decrease costs and be more efficient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s the relevance of IT and IS?

A

IT and IS are crucial elements for the success of an organization and need careful management -> requires specific knowledge and tools
IT and IS are the most important tools organizations have at their disposal to support, automate, rationalize, streamline and coordinate their operational and decision making processes and become more efficient and effective (decrease bottomline and increase topline)
The existence of organizations depend on IT and IS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is informatics?

A

The science/study of information processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an information system?

A

IS is used to process information, for example an evolution towards paperless organization
IS uses IT but also uses other components

Uses all or some of :
People, hardware, software, communication networks, data resources, policies and procedures
that stores, retrieves, transforms or processes and disseminates information to end-users in an organization in a controlled manner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is information technology?

A

IT concerns one aspect of IS
IT is the technological components required for an IS to function:
computer hardware, computer software, telecommunication
Technology to manage and manipulate data resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a system?

A

It is a clearly delineated set of interrelated components cooperating to realize a set of common objectives
Ex: cell, human, planet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the use of IS in an organization?

A

To increase efficiency and effectiveness in business processes and management decision making, and collaboration in support of product development and customer support. thus the need for process modeling and data modeling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the difference between data and information?

A

Data is information that can be captured and stored as a sequence of zeros and ones, and as such anything that can be stored a bit-sequence. Information is data with utility (useor value) to the receiver.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a model?

A

A model is a simplified and/or idealized representation of (part of) reality. A model is some representation of a system. Models are are an essential part on he constrcution of software systems. The output of a methodology consists of a set of model that are used as input in the later stages. A modle is written using a notation, such as UML or BPMN.
A model is not the thing it is describing, but a representation of it. But in some real sense, it looks like the thing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why do we build models?

A

A model is a tool to assist in analysis and decision making, communication, planning, simulation and optimization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a simulation?

A

A model helps to simulate the workings of a system and analyze the system’s behaviour under varying circumstances. Helps in answering complex business questions and optimize decision making.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the 4 elements in the development of IS?

A

organization -> the plot where development takes place is the organization that carries out the development
process development -> a good development depends on the process development by which software and IS are developed
architecture is the structure of the product that is being constructed
notation provides the means of communication and the roof under which the development takes place.
Success depends on the harmonization of all 4 elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a process?

A

A process is the development of an Information system. The input are time, energy and money. Consists of different shareholders and activities but has a clear end objective.
A formal approach or methodology is needed in the success of an IS development project.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is SDLC?

A

Systems development lifecycle is a high-reigning methodology. It is a number of clearly defined and distinct work phases used by systems engineers and systems developers to plan for, design, build, test and deliver information systems.
Business analyst domain is the problem domain -> investigation and analysis
IT analyst domain is the solution domain -> design, implementation and maintenance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what are the objectives of SDLC?

A

To produce high quality systems
That meet or exceed customer expectations
Based on customer requirements
By delivering systems which move through each distinct phases
Within scheduled time frames and cost estimates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what are some SDLC methodologies?

A

Waterfall, agile … etc

17
Q

What are SDLC phases and stages?

A
Business analyst -> problem oriented 
Investigation 
Analysis 
IT expert -> solution oriented 
Design 
Implementation 
Maintenance
18
Q

Define phase 1 of SDLC

A
Systems investigation -> identification problem/scope and feasibility 
Identification problem/ objective 
-	Problems with system as is 
-	Are there any business opportunities 
-	Do we have business priorities 
Feasibility
-	Operational 
-	Economic 
-	Technical 
-	Human factors 
-	Legal
19
Q

Define phase 2 of SDLC

A

Systems Analysis
Detailed study of:
- What are the information needs of a company and end-users?
- What are the activities, resources and products of current IS in use?
- IS capabilitity of meeting the information needs of users and shareholders

Produce different models or deliverables that are used ss the basis for the design of a new information system, such as description o the functional requirements.

20
Q

what are systems analysis deliverables?

A

Organizational model
- Contextual information -> model of the organization including
o People
o Management structure
o Environmental systems
o Current IS
Conceptual process model
- describes the information needs across business processes that are supported by the system
- determines the information processing each system activity needs to meet the business information needs.

Conceptual data model
- determines what type of information each business activity requires.

21
Q

what are the functional requirements and non-functional requirements of systems analysis?

A

Functional

  • What the system must do: functions behaviors
  • Functional requirement categories: users, interface, storage, processing

Non-functional

  • How the system does it
  • Non-functional categories: execution qualities (usability, security) and evolution qualities (maintainability, testability)
22
Q

describe phase 3

A

System design

Focus on how (from a technical aspect) will realize the requirements determined in the previous phase
Choices are made with respect to hardware, software, network, data storage

23
Q

describe phase 4

A

System implementation -> physical or implementation models and testing

24
Q

describe phase 5

A

System maintenance

  • Corrective -> fix bugs and logical errors
  • Adaptive -> add new functionality to accommodate changes in business or environment
  • Perfective -> improve performance
  • Preventive -> reduce chances of failure