Top Banner
Information Technology Mark Benedict M. Guia CPA MBA Reviewer CRC-ACE The CPA Professional Review School
45
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Information Technology (1)

Information Technology

Mark Benedict M. Guia CPA MBAReviewer

CRC-ACE The CPA Professional Review School

Page 2: Information Technology (1)

Information System

• Processes data and transactions

• Provide users with the information needed

• Effectively and efficiently manage an organization

Page 3: Information Technology (1)

General Concept

Input1. Transaction Processes2. Collection of Data3. Entering data into the system

ProcessingManual versus Computerized System

OutputProviding users (external and internal) with information

Page 4: Information Technology (1)

General Types of Information Technology Systems

• Office automation systems (e.g., word processing, spreadsheets, etc.)

• Transaction processing systems (e.g. ordering system, payroll recording, cash receipts, cash disbursements)

• Management reporting systems (MRS)

Page 5: Information Technology (1)

Accounting Information System

• Transaction Processing System– converts economic events into financial

transactions• General Ledger/Financial Reporting Systems– Reports the status of financial resources and the

changes in those resources, primarily for external users

• Management Reporting System

Page 6: Information Technology (1)

Types of Management Reporting System

• Management information systems

• Decision support systems

• Expert systems• Executive information

systems

Page 7: Information Technology (1)

General Model of AIS

• Data Sources – External sources of financial transactions are those involving other legal entities

• Data Collection – ensure that data is valid, correct, and free from material errors. Two rules govern data collection: relevance and efficiency.

• Data Processing – can be as simple as sorting events alphabetically or adding up like events, or as complex as statistical modeling.

• Database management – involves the tasks of storing, retrieving and deleting collected and processed data.

Page 8: Information Technology (1)

SYSTEM DEVELOPMENT AND LIFE-CYCLE

Page 9: Information Technology (1)

Systems Development and Life-Cycle

• Planning• Analysis• Design• Development• Testing• Implementation • Maintenance

Page 10: Information Technology (1)

SDLC – Planning Phase

1. Identify the problem 2. Define the system to be

developed. 3. Determine the project

scope. 4. Develop a project

(action) plan. 5. Evaluate the initial

feasibility of the project.

Page 11: Information Technology (1)

SDLC – Analysis Phase

• Development Team• Needs assessment• Current System Analysis • Gap analysis

Page 12: Information Technology (1)

Systems Characteristic Requirement

1. Performance levels 2. Reliability 3. Quality 4. Interfaces 5. Security and privacy 6. Constraints and limitations 7. Functional capabilities8. Data structures and elements

Page 13: Information Technology (1)

SDLC – Design Phase

1. Databases 2. User interface

(boundary) for input and output

3. Required reports 4. Programs 5. Infrastructure and

controls

Page 14: Information Technology (1)

SDLC – Development Phase

• Purchase– Turnkey systems: finished, tested, and ready for

standard use.– Backbone systems: basic structure upon which

you can build your system to fit your particular needs.

– Vendor supported systems:• Built or in-house development

Page 15: Information Technology (1)

SDLC – Testing Phase

Page 16: Information Technology (1)

SDLC – Implementation Phase

• Parallel implementation • Plunge implementation

• Pilot implementation

• Phased implementation

Page 17: Information Technology (1)

BASIC CONCEPTS OF COMPUTERS

Page 18: Information Technology (1)

Types of computers

• Supercomputers• Mainframe computers• Servers• Microcomputers (e.g.,

desktop computers, laptop computers)

• Tablets/Smart Phones/Personal Digital Assistants

Page 19: Information Technology (1)

Parts of a Computer – Hardware

• Central Processing Unit (CPU)– Arithmetic/Logic Unit– Primary Memory • RAM (random-access

memory) • ROM (read-only memory).

– Control Unit

Page 20: Information Technology (1)

Parts of a Computer – Hardware

• Storage Devices – Magnetic tape– Magnetic disks– RAID (Redundant array of

independent– Compact Discs– Solid State Drives (SSDs)

also called “flash drives,” or “USB drives”

– Cloud-Based Storage

Page 21: Information Technology (1)

Parts of a Computer – Hardware• Input Devices

– Key-to-tape and key-to-disk– Visual display terminal/monitors– Mouse, joystick, light pens– Touch-sensitive screen– Turnaround documents– Magnetic tape reader– Magnetic ink character reader (MICR)– Scanner– Automatic teller machine (ATM)– Radio Frequency Identification (RFID)– Point-of-sale (POS) recorders– Voice recognition– Electronic commerce and electronic data interchange

Page 22: Information Technology (1)

Parts of a Computer – Hardware

• Output Devices– Monitors– Printers– Plotters– Computer output to

microfilm or microfiche (COM)

Page 23: Information Technology (1)

Parts of a Computer – Software

• General Software– Operating system

(e.g., Windows, Linux, Unix)

– Utility programs– Communications

software

Page 24: Information Technology (1)

Parts of a Computer – Software

• Application Software– Word processing, graphics, spreadsheets, email,

and database systems– Accounting software• Low-end (e.g. Peach Tree, Quickbooks) • High-end(e.g., general ledger, receivables) • Enterprise Resource Planning (ERP)

Page 25: Information Technology (1)

Methods of Processing

• Batch Processing• Online real-time (OLRT) or direct access

processing - – Online transaction processing (OLTP) – (bank

automatic teller systems and Internet website sales)

– Online analytical processing (OLAP)

Page 26: Information Technology (1)

Data Processing Structure

• Centralized – processing occurs at one location.

• Decentralized – Processing and storage on computers at multiple locations. – Computers involved are not interconnected by a network

• Distributed – Processing at various sites but the overall information is in

one database. – Processing may be on either a batch or online real-time

basis.

Page 27: Information Technology (1)

Data Organization

• Bit• Byte• Field• Record• File• Table• Database• Array• Master file• Detail or transaction file

Page 28: Information Technology (1)

DATA FILE STRUCTURE

Page 29: Information Technology (1)

Traditional file processing systemsAdvantages Disadvantages

1. Currently operational for many existing (legacy) systems 2. Often cost effective for simple applications

1] Data files are dependent upon a particular application program. 2] In complex business situation there is much duplication of data between data files. 3] Each application must be developed individually. 4] Program maintenance is expensive. 5] Data may be isolated and difficult to share between functional areas.

Page 30: Information Technology (1)

Database systemsAdvantages Disadvantages

1] Data independence—Data can be used relatively easily by differing applications. 2] Minimal data redundancy—The manner in which data is structured results in information being recorded in only one place, thus making updating much easier than is the case with traditional file systems. 3] Data sharing—The sharing of data between individuals and applications is relatively easy. 4] Reduced program maintenance. 5] Commercial applications are available for modification to a company’s needs.

1] Need for specialized personnel with database expertise 2] Installation of database costly 3] Conversion of traditional file systems (legacy systems) costly 4] Comprehensive backup and recovery procedures are necessary.

Page 31: Information Technology (1)

Database Terminologies

• Database• Normalization• Database management system• Data independence• Data Dictionary• Structured query language (SQL)• Data definition language (DDL)• Data manipulation language

(DML)• Data control language (DCL)

Page 32: Information Technology (1)

Data modeling

• Entity-relationship modeling—entities (e.g. “customer,” “product”) and relations (“buys,” “pays for”).– Primary key– Foreign key

• REA data model – Resources—Identifiable objects that have economic value, – Events—An organization’s business activities, – Agents—People or organizations about which data is

collected.

Page 33: Information Technology (1)

Database structures

• Hierarchical• Networked• Relational• Object-oriented• Object-relational• Distributed

Page 34: Information Technology (1)

Database controls

• User department• Access controls

– Restricting privileges– Logical views

• Backup and recovery– Backup of database and logs of transactions (sometimes

referred to as “systems logs”).– Database replication. – Backup facility.

• Database administrator (DBA)• Audit software

Page 35: Information Technology (1)

Types of Network• As to geographical scope

– Personal area network (PAN) – Local area networks (LAN)– Metropolitan area network (MAN)– Wide area networks (WAN)

• As to Ownership– Private– Public– Cloud computing/cloud services

• As to use of Internet– Internet– Intranet– Extranet

Page 36: Information Technology (1)

ELECTRONIC DATA INTERCHANGE (EDI)

Page 37: Information Technology (1)

Point-to-pointAdvantages Disadvantages

a] No reliance on third parties for computer processing. b] Organization controls who has access to the network. c] Organization can enforce proprietary (its own) software standard in dealings with all trading partners. d] Timeliness of delivery may be improved since no third party is involved.

a] Must establish connection with each trading partner b] High initial cost c] Computer scheduling issues d] Need for common protocols between partners e] Need for hardware and software compatibility

Page 38: Information Technology (1)

Value-added network (VAN)Advantages Disadvantages

a] Reduces communication and data protocol problems since VANs can deal with differing protocols (eliminating need for trading partners to agree on them). b] Partners do not have to establish the numerous point-to-point connections. c] Reduces scheduling problems since receiver can request delivery of transactions when it wishes. d] In some cases, VAN translates application to a standard format the partner does not have to reformat. e] VAN can provide increased security.

a. ] Cost of VAN b] Dependence upon VAN’s systems and controls c] Possible loss of data confidentiality

Page 39: Information Technology (1)

Public networksAdvantages Disadvantages

a] Avoids cost of proprietary lines b] Avoids cost of VAN c] Directly communicates transactions to trading partners d] Software is being developed which allows communication between differing systems.

a] Possible loss of data confidentiality on the Internet b] Computer or transmission disruption c] Hackers and viruses d] Attempted electronic frauds

Page 40: Information Technology (1)

Proprietary networks

• Organizations (e.g., health care, banking) have developed their own network for their own transactions.

• These systems are costly to develop and operate (because of proprietary lines), although they are often extremely reliable.

Page 41: Information Technology (1)

Controls Required

• Authentication• Packets• Encryption

Page 42: Information Technology (1)

ACCOUNTING INFORMATION SYSTEM

Page 43: Information Technology (1)

The Role of the Accountant

• Accountants as Users• Accountants as System Designers• Accountants as System Auditors– External Auditing– Internal Auditing

Page 44: Information Technology (1)

The Transaction Cycles

• The Expenditure Cycle – Purchases/accounts payable system– Cash disbursement system– Payroll system– Fixed asset system

• The Conversion Cycle • The Revenue Cycle– Sales order processing (order, credit, shipping, billing)– Cash Receipts (collecting, depositing, recording)

Page 45: Information Technology (1)

Accounting Records• Manual Systems– Documents (Source, Product, and Turnaround) – Journals (general and Special)– Ledgers (General and Subsidiary)

• Computerized– Master files: contain account data that are updated from

transaction data: ledgers.– Transaction files: hold records from events that will change

master files: journals.– Reference files: hold the transaction processing standards

or rules: vendors, prices.– Archive files: are historical files of past journals and ledgers.