Prepared By Dr. Ahmet KABARCIK IE 101 – Indutrial Engineering Orientation Information Systems and Technology 16.12.2014.

Slides:



Advertisements
Similar presentations
Information Technology (IT) activities and careers. Source:
Advertisements

Copyright 2007 Wiley & Sons, Inc. Chapter 11 Introduction to Information Systems HTM Management Information Systems College of Business Administration.
Computer Science and Computer Engineering. parts of the computer.
Information Systems in Business Lecture : 02 UOITC UOITC Business Information Technology Department Dr. Alla Talal Yassin.
Information Systems Chapter 2 Organizing Data and Information.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
What do Computer Scientists and Engineers do? CS101 Regular Lecture, Week 10.
1 SYS366 Week 1 - Lecture 2 How Businesses Work. 2 Today How Businesses Work What is a System Types of Systems The Role of the Systems Analyst The Programmer/Analyst.
11 3 / 12 CHAPTER Databases MIS105 Lec14 Irfan Ahmed Ilyas.
Introduction to Databases Transparencies
1 IS112 – Chapter 1 Notes Computer Organization and Programming Professor Catherine Dwyer Fall 2005.
Copyright 2007 Wiley & Sons, Inc. Chapter 11 COURSE INTRODUCTION  LECTURER INTRODUCE HIM OR HERSELF  LECTURER EXPLAIN SAP AND MP  LECTURER EXPLAIN THE.
Chapter 3 Applications Software: Getting the Work Done.
A brief look at Canadian post secondary computer technology studies.
Database Environments Assignment Two By Benjamin Turner Assignment Two By Benjamin Turner 8/24/2015.
PRESENTATION START.
Introduction to Information System Development.
Information System.
CIS 100a TEKnology – High Tech Exploration More on High Tech Careers.
Information System and Management
Information Technology Careers Chapter 15 – Computers: Understanding Technology.
INFORMATION SYSTEMS Overview
Dahnish Hussain Assignment 1 Information and Creative Technology.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Career Opportunities in Information Technology There are four main categories of IT jobs, grouped by the main focus of the job: Sales and support Software.
Objectives Overview Identify the qualities of valuable information Describe various information systems used in an enterprise Identify the components of.
2 Systems Architecture, Fifth Edition Chapter Goals Describe the activities of information systems professionals Describe the technical knowledge of computer.
SCSC 311 Information Systems: hardware and software.
Computing Fundamentals Module Lesson 19 — Using Technology to Solve Problems Computer Literacy BASICS.
OBJECT ORIENTED SYSTEM ANALYSIS AND DESIGN. COURSE OUTLINE The world of the Information Systems Analyst Approaches to System Development The Analyst as.
What is a Computer? Computer generally means a programmable machine. The two principal characteristics of a computer are: it responds to a specific set.
Time Collection with Mobile Devices Session Presented by JP Issock Quality Business Consulting.
File Systems and Databases Lecture 1. Files and Databases File: A collection of records or documents dealing with one organization, person, area or subject.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
MIS 105 LECTURE 1 INTRODUCTION TO COMPUTER HARDWARE CHAPTER REFERENCE- CHP. 1.
Unit 22 People in Computing
Computing Fundamentals Module Lesson 6 — Using Technology to Solve Problems Computer Literacy BASICS.
Computer in Everyday Life
DATA RESOURCE MANAGEMENT
Digital Libraries1 David Rashty. Digital Libraries2 “A library is an arsenal of liberty” Anonymous.
1 Information Technology Infrastructure & Management Overview.
1 Business Aspects of Software Engineering SWE 513.
1 Enterprise Requirement Planning For Manufacturing.
 An Information System (IS) is a collection of interrelated components that collect, process, store, and provide as output the information needed to.
By: Dr. Mohammed Alojail College of Computer Sciences & Information Technology 1.
Using Technology to Solve Problems Unit 2 Mod 2 SO 7.
Information Technology
Chapter 1 Computer Technology: Your Need to Know
4.03 Understand Information Technology activities and careers.
The Components of Information Systems
Information Technology Careers
Preparing Girls for IT Jobs
Database System Concepts and Architecture
The IT Environment Section 3 ICA11v1.0
Information and documentation media systems.
4.03 Understand Information Technology activities and careers.
Concepts of Information Systems
Information System and Management
The Components of Information Systems
System And Application Software
4.03 Understand Information Technology activities and careers.
MANAGING DATA RESOURCES
4.03 Understand Information Technology activities and careers.
Lecture 1 File Systems and Databases.
4.03 Understand Information Technology activities and careers.
Copyright © JanBask Training. All rights reserved Get Started with Hadoop Hive HiveQL Languages.
Information system analysis and design
Presentation transcript:

Prepared By Dr. Ahmet KABARCIK IE 101 – Indutrial Engineering Orientation Information Systems and Technology

 PRESENTATION PLAN INFORMATION SYSTEMS o HOW DO WE MANAGE DATA? o WHAT IS AN INFORMATION SYSTEM? TECHNOLOGY OF INFORMATION SYSTEMS o DATABASE SYSTEMS o PROGRAMMING o USER INTERFACE INFORMATION SYSTEM vs ENGINEERING MANAGEMENT INFORMATION SYSTEM JOB OPTIONS RELATED TO IS

World is full of lots of information.  INFORMATION SYSTEMS Music playlist Mobile phone content Details of facebook profile Data stored by school Data stored by doctor

 INFORMATION SYSTEMS All data needs to be Stored Categorised Searched Sorted

 INFORMATION SYSTEMS Demand of data, that we store, is growing at tremendous rate 2.5 quintillion bytes of data is created everyday

 INFORMATION SYSTEMS 90% of digital data in the world today has been created in the last 2 years.

 INFORMATION SYSTEMS 90% of digital data in the world today has been created in just the last 2 years. This is equivalent of a 19 meters high wall of ipads stretching from Edinburgh to Oman in the middle east. [57.5 billion (32 GB) ipads]

We depend on Information Systems to help us about ;  INFORMATION SYSTEMS HOW DO WE MANAGE ALL THIS DATA ? Creating Information Controlling Information Storing Information Finding Information Accessing Information

It is a combination of hardware, software, infrastructure and trained personnel organized to facilitate planning, control, coordination and decision making in an organization.  INFORMATION SYSTEMS SO WHAT IS AN INFORMATION SYSTEM? Personel Details Videos Contacts Documents Social Networks Instant Messages and more !!!

 INFORMATION SYSTEMS Business and other organization rely on Information systems for; Carrying out and managing their operations Interacting with the customers and the suppliers Computing in the market place Payroll Sales Advertising Sales Orders Supplies

 INFORMATION SYSTEMS For instance; Corporation Information System WebCustomer

 INFORMATION SYSTEMS For instance; Government Information System Services

 INFORMATION SYSTEMS TYPES OF INFORMATION SYSTEM Operations Knowledge work Management

Computer Hardware Computer Software Telecommunications User Interface Human Resources Databases and Data Warehouses  TECHNOLOGY OF INFORMATION SYSTEMS COMPONENTS OF INFORMATION SYSTEM

 TECHNOLOGY OF INFORMATION SYSTEMS DATABASE is a collection of information that is organized so that it can easily be accessed, managed, and updated. Most databases contain multiple tables, which may each include several different fields. WHAT IS DATABASE? COMPONENTS OF INFORMATION SYSTEM

 TECHNOLOGY OF INFORMATION SYSTEMS A database management system (DBMS) is a collection of programs that enables you to store, modify, and extract information from a database. WHAT IS DBMS? The set of rules for constructing queries is known as a query language. Different DBMSs support different query languages, although there is a semi-standardized query language called SQL (Structured Query Language). COMPONENTS OF INFORMATION SYSTEM

 TECHNOLOGY OF INFORMATION SYSTEMS COMPUTER HARDWARE COMPONENTS OF INFORMATION SYSTEM Peripharel equipment and telecommunications gear constitute the hardware of Information system

 TECHNOLOGY OF INFORMATION SYSTEMS A programming language is a formal constructed language designed to communicate instructions to a machine, particularly a computer. WHAT IS A PROGRAMMING LANGUAGE?  Difference between SQL and a Programming Language At a programming language, the programmer decides what is to be done and how to do it. You tell SQL what you want to do without specifying exactly how to accomplish the task. The DBMS decides the best way to perform the job. COMPONENTS OF INFORMATION SYSTEM

 TECHNOLOGY OF INFORMATION SYSTEMS COMPUTER SOFTWARE COMPONENTS OF INFORMATION SYSTEM System Software Application Software

 TECHNOLOGY OF INFORMATION SYSTEMS TELECOMMUNICATION COMPONENTS OF INFORMATION SYSTEM Telecommunications are used to connect computer systems. It may be wireless or wired.

 TECHNOLOGY OF INFORMATION SYSTEMS WHAT IS USER INTERFACE? A user interface, is the means in which a person controls a software application or hardware device. A good user interface provides a "user-friendly" experience, allowing the user to interact with the software or hardware in a natural and intuitive way.

 TECHNOLOGY OF INFORMATION SYSTEMS USER INTERFACE A user interface, is the means in which a person controls a software application or hardware device. A good user interface provides a "user-friendly" experience, allowing the user to interact with the software or hardware in a natural and intuitive way. COMPONENTS OF INFORMATION SYSTEM HUMAN RESOURCES Qualified people are a vital component of any information system.

 INFORMATION SYSTEMS vs COMPUTER SCIENCE / ENGINEER An engineer works for creating technology and earns his life on it. People who are working on IS sector makes money by using the technology.

 MANAGEMENT INFORMATION SYSTEM MIS is the system that provides information support for decision making in the organization Nature and Scope of MIS

 JOB OPTIONS RELATED TO IS Database administrator Information systems manager IT consultant IT technical support officer Multimedia programmer Network engineer Systems analyst Systems developer Applications developer Geographical information systems officer IT sales professional Management consultant

QUESTIONS?