Learning Approach. Evaluation. Text Book. - Written Test : 20% - Assignment/Project : 30%

Size: px
Start display at page:

Download "Learning Approach. Evaluation. Text Book. - Written Test : 20% - Assignment/Project : 30%"

Transcription

1

2 Learning Approach 1. Lectures : Tuesday 11 a.m. - 1 p.m. 2. Laboratory/Tutorial : Wednesday 8 a.m a.m. (Starts from next week, June 19 th ) Evaluation 1. Final Exam (attendance > 80 %) : 50% 2. Course Work - Written Test : 20% - Assignment/Project : 30% Text Book Ian Sommerville, Software Engineering, Ninth Edition, Pearson Publication

3 Focus on the concept of Software Engineering process and management Discuss the process, techniques and deliverables associated with engineering requirement Software verification and validation

4 Define and describes the software engineering terms and concepts Explain the software process, management, validation and verification Analyze the problem based on software engineering process models and specification document Apply software engineering techniques for engineering problem

5 Computer programs and associated documentation to perform specific tasks Software products may be developed for a particular customer or general market Example: Microsoft Offices Photoshop Games Smartphone Apps

6 Engineering discipline that includes all aspects of software production From the stages of system specification through to maintaining the system after utilization Includes technical process of development, project management, the development of tools, methods etc. to support software production

7 Nowadays, most of the individuals and society rely on electronic devices which requires advanced software systems. It is cheaper to use software engineering methods and techniques for software systems rather than personally write the programs. Most of costs are due to the software changing after it has gone into use.

8 2011 : Cash machine bug benefits customers by giving them extra money An Australian bank began giving out large sums of money from 40 cash machines across one city. Officials at the company said they were operating in stand-by mode, so could not identify the account balances of customers : US elections vote glitch sees nomination problems Computer problems drew complaints across the US during the 2012 elections, with numerous problems with voting machine glitches reported by voters. An example was touch screen errors automatically changing the vote from one candidate to another and not allowing voters to reselect or correct the error. and many more

9 Definition Computer Science Study of theoretical foundation of computation and their application in computer system Software Engineering One of the computer science discipline concerned with practicalities of developing and delivering useful software Area/ Application/ Product Computer Graphics Artificial Intelligence Computer Security 3D Animation e.g. Maya Facial Recognition e.g. in Facebook Antivirus Software e.g. Norton and Mcfee

10 Definition System Engineering Interdisciplinary field of engineering, that focuses on the development and organization of complex artificial systems. Software Engineering One of the computer science discipline concerned with practicalities of developing and delivering useful software Objective Application /Product Building and developing systems that includes both hardware and software which considers the business and the technical needs of all customers Electronic device e.g. laptop and computer, Electronic video games e.g. PlayStation and XBox Building and maintaining software systems 3D Animation e.g. Maya, Anivirus Software e.g. Norton and Mcfee

11 Software costs often dominate computer system costs software cost > hardware cost Software requires professionals for development human power > machine Software costs more to maintain than it does to develop Software engineering is concerned with costeffective software development

12 1. Generic products Stand-alone systems that are marketed and sold to any customer e.g. PC software such as graphics programs, project management tools, CAD software 2. Customized products Software that is commissioned by a specific customer to meet their own needs e.g. Embedded control systems, air traffic control software, traffic monitoring systems.

13 1. Generic products The specification of what the software should do is owned by the software developer Decisions on software change are made by the developer. 2. Customized products The specification of what the software should do is owned by the customer for the software Customer make decisions on software changes that are required.

14 1. Software Specification customers and engineers define the software that is to be produced and the constraints on its operation 2. Software Development the software is designed, programmed and implemented 3. Software Validation the software is checked to ensure if it meets the requirement by the customer 4. Software Evolution the software is modified to reflect changing customer and market requirements

15 Product characteristic Maintainability Dependability and security Efficiency Acceptability Description Software should has the ability to evolve to meet the changing needs of customers due to the changing business environment Software dependability refers to reliability, security and safety Dependable software should not cause physical or economic damage in the event of system failure Malicious users should not be able to access or damage the system Software should not make wasteful use of system resources such as memory and processor cycles. Efficiency includes responsiveness, processing time, memory utilisation, etc Software must be acceptable to the type of users for which it is designed It must be understandable, usable and compatible with other systems that they use

16 1. Heterogeneity Systems are required to operate as distributed systems on different types of computer and mobile devices 2. Business and social change Business and society need to be able to change their existing software as emerging economies develop and new technologies become available 3. Security and trust The software have to be secure to be trusted with important information

17 There are many different types of software system and there is no universal set of software techniques The software engineering methods and tools used depend on: i. type of application being developed ii. iii. requirements of the customer background of the development team

18 1. Stand-alone applications application systems that run on a local computer include all necessary functionality and do not need to be connected to a network e.g. : Office application, photo manipulation software etc. 2. Interactive transaction-based applications applications that execute on a remote computer and are accessed by users from their own PCs or terminals e.g. : web applications such as e-commerce, online shopping 3. Embedded control systems software control systems that control and manage hardware devices e.g. : software in mobile phone, cars, electronic appliance at home

19 4. Batch processing systems These are business systems that are designed to process data in large batches e.g. : phone billing system, salary payment system 5. Entertainment systems primarily for personal use and are intended to entertain the user e.g. : games 6. Systems for modeling and simulation These are systems that are developed by scientists and engineers to model physical processes or situations, which include many, separate, interacting objects. e.g. : Heat transfer simulation, wind turbine simulation

20 7. Data collection systems systems that collect data from their environment using a set of sensors and send that data to other systems for processing. e.g. : Weather forecast, Gas monitoring 8. Systems of systems systems that are composed of a number of other software systems e.g. : Global Positioning System (GPS) which consists of multiple systems to transmit, calculate and send the data position to users.

21 Fundamental principles that apply to all types of software system: 1. Systems should be developed using a managed and understood development process 2. Dependability and performance are important for all types of system No failures, secure from external attack and efficient 3. Understanding and managing the software specification and requirements (as requested by customers/users) are important 4. Should be effectively reusable reuse of existing software that has already been developed rather than write new software

22 Computers have a central and growing role in modern development, therefore software engineers have significant opportunities or give other opportunity or influence others to do good or cause harm Therefore, code of ethics is produced A set of principles/standards of expected behaviour for professional software engineers Issues on professional responsibility: 1. Confidentiality Engineers should normally respect the confidentiality of their employers or clients whether or not a formal confidentiality agreement has been signed

23 2. Competence Engineers should not misrepresent their level of competence and should accept work within their ability 3. Intellectual Property Rights Engineers should be aware of local laws governing regarding the protection of the use of intellectual property (such as patents, copyright, etc) 4. Computer Misuse Software engineers should not misuse other people s computers, e.g. playing games on an employer s machine, or disseminating viruses.

24 Software engineering is an engineering discipline that is concerned with all aspects of software production Essential software product attributes are maintainability, dependability and security, efficiency and acceptability The high-level activities of specification, development, validation and evolution are part of all software processes

25 The fundamental notions of software engineering are universally applicable to all types of system development Different types of system requires different software engineering tools and techniques for their development The fundamental ideas of software engineering are applicable to all types of software system Software engineers have responsibilities to the engineering profession and society, and also must obey the ethics codes

26

27 Name : Matric Number : Question: What are the four essential attributes of a good software?

Software Engineering. Lecture 1: Introduction

Software Engineering. Lecture 1: Introduction Software Engineering Lecture 1: Introduction Mahmoud El-Gayyar elgayyar@ci.suez.edu.eg Slides are a modified version of the slides by Prof. Kenneth M. Anderson and Prof. Ian Sommerville Survey software

More information

Course Organization. Lecture 1/Part 1

Course Organization. Lecture 1/Part 1 Course Organization Lecture 1/Part 1 1 Outline About me About the course Lectures Seminars Evaluation Literature 2 About me: Ing. RNDr. Barbora Bühnová, Ph.D. Industrial experience Research Quality of

More information

System and Software Engineering. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 1 Slide 1

System and Software Engineering. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 1 Slide 1 System and Software Engineering Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 1 Slide 1 Objectives To introduce software engineering and to explain its importance To set out the answers

More information

Information Systems & Management

Information Systems & Management 12 Information Systems & Management Ir. Haery Sihombing/IP Pensyarah Pelawat Fakulti Kejuruteraan Pembuatan Universiti Teknologi Malaysia Melaka Information and The Manager Data: : raw facts such as the

More information

LE NUOVE FRONTIERE DALL AI ALL AR E L IMPATTO SULLA QUOTIDIANITÀ

LE NUOVE FRONTIERE DALL AI ALL AR E L IMPATTO SULLA QUOTIDIANITÀ LE NUOVE FRONTIERE DALL AI ALL AR E L IMPATTO SULLA QUOTIDIANITÀ Deloitte Analytics & Information Management Torino, 26/03/2018 1 AUGMENTED REALITY FUNDAMENTALS EXAMPLES OF DEEP LEARNING ARTIFICIAL INTELLIGENCE

More information

SOA, Web 2.0, and Web Services

SOA, Web 2.0, and Web Services SOA, Web 2.0, and Web Services Dr. Kanda Runapongsa Saikaew Department of Computer Engineering Khon Kaen University http://gear.kku.ac.th/~krunapon/xmlws Overview Technology Trends SOA Web 2.0 Web Services

More information

Software Engineering. Quiz with Explainations. Hans-Petter Halvorsen, M.Sc.

Software Engineering. Quiz with Explainations. Hans-Petter Halvorsen, M.Sc. Software Engineering Quiz with Explainations Hans-Petter Halvorsen, M.Sc. Questions 1. What is Software Engineering? 2. Give an overview of different Roles in Software Development 3. What kind of skills

More information

Software Engineering COMP 201

Software Engineering COMP 201 Software Engineering COMP 201 Lecturer: Dr. Igor Potapov Chadwick Building, room 2.09 E-mail: igor@csc.liv.ac.uk COMP 201 web-page: http://www.csc.liv.ac.uk/~igor/comp201 Software Engineering, COMP201

More information

FACTFILE: GCE DIGITAL TECHNOLOGY

FACTFILE: GCE DIGITAL TECHNOLOGY FACTFILE: GCE DIGITAL TECHNOLOGY AS2: FUNDAMENTALS OF DIGITAL TECHNOLOGY PROCESSING SYSTEMS Learning Outcomes Students should be able to: describe batch processing and real-time processing; and evaluate

More information

How to Use a Mobile App to Develop Your Business?

How to Use a Mobile App to Develop Your Business? How to Use a Mobile App to Develop Your Business? Table of Contents What Information Can You Find in Our E-Book? 02 Table of Contents 03 Introduction 05 Mobile Market General Trends 11 What Can a Mobile

More information

Paper Reference IT Paper Reference(s) IT201/01 Edexcel Principal Learning Information Technology Level 2 Unit 1: Potential of Technology

Paper Reference IT Paper Reference(s) IT201/01 Edexcel Principal Learning Information Technology Level 2 Unit 1: Potential of Technology Centre No. Candidate No. Paper Reference(s) IT201/01 Edexcel Principal Learning Information Technology Level 2 Unit 1: Potential of Technology Friday 22 May 2009 Morning Time: 1 hour Materials required

More information

ADVENT ONE. The Dynamic Demands of IoT in a Connected World

ADVENT ONE. The Dynamic Demands of IoT in a Connected World ADVENT ONE The Dynamic Demands of IoT in a Connected World Modern consumers have come to expect online, self-service and intuitive transacting in an on-demand world. We shop online, bank online and expect

More information

Small Business Report

Small Business Report SEGMENT RESEARCH: SMALL BUSINESS 2016 Connected Small Business Report Insights into Small Businesses and Their Use of Technology Introduction To better understand the role technology plays in U.S. small

More information

Sage 50 Accounts, Accounts Plus & Accounts Professional Product Comparison Updated 13/05/2013

Sage 50 Accounts, Accounts Plus & Accounts Professional Product Comparison Updated 13/05/2013 Feature Get Up and Running Easy to set up and use Simple network setup for multi user version Easy to customise to fit your business Jargon-free language that's easy to understand View video demonstrations

More information

The 2 nd ADI Compasso d'oro International Award Sport Performance and Innovation

The 2 nd ADI Compasso d'oro International Award Sport Performance and Innovation The 2 nd ADI Compasso d'oro International Award Sport Performance and Innovation INTRODUCTION ADI, the Association for Industrial Design represents the whole chain of operators involved in Italian design.

More information

PESIT Bangalore South Campus

PESIT Bangalore South Campus 1) 2)a) INTERNAL ASSESSMENT TEST SOLUTION KEYS 3 Explain four basic analytical modeling activities involved in DSS? What-If Analysis: - In what-if-analysis, an end user makes changes to variables, or relationships

More information

Midessatech wants to be an integral partner in your success!

Midessatech wants to be an integral partner in your success! Get you or your business on the web and let Midessatech help you to create an effective and competitive face to the public to get you and your business online! Below is a menu of our website design packages.

More information

IBM Marketing Cloud introduces IBM Real Time Personalization to enable marketers to deliver optimized content, tailored to each individual

IBM Marketing Cloud introduces IBM Real Time Personalization to enable marketers to deliver optimized content, tailored to each individual IBM United States Software Announcement 216-320, dated September 20, 2016 IBM Marketing Cloud introduces IBM Real Time Personalization to enable marketers to deliver optimized content, tailored to each

More information

Introduction to Software Engineering

Introduction to Software Engineering Introduction to Software Engineering Lecture 1 Dr Eliane L. Bodanese 1 Agenda Introductions Ground Rules What is the course about & course information Course texts Lecture and Exercises Assessment Coursework

More information

MANAGE YOUR OWN SMARTPOS APPSTORE

MANAGE YOUR OWN SMARTPOS APPSTORE MANAGE YOUR OWN SMARTPOS APPSTORE This document is provided to you for informational purposes only. All features and specifications are subject to change without notice. PAX s name and logo, as well as

More information

Deliverable D7.4 MICA Social Network

Deliverable D7.4 MICA Social Network MICA Social Network Project: Mineral Intelligence Capacity Analysis Acronym: MICA Grant Agreement: 689468 Funding Scheme: Horizon 2020 Webpage: www.mica-project.eu Work Package: Work Package 7 Work Package

More information

CLIENT ACCOUNTING SOLUTIONS 04/19/2012

CLIENT ACCOUNTING SOLUTIONS 04/19/2012 Client Write-Up System Client Write-Up General Ledger with Financial Reporting Bank Reconciliation After-the-Fact Payroll with Payroll Reporting Link with QuickBooks Pro, spreadsheet / tax programs Amortization

More information

LIFELINE AUSTRALIA BOARD ETHICAL GUIDELINES

LIFELINE AUSTRALIA BOARD ETHICAL GUIDELINES LIFELINE AUSTRALIA BOARD ETHICAL GUIDELINES Version 1.2 November 2011 Table of Contents Lifeline Australia Board Ethical Guidelines... 3 Board Obligations and Responsibilities... 3 Code of Ethics for Lifeline

More information

FGFOA 2017 Focus on the Future

FGFOA 2017 Focus on the Future IT Modernization: Bringing Government from Obsolete to Cutting Edge FGFOA 2017 Focus on the Future Christine Horrocks, CPA/CFF, CGMA Brent Pruim, CPA Topics Covered State of the industry with respect to

More information

EASY TO USE. PAYROLL FOR ANY SIZE AND TYPE OF BUSINESS.

EASY TO USE. PAYROLL FOR ANY SIZE AND TYPE OF BUSINESS. EASY TO USE. PAYROLL FOR ANY SIZE AND TYPE OF BUSINESS. EASY TO USE. PAYROLL FOR ANY SIZE AND TYPE OF BUSINESS. Pastel Partner Payroll provides you with an easy to use, accurate and secure payroll solution

More information

Tourism Informatization Research under the Mode of Internet of Things. Gangzhi Guo

Tourism Informatization Research under the Mode of Internet of Things. Gangzhi Guo 6th International Conference on Machinery, Materials, Environment, Biotechnology and Computer (MMEBC 2016) Tourism Informatization Research under the Mode of Internet of Things Gangzhi Guo School of Culture

More information

Artificial Intelligence and Machine Learning in IoT

Artificial Intelligence and Machine Learning in IoT Artificial Intelligence and Machine Learning in IoT Dr. Christine Preisach Vice President Data Science in IoT PUBLIC What is IoT: Examples and Facts Save time and improve quality of life with: Optimized

More information

IoT: Smart Appliances in the Era of Experiences

IoT: Smart Appliances in the Era of Experiences IoT: Smart Appliances in the Era of Experiences Parks Associates Webcast Sponsored by: Presented by: Audio Recording To replay the webcast, click here: https://attendee.gotowebinar.com/recording/7481360054162295298

More information

New Jersey Institute of Technology DEPARTMENT OF CIVIL & ENVIRONMENTAL ENGINEERING

New Jersey Institute of Technology DEPARTMENT OF CIVIL & ENVIRONMENTAL ENGINEERING COURSE: New Jersey Institute of Technology DEPARTMENT OF CIVIL & ENVIRONMENTAL ENGINEERING CE 350 101 Transportation Engineering (ID 90723) Term: Fall 2016 Fall 2016 SECTION: 101 103 CE 350 103 Transportation

More information

Do not turn over this examination paper until instructed to do so. Answer all questions.

Do not turn over this examination paper until instructed to do so. Answer all questions. IB Computer Science Paper 1 - Mock Exam - Dec 2014 (1/9) COMPUTER SCIENCE HIGHER LEVEL (questions 1-17) - 2 hours 10 minutes STANDARD LEVEL (questions 1-14) - 1 hour 30 minutes PAPER 1 MOCK EXAM INSTRUCTIONS

More information

Managing Information Systems Seventh Canadian Edition. Laudon, Laudon and Brabston. CHAPTER 11 Managing Knowledge

Managing Information Systems Seventh Canadian Edition. Laudon, Laudon and Brabston. CHAPTER 11 Managing Knowledge Managing Information Systems Seventh Canadian Edition Laudon, Laudon and Brabston CHAPTER 11 Managing Knowledge Copyright 2015 Pearson Canada Inc. Copyright 2015 Pearson Canada Inc. 3-1 11-1 Important

More information

A NEW ERA FREE FLOW ACCESS AND PARKING SOLUTION

A NEW ERA FREE FLOW ACCESS AND PARKING SOLUTION BTS Access & BTS Parking A NEW ERA FREE FLOW ACCESS AND PARKING SOLUTION BTS Access & BTS Parking. Based on automatic identification of number plates and no physical barriers. Cost effective, easy to operate

More information

Work will begin on the project when the Letter of Agreement has been signed.

Work will begin on the project when the Letter of Agreement has been signed. isit2b Marketing, LLC Marketing Services Terms & Conditions is it 2B Marketing provides website & graphic design, copywriting, and related online marketing services. Clients are asked to read and agree

More information

2517 Mark Scheme June 2005

2517 Mark Scheme June 2005 1 (a) Describe the use of three software applications the student might use as part of an integrated office system. e.g. A word processor (1) to write letters to students. (1) A spreadsheet (1) to keep

More information

Payment Digitalization and the University Smart Card

Payment Digitalization and the University Smart Card Payment Digitalization and the University Smart Card Payment Digitalization and the University Smart Card 1 EVOLVING LANDSCAPE 2 PAYMENTS CONVERGENCE 3 PARTNERSHIP APPROACH 2 1 There are two rapidly evolving

More information

CSE320 :: Gurbakash Phonsa: Assistant Professor : CSE. Software Engineering

CSE320 :: Gurbakash Phonsa: Assistant Professor : CSE. Software Engineering Software Engineering Course details LTP 3 0 0 [Three lectures/week] Text Book FUNDAMENTALS OF SOFTWARE ENGINEERING by RAJIB MALL, PHI (PRETICE HALL INDIA), Course Assessment Model Marks break up* Attendance

More information

Professional and Legal Issues for Web and Digital Content Developers (SCQF level 8)

Professional and Legal Issues for Web and Digital Content Developers (SCQF level 8) Higher National Unit specification General information Unit code: HF54 35 Superclass: EC Publication date: July 2016 Source: Scottish Qualifications Authority Version: 01 Unit purpose The purpose of this

More information

FINGERPRINT BASED PROJECTS

FINGERPRINT BASED PROJECTS ************************************************************************ INNOVATIVE & APPLICATION ORIENTED PROJECTS ON SVSEMBEDDED S (8051/AVR/ARM7/MSP430/RENESAS/ARM cortex M3) ************************************************************************

More information

Turban and Volonino. Transaction Processing, Functional Applications and Integration

Turban and Volonino. Transaction Processing, Functional Applications and Integration Turban and Volonino Chapter 9 Transaction Processing, Functional Applications and Integration Information Technology for Management Improving Performance in the Digital Economy 7 th edition John Wiley

More information

Our Membership background. General Offering Breakdown

Our Membership background. General Offering Breakdown Our Membership background In order to maintain low rates for our clients, we are providing our customers with an option to subscribe to our new membership program in lieu of a labor rate increase. We have

More information

Our Membership background. General Offering Breakdown

Our Membership background. General Offering Breakdown Our Membership background In order to maintain low rates for our clients, we are providing our customers with an option to subscribe to our new membership program in lieu of a labor rate increase. We have

More information

Anveo Client Suite. for Microsoft Dynamics NAV

Anveo Client Suite. for Microsoft Dynamics NAV Anveo Client Suite for Microsoft Dynamics NAV MOBILE APPS WEB PORTALS Anveo Mobile App Full offline capable App for your tablet PC and smart phone (iphone, ipad and Android) Anveo Web Portal Runs in browser

More information

Is Machine Learning the future of the Business Intelligence?

Is Machine Learning the future of the Business Intelligence? Is Machine Learning the future of the Business Intelligence Fernando IAFRATE : Sr Manager of the BI domain Fernando.iafrate@disney.com Tel : 33 (0)1 64 74 59 81 Mobile : 33 (0)6 81 97 14 26 What is Business

More information

EE-379 Embedded Systems and Applications Introduction

EE-379 Embedded Systems and Applications Introduction EE-379 Embedded Systems and Applications Introduction Cristinel Ababei Department of Electrical Engineering, University at Buffalo Spring 2013 Note: This course is offered as EE 459/500 in Spring 2013

More information

Introductory Visualizing Technology

Introductory Visualizing Technology Introductory Visualizing Technology Seventh Edition Chapter 2 Application Software Learning Objectives 2.1 Identify Types and Uses of Business Productivity Software 2.2 Identify Types and Uses of Personal

More information

The imperfect past, the insufficient present, and the absolutely perfect future

The imperfect past, the insufficient present, and the absolutely perfect future The imperfect past, the insufficient present, and the absolutely perfect future Thorsten Koch IGeLU 2013, Freie Universität Berlin 1 Dreams I: The digital Assistent Assistant / Adjutant / Secretary Assistent

More information

The road to Payments digitization. Costis Paikos Digital Channels, Eurobank BoD, IAB Hellas

The road to Payments digitization. Costis Paikos Digital Channels, Eurobank BoD, IAB Hellas The road to Payments digitization Costis Paikos Digital Channels, Eurobank BoD, IAB Hellas Mobile Payments market evolution The European Mobile Payments market will almost triple by 2021. P2P and proximity

More information

On-Demand Solution Planning Guide

On-Demand Solution Planning Guide On-Demand Solution Planning Guide Powering On-Demand Solutions www.growthclick.com hello@growthclick.com Copyright 2019 GrowthClick Inc. All Rights Reserved. 1 3 Steps to Planning an On-Demand Solution

More information

2) Appendices A, B, and C of MIS6 book available online with your access code

2) Appendices A, B, and C of MIS6 book available online with your access code CALIFORNIA STATE UNIVERSITY, BAKERSFIELD School of Business and Public Administration Management and Marketing Department MIS 3000 (Sections 1 & 2) Management Information Systems: Concepts and Applications

More information

Do not turn over this examination paper until instructed to do so. Answer all questions.

Do not turn over this examination paper until instructed to do so. Answer all questions. IB Computer Science Paper 1 - Mock Exam - Dec 2013 (1/9) COMPUTER SCIENCE HIGHER LEVEL (ALL questions) STANDARD LEVEL (questions 1-14) PAPER 1 MOCK EXAM HL - 2 hours 10 minutes SL - 1 hour 30 minutes INSTRUCTIONS

More information

INDIVIDUAL MARKETING AT SCALE

INDIVIDUAL MARKETING AT SCALE INDIVIDUAL MARKETING AT SCALE MARKETING AT SCALE INDIVIDUAL 01 Individual marketing Increase ROI with individual marketing at scale Context Matters. The more contextually relevant a message is, the more

More information

The Evolution of Data and the Impact of New Technologies on Agency Finance & Procurement

The Evolution of Data and the Impact of New Technologies on Agency Finance & Procurement The Evolution of Data and the Impact of New Technologies on Agency Finance & Procurement ROHIT CHAUHAN, EXECUTIVE VICE PRESIDENT OF ADVANCED ANALYTICS, MASTERCARD New technologies are converging to positively

More information

Paper Reference IT Paper Reference(s) IT201/01 Edexcel Principal Learning Information Technology Level 2 Unit 1: The Potential of Technology

Paper Reference IT Paper Reference(s) IT201/01 Edexcel Principal Learning Information Technology Level 2 Unit 1: The Potential of Technology Centre No. Candidate No. Surname Signature Paper Reference(s) IT201/01 Edexcel Principal Learning Information Technology Level 2 Unit 1: The Potential of Technology Thursday 15 January 2009 Morning Time:

More information

MIS 300 Exam 1 Spring 2011

MIS 300 Exam 1 Spring 2011 MIS 300 Exam 1 Spring 2011 Name: Instructions Turn off your cell phone. Close your notes and book. Answer each question by selecting the best response. For True/False questions, select A for and B for.

More information

Areas of Computer Applications

Areas of Computer Applications Areas of Computer Applications Commercial data processing Large companies like banks, insurance companies, phone, gas and electricity suppliers and mail order companies, often have over a million customers.

More information

Dimensions of Information

Dimensions of Information Dimensions of Information Information can be said to have a number of different characteristics that can be used to describe its quality. The differences between good and bad information can be identified

More information

Vote Coin. Anonymous Crypto Democracy

Vote Coin. Anonymous Crypto Democracy Anonymous Crypto Democracy VoteCoin is an anonymous crypto currency best suitable for elections and other voting purposes, based on Zerocoin protocol. Whitepaper 2017 VoteCoin team - 1 - Summary Preface...

More information

WP / DATA SHEET DYNAMICS 365 LAWYERS

WP / DATA SHEET DYNAMICS 365 LAWYERS In the legal sector, law firms need to acquire greater organizational capacity, optimize their resources with maximum professionalism, carry out a strict economic control of their cases and respond to

More information

Accelerating Xilinx All Programmable FPGA and SoC Design Verification with Blue Pearl Software

Accelerating Xilinx All Programmable FPGA and SoC Design Verification with Blue Pearl Software Accelerating Xilinx All Programmable FPGA and SoC Design Verification with Blue Pearl Software Introduction Xilinx All Programmable FPGAs and SoCs are used across multiple markets, powering applications

More information

ESSENTIAL SKILLS PROFILE SENIOR CLERK TYPIST

ESSENTIAL SKILLS PROFILE SENIOR CLERK TYPIST ESSENTIAL SKILLS PROFILE SENIOR CLERK TYPIST WWW.GAMINGCENTREOFEXCELLENCE.CA TABLE OF CONTENTS Essential Skills are the skills people need for work, learning and life. Human Resources and Skills Development

More information

Becoming an Intelligent Enterprise to Make Money Out of Data

Becoming an Intelligent Enterprise to Make Money Out of Data Becoming an Intelligent Enterprise to Make Money Out of Data Shailendra Kumar, Chief Evangelist, SAP October 10, 2018 Changing Times 2 The Digital Era is evolving into The Intelligence Era Mainframe &

More information

ESSENTIALS OF E-COMMERCE (UNIT-2) PROCESS OF ELECTRONIC TRANSACTIONS AND THE INDIAN PAYMENT MODEL

ESSENTIALS OF E-COMMERCE (UNIT-2) PROCESS OF ELECTRONIC TRANSACTIONS AND THE INDIAN PAYMENT MODEL ESSENTIALS OF E-COMMERCE (UNIT-2) PROCESS OF ELECTRONIC TRANSACTIONS AND THE INDIAN PAYMENT MODEL 1. INTRODUCTION Hello students, today we are going to study the subject E-commerce. The second unit covers

More information

Data Protection Principles for Connected Vehicles

Data Protection Principles for Connected Vehicles Data Protection Principles for Connected Vehicles I. Aim of the Principles Connecting a vehicle to the Internet and connecting road users with each other will lead to changes in the upcoming years, which

More information

Smart City Payment Solution

Smart City Payment Solution Smart City Payment Solution 1 Copyright Notice 2017 Hashcash Consultants. All Rights Reserved. This documentation is the sole property of Hashcash Consultants. Hashcash Consultants believes the information

More information

Guide Superfast Broadband technology and the manufacturing sector

Guide Superfast Broadband technology and the manufacturing sector Guide Superfast Broadband technology and the manufacturing sector 0345 600 3936 www.sfbcornwall.co.uk Contents Introduction... 3 UK manufacturing remains a huge sector... 3 Superfast Broadband is a game-changer...

More information

Business Energy Council

Business Energy Council Business Energy Council Intela Business Activity Summary Professional Services Products Machine learning & AI solutions AI strategy advice - Intelligent Data Management www.farrago.ai - PhD & Masters Data

More information

Edusense System Simple yet Solid

Edusense System Simple yet Solid Edusense System Simple yet Solid Sense info@usense.co www.usense.co Content 1. Introduction 1 2. School Management 2 3. Library Management 4 4. Manufacturing 5 5. Customer Relationship Management (CRM)

More information

FOR ANSWERS IN A DISRUPTIVE WORLD. GfK September 17, 2018

FOR ANSWERS IN A DISRUPTIVE WORLD. GfK September 17, 2018 FOR ANSWERS IN A DISRUPTIVE WORLD 1 Disruptive Trends in the German Tech Industry 15 years ago we were still buying much more tube TVs than flat TVs 10 years ago practically no personal audio device had

More information

Our parking management solutions that include:

Our parking management solutions that include: CAR PARKING MANAGEMENT SYSTEM Our parking management solutions that include: Car Park Equipment & Management Systems Parking Guidance Systems Valet Parking System Parking Control Systems RFID Parking Management

More information

Consumer oriented Ecommerce:

Consumer oriented Ecommerce: Consumer oriented Ecommerce: The convergence (union) of money, commerce, computing and networks is laying the foundation for a global consumer market place. Some fundamental business issues must be addressed

More information

7. Project Management

7. Project Management Subject/Topic/Focus: 7. Project Management Management of Systems Engineering Processes Summary: Project management Systems engineering Maturity model and process improvement Literature: Ian Sommerville:

More information

Mod-TWO. Transaction Processing System (TPS) Office Automation System (OAS)

Mod-TWO. Transaction Processing System (TPS) Office Automation System (OAS) Mod-TWO Transaction Processing System (TPS) Office Automation System (OAS) TPS, MIS, DSS, and AI/ES Hierarchy: Information AI/ES Less More Less More DSS MIS Routine Decision support Input & output Sophistication

More information

Why Information Systems? The Information Systems Revolution. Emergence of Global Economy. Emergence of Global Economy

Why Information Systems? The Information Systems Revolution. Emergence of Global Economy. Emergence of Global Economy Why Information Systems? The Information Systems Revolution Four power worldwide changes have altered the environment of business Emergence of Global Economy Transformation of Industrial Economies Transformation

More information

Job Profiling Training Information and Application

Job Profiling Training Information and Application Job Profiling Training Information and Application Why should I apply for Job Profiling Training? The WorkKeys Job Profiling Training program teaches individuals how to conduct the WorkKeys job profiling

More information

Application Software. What are the categories of application software?

Application Software. What are the categories of application software? 1 Chapter 3 Application Software 2 Chapter 3 Objectives 3 Application Software 1 What is application software? 2 Programs that perform specific tasks for users Also called a software application or an

More information

Software tool support for software development

Software tool support for software development Computer-aided software engineering Software tool support for software development CASE technology Production-process support technology Tools to support development activities such as specification, design,

More information

Media Studies (JAN09MEST101) General Certificate of Education Advanced Subsidiary Examination January Investigating Media

Media Studies (JAN09MEST101) General Certificate of Education Advanced Subsidiary Examination January Investigating Media Centre Number Surname Other Names Candidate Signature Candidate Number For Examiner s Use For Examiner s Use Question Mark Media Studies General Certificate of Education Advanced Subsidiary Examination

More information

Payments and IoT: Transactions in a World of Connected Devices

Payments and IoT: Transactions in a World of Connected Devices White Paper Payments and IoT: Transactions in a World of Connected Devices Sponsored by: Electronic Transactions Association and Intel James Wester November 2016 SITUATION OVERVIEW At the moment, there

More information

(a) (i) Define the term real-time. [2 marks]

(a) (i) Define the term real-time. [2 marks] 1. Walrus radio-tracking in the southern Chukchi Sea 2008 During the 2008 migration, researchers attached satellite radio-tags to 28 walruses in the southern Chukchi Sea region. Tracking data from this

More information

Name Description Division Oregon Administrative Rules (OARD) Rewrite Phase 2

Name Description Division Oregon Administrative Rules (OARD) Rewrite Phase 2 Oregon Administrative Rules (OARD) Rewrite Phase 2 The purpose of the (OARD) Phase 2 project is enhancements including auto-filing, report on temporary filings, digital signatures, automated TRIM interface,

More information

A Guest Actionable Insight

A Guest Actionable Insight From MCA Talk... A Guest Actionable Insight Wireless IoT Dash Buttons for Vendor Managed Inventory Resupply Programs Meet the B2B EZ Button... By Mike Blasdell, MindHARBOR We opened our doors as MindHARBOR

More information

Learning Objectives. Learning Objectives 17/03/2016. Chapter 15 The Internet: Digital and Social Media

Learning Objectives. Learning Objectives 17/03/2016. Chapter 15 The Internet: Digital and Social Media Chapter 15 The Internet: Digital and Social Media Copyright 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.

More information

IBM Decision Optimization and Data Science

IBM Decision Optimization and Data Science IBM Decision Optimization and Data Science Overview IBM Decision Optimization products use advanced mathematical and artificial intelligence techniques to support decision analysis and identify the best

More information

Technology Panel. We re not chasing shiny toys!

Technology Panel. We re not chasing shiny toys! Technology Panel CHPA 2014 We re not chasing shiny toys! Use technology to improve the guest experience or improve our productivity! 1 How much times have changed! CHPA Technology Trends Is your company

More information

Social Media Guidelines

Social Media Guidelines March 2013 Social Media Guidelines The following provides employees with an understanding of FedEx guidelines about individual participation and personal comments in external internet social media sites

More information

IoT in Agricultural Field

IoT in Agricultural Field IoT in Agricultural Field Poornima Venkatesh, Sahana.C, Nayanashree.S, Ashwini kodipalli. B.E Students, Dept. of ISE, New Horizon College of Engineering, Bangalore, Karnataka, India Assistant Professor,

More information

Presented By: Jack R. Salvetti, Principal S.R. Snodgrass, P.C.

Presented By: Jack R. Salvetti, Principal S.R. Snodgrass, P.C. Presented By: Jack R. Salvetti, Principal S.R. Snodgrass, P.C. 2018 S.R. Snodgrass, P.C. All Rights Reserved 2 3 Number of Commercial Banks (2000 2017) 9,000 8,500 8,315 8,082 8,000 7,500 7,887 7,767 7,628

More information

Anveo Client Suite. for Microsoft Dynamics NAV. Version 8 September 2016

Anveo Client Suite. for Microsoft Dynamics NAV. Version 8 September 2016 Anveo Client Suite for Microsoft Dynamics NAV MOBILE APPS Version 8 September 2016 WEB PORTALS Content Overview about Anveo Page 2 Mobile App.. Page 4 Sales App.. Page 5 Service App. Page 7 App Builder.

More information

Using Financial Services. Banking on the Go. Financial Literacy Theme. Using Financial Services. 21st Century Skill(s)

Using Financial Services. Banking on the Go. Financial Literacy Theme. Using Financial Services. 21st Century Skill(s) UNIT 2 Using Financial Services Topic Using Mobile Banking LEARNING OBJECTIVE(S) Students will: explain common mobile banking features and uses. research and evaluate mobile banking services offered by

More information

Weighbridge Management

Weighbridge Management Scanvaegt ScanX.NET Weighbridge Management ScanX.NET is the complete software-system for efficient control and management of all types of data registrations related to weighbridge systems. ScanX.NET fast,

More information

STRATEGIC COST MANAGEMENT

STRATEGIC COST MANAGEMENT STRATEGIC COST MANAGEMENT AN ACCREDITED COURSE OF THE CMA PROGRAMME OF THE INSTITUTE OF CERTIFIED MANAGEMENT ACCOUNTANTS Strategic Cost Management is an advanced level course that covers the role of the

More information

An independent yet compatible solution

An independent yet compatible solution About the company Optimize your quality processes, measure more efficiently, maximize your investments Metrologic Group has built a solid reputation for providing companies of all sizes with the best 3D

More information

i-tour intelligent mobility in an urban context i-tour project overview 1

i-tour intelligent mobility in an urban context i-tour project overview 1 i-tour intelligent mobility in an urban context 1 Project acronym: i-tour Project full title: intelligent Transport system for Optimized URban trips Grant agreement n : 234239 Grant Agreement for: Collaborative

More information

Impact of Cloud Computing Technology for Library Services

Impact of Cloud Computing Technology for Library Services Impact of Cloud Computing Technology for Library Services Raghavendra R, Indrani V and Dr. PoornimaNarayana Information Centre for Aerospace Science & Technology National Aerospace Laboratories, Council

More information

EXPANDING BRAND PRESENCE IN A TIME OF BRANCH REDUCTIONS

EXPANDING BRAND PRESENCE IN A TIME OF BRANCH REDUCTIONS EXPANDING BRAND PRESENCE IN A TIME OF BRANCH REDUCTIONS EXECUTIVE SUMMARY Each year, CEB TowerGroup conducts a detailed adoption and investment analysis of 29 key technologies in the retail banking space.

More information

Life Cycle and Rollout Management of Digital-Signage Networks with kompas

Life Cycle and Rollout Management of Digital-Signage Networks with kompas Life Cycle and Rollout Management of Digital-Signage Networks with kompas Our digital-signage software solution kompas 8 is setting a new milestone in the digital-signage sector. With HTML 5, a sophisticated

More information

Product Data Sheet. CMS House 4-10 Bridge Street Pymble NSW 2073 PO Box 1063 Pymble NSW 2073 Australia t f

Product Data Sheet. CMS House 4-10 Bridge Street Pymble NSW 2073 PO Box 1063 Pymble NSW 2073 Australia t f Product Data Sheet Version 1.1 Copyright CMS Hospitality 2004 Page 1 The GuestCentrix PMS module is a fully featured and flexible property management system for hotels and hotel chains. There is a GuestCentrix

More information

Enabling Collaboration in Insurance

Enabling Collaboration in Insurance Enabling Collaboration in Insurance The Role of Communications, Content, and Processes Mark Breading SMA Partner Strategy Meets Action Table of Contents The Promise of Collaboration... 3 Seeking Differentiation

More information

Economics 120 Phone: FALL 2014 Office: D-413

Economics 120 Phone: FALL 2014 Office: D-413 The mission of the Economics/Geography Department is to be a leader and partner in meeting the intellectual, cultural, technological, workforce and economic development needs of our diverse community.

More information

REGULATIONS GOVERNING SERVICES PROVIDED BY ELECTRONIC MEANS at the Hotel Gołębiewski in Białystok, within the Internet service:

REGULATIONS GOVERNING SERVICES PROVIDED BY ELECTRONIC MEANS at the Hotel Gołębiewski in Białystok, within the Internet service: REGULATIONS GOVERNING SERVICES PROVIDED BY ELECTRONIC MEANS at the Hotel Gołębiewski in Białystok, within the Internet service: www.golebiewski.pl INTRODUCTION Tadeusz Gołębiewski conducting business activity

More information