Week 1 Flashcards

1
Q

Information System

A

A system integrating IT, BUSINESS & PEOPLE

brings business functions and information modules -> effective communication channels => timely and accurate decisions -> organisational productivity and competitiveness

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

What does an Information System Consists Of

A

Interrelated computer components for

  • collecting
  • storing
  • processing
  • analysing data

to produce information to meet business needs

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

Why Use Information System

A

Manage information for an organisation

-> provides functionalities
better systems = more productive = more profits

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

What is to be considered when designing a system

A

Information

Functions

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

Actions perform by the system on data

A
CRUD
Create
Read
Update
Delete
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Deep structure

A

Core representation of the world in the system

Objects represented by data and state transitions and managed through system functions

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

Surface structure

A

Information presented at the surface or interface of the system

i.e. printed report versus display on smartphone

User interface

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

Physical structure

A

Physical elements of technology (hardware)

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

3 Levels of Representation

A

Deep, surface and physical

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

Logical separation of Information system (architecture)

A

Resource management (data layer)

Business application (logic layer)

Presentation (user interface) layer

Separated as tiers

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

1 Tier

A

3 layers running in one machine i.e. mainframes

  • centralised (no distribution)
  • layers tightly connected
  • difficulty with scalability and portability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

2 Tier

A

Client server architecture

presentation layer runs on client machine

data layer on the server

Thick/Thin client

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

3 Tier

A

Each layer almost independent and running on a separate tier

-Middleware platforms supporting access through the WEb aka application servers

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

N-tier architecture

A

Incorporating web servers

scalable, portable, easy to manage

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

System Development Life Cycle (SDLC)

A

Includes detailed plan of all the activities needed for building, developing, modifying and maintaining an information sys

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

Stages in the SDLC

A
  1. Planning
  2. Analysis
  3. Design
  4. Implementation
17
Q

SDLC: Planning

A
Feasibility study
Project plan
Structure
Timeline 
Budge
Why?
18
Q

SDLC: Analysis

A

Understanding the business needs and requirements and documenting the requirements using a set of models and specifications

Identifying solution to the problem

19
Q

SDLC: Design

A

Design database (database structure, internal properties, security and encryption, distribution and fragmentation, intergration)

Design application architecture and software (partitioning software into subsystems, infrastructure, layers and distribution, detailed desing)

Design user interfaces (prototypes)

Design system interfaces (the interface that enables a new IS to share information with others)

Design the environment (all technology, hardware, software, operating systems, DBMS, communication protocols, software applications)

Design system controls and security (limiting access to authorised users

20
Q

SDLC: Implementation

A

Testing, deployment, intergration and maintenance of the developed system

21
Q

Methodologies

A

Guidelines for carrying out all of the activities of each core process of the SDLC

Includes

Models, techniques & tools

Modelling approaches (structure (ER) or object oriented (UML)

22
Q

Thick Client

A

2 tier architecture

Presentation needs additional software

23
Q

Thin Client

A

2 tier architecture

Presentation is done lightly