+ All Categories
Home > Documents > 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven...

1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven...

Date post: 25-Dec-2015
Category:
Upload: lawrence-ford
View: 220 times
Download: 0 times
Share this document with a friend
Popular Tags:
41
1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw-Hill/Irwin, 3e, 2012. Doar Matthew B., Practical Development Environments, O’Reilly, 2005. Any C++, C#, Java, VBasic book available in AUBG library Course lecturer: Assoc. Prof. Stoyan Bonev, PhD
Transcript
Page 1: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

1

INF160IS Development EnvironmentsAUBG, COS dept

Reference books:Baltzan Paige, Business Driven Information Systems, McGraw-Hill/Irwin, 3e, 2012.Doar Matthew B., Practical Development Environments, O’Reilly, 2005.Any C++, C#, Java, VBasic book available in AUBG library

Course lecturer: Assoc. Prof. Stoyan Bonev, PhD

Page 2: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

2

INF160 IS Development Environments AUBG, COS dept

Lecture 01aTitle:

Introduction to Inf Sys Dev Env(Extract from ISDE Syllabus)

Reference: Baltzan, Chapters 1-7; Doar, pp xxi, 1

Page 3: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

3

Lecture Contents:The subject/discipline titlesBasic title components

Information Systems Development Environments

Information System Definition/Description

Development Environment Definition/Description

Information Systems & Development Environments Key Terms

Page 4: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

4

The subject/discipline titles

ISDEInf Sys Dev EnvInformation Systems Development Environments

To be considered acronyms for:

Page 5: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

5

The subject/discipline titles

Developing Information Systems with tools like Practical Development Environments

Or

Using Practical Development Environments for Developing Information Systems

Page 6: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

6

Information System

Definition

Description

Page 7: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

7

Information System - Definition

Source from:http://www.businessdictionary.com/definition/information-system.html

Information System: A combination of hardware, software, infrastructure and trained personnel

organized to facilitate planning, control, coordination, and decision making in an organization.

Page 8: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

8

Information System - Description

from the On-line Encyclopædia Britannica, 2013http://www.britannica.com/EBchecked/topic/287895/information-system

Information system: An integrated set of components for collecting, storing, processing, and communicating

information.

Page 9: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

9

Information System - Description

from Webster’s New World Dictionary, 1991

Information science: The science dealing with the efficient collection, storage, and retrieval

of information.

Page 10: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

10

Information System - Description

from Longman Dictionary of Contemporary English, 1987

Information technology: The science or practise of

collecting, storing, using and sending out information

by means of computer systems.

Page 11: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

11

Information System - Description

From the College of Business, Washington State University, 2013

General Description of Information Systems major:

The information systems (IS) field involves the design, development, use, and management of organizational computer-based IS to support and guide business activities.

Page 12: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

12

Information System - Description

From the College of Business, Washington State University, 2013

General Description of Information Systems major:

The IS field includes a broad range of career opportunities including:

Business (Systems) Analysts. Programmer\Analysts. Database Administrators. Database Analysts. Network Administrators. IS Project Managers.Computer Support Specialists.

Page 13: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

13

Development Environment

Definition

Description

Page 14: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

14

Development Environment -DefinitionFrom:

http://searchsoftwarequality.techtarget.com/definition/development-environment

Development environment is the set of processes and programming tools used to create the program or software product.

Page 15: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

15

Development Environment -DefinitionFrom:

http://searchsoftwarequality.techtarget.com/definition/development-environment

An Integrated Development Environment (IDE) is one in which the processes and tools are coordinated to provide developers an orderly interface to and convenient view of the development process or at least the processes of

Writing code, Testing code, and Packaging code for use.

Page 16: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

16

Development Environment - Definition

From: http://searchsoftwarequality.techtarget.com/definition/integrated-development-environment

IDE is a programming environment that has been packaged as an application program, typically consisting of

a code editor, a compiler, a debugger, and a graphical user interface (GUI) builder.

The IDE may be a standalone application or may be included as part of one or more existing and compatible applications. The BASIC programming language, for example, can be used within Microsoft Office applications, which makes it possible to write a WordBasic program within the Microsoft Word application.

Page 17: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

17

Development Environment -Description [Doar]

Development Environment is the whole collection of tools that people use to create software Tools for tracking versions of files Build tools Testing tools Bug tracking tools Tools for creating documentation

Page 18: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

18

Information Systems&

Development

Environments

Key Terms

Page 19: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

19

IS & DE: Key Terms [Baltzan]

Fact:

Data:

Information:

Do these three terms relate?How do they relate?

Page 20: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

20

IS & DE: Key Terms [Baltzan]

Fact: Confirmation or validation of an object or an event.

Data:

Information:

Page 21: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

21

IS & DE: Key Terms [Baltzan]

Fact: Confirmation or validation of an object or an event.

Data: Raw facts that describe characteristics of an event or object.

Information:

Page 22: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

22

IS & DE: Key Terms [Baltzan]

Fact: Confirmation or validation of an object or an event.

Data: Raw facts that describe characteristics of an event or object.

Information: Data converted in meaningful and useful context.

Page 23: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

23

IS & DE: Key Terms [Baltzan]

Business Intelligence: Information collected from multiple sources.

Knowledge: Skills, experience and expertise coupled with information & intelligence that creates person’s intellectual resources.

Knowledge worker: Individual with ability to interpret and analyze facts, data and information.

Page 24: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

24

IS & DE: Key Terms [Baltzan]

System: Collection of parts that link to achieve a common purpose.

Systems thinking: a way of monitoring the entire system by viewing multiple inputs being processed to produce outputs while continuously gathering feedback on each part.

Feedback: information that returns to its original transmitter and modifies the transmitter’s actions.

Page 25: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

25

IS & DE: Key Terms [Baltzan]Content Management Systems help

companies to manage the creation, storage, editing and publication of their website content.

Taxonomy: scientific classification of organisms into groups based on similarities or origin. Taxonomies are also used for indexing the content on web site into categories and subcategories of topics.

Every car is a vehicle.But Not every vehicle is a car.Some vehicles are vans, busses, trucks.“Child” terms fall under “Parent” terms.

Page 26: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

26

IS & DE: Key Terms [Baltzan]

Information architecture: set of ideas about how all information in a given context should be organized.

Information architect creates IS /website/ taxonomy.

A well-planned taxonomy ensures easy search and navigation.

If the taxonomy is confusing, IS /website/ will soon fail.

Page 27: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

27

IS & DE: Key Terms [Baltzan]

Source code contains instructions written by a programmer specifying the actions to be performed by computer SW.

Open source refers to any SW whose source code is made available free for any third party to review and modify.

Page 28: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

28

IS & DE: Key Terms [Baltzan]

Blog, or Web log: An online journal that allows users to post their own comments, graphics and video.

Unlike traditional HTML web pages, blog websites let writers communicate on a regular basis through a simple interface that does not require any programming efforts.

Page 29: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

29

IS & DE: Key Terms [Baltzan]

Wiki is a type of collaborative Web page that allows users to add, remove and change content. For example, Wikipedia, the open encyclopedia

A wiki user can alter the original content of any article

A blog user can only add information in the form of comments.

Page 30: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

30

IS & DE: Key Terms [Baltzan]

Ethics – principles and standards that guide our behavior toward other people.

Information ethics – govern the ethical issues arising from the development and use of IT or IS.

Page 31: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

31

IS & DE: Key Terms [Baltzan]

Authentication and Authorization:

Authentication: method for confirming user’s identities.

Authorization: process of providing a user with permission including access level to resources and abilities.

Page 32: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

32

IS & DE: Key Terms [Baltzan]

IS infrastructure IS have played a significant role in

modern society.What protects IS from failures/crashes? It is the IS infrastructure, which

includes plans for how a firm will Build, Deploy, Use, and Share

Its data, processes, and IS assets.

Page 33: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

33

IS & DE: Key Terms [Baltzan]

IS infrastructure contains:HWSWNetwork is a communications system

created by linking two or more devices and establishing a standard methodology in which they can communicate.

Client is a computer designed to request info from a server.

Server is a computer dedicated for providing info in response to requests.

Page 34: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

34

IS & DE: Key Terms [Baltzan]

3 main areas to maintain IS infrastructure:

Supporting operations Information IS infrastructure

Supporting changes Agile IS infrastructure

Supporting the environment Sustainable IS infrastructure

Page 35: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

35

IS & DE: Key Terms [Baltzan]

Supporting operations Information IS infrastructure

Backup and recovery planDisaster recovery planBusiness continuity plan

Page 36: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

36

IS & DE: Key Terms [Baltzan]

Supporting changes Agile IS infrastructure

AccessibilityAvailabilityMaintainabilityPortabilityReliabilityScalabilityUsability

Page 37: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

37

IS & DE: Key Terms [Baltzan]

Supporting the environment Sustainable IS infrastructure

Grid computingCloud computingVirtualized computing

Page 38: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

38

IS & DE: Key Terms [Baltzan]

Grid computing - collection of computers, often

geographically dispersed, that are coordinated to solve a common problem

With grid computing, a problem is broken into pieces and distributed to many machines, allowing faster processing than could occur with a single system

Page 39: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

39

IS & DE: Key Terms [Baltzan]

Cloud computing - refers to the use of resources and

applications hosted remotely on the Internet.

The term comes from the image of a cloud to represent the Internet or some large networked environment.

Users connect to the cloud from their PCs using a client, such as Web browser. To these individual users, the cloud appears as their personal application, device, or document.

Page 40: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

40

IS & DE: Key Terms [Baltzan]

Virtualized computing - creates multiple “virtual” machines

on a single computing device. Instead of purchasing a separate fax

machine, copy machine, printing machine

You can buy a virtualized computer printer that functions as a fax machine, copy machine and printing machine

Page 41: 1 INF160 IS Development Environments AUBG, COS dept Reference books: Baltzan Paige, Business Driven Information Systems, McGraw- Hill/Irwin, 3e, 2012.

41

Thank You For

Your Attention!


Recommended