Pages

Wednesday, November 23, 2011

Accounting Information System 2






Accounting Information System 2

Based on:

Hall, “Accounting Information System”

Contents

The IS: Accountant’s Perspective

Management Reporting System

Database in a Distributed Environment

REA Approach to Db Modeling

Enterprise Resource Planning

E-Commerce

Managing SDLC

System Development

System Maintenance and Support

IT Controls - IT Governance

IT Controls - Security and Access

IT Controls – System Development Controls

IS Audit

Case Study on Enterprise IS

The IS: Accountant’s Perspective

Management Reporting System

Database in a Distributed Environment

REA Approach to Db Modeling

Enterprise Resource Planning

E-Commerce

Managing SDLC

System Development

System Maintenance and Support

IT Controls - IT Governance

IT Controls - Security and Access

IT Controls – System Development Controls

IS Audit

Accounting Information System 1

1. What is System?

Sunday, November 20, 2011

cpp-basic program structure to run a hangman game



The following codes deliver the basic program structure to run a hangman game.

This codes demonstrate the use of the followings:
1) variable declaration
a. integer
b. string
c. array

2) control structure
a. IF ... ELSE
b. FOR ...
c. DO ... WHILE

3) Functions
a. Function Declaration
b. Function Calls
c. Function Returns

Stats