|
|
|
|
|
|
|
|
|
|
Return to ACTG378 Syllabus |
| Deliverables | ||
|---|---|---|
| Points | Assignment | Format |
| Required | List Group Members | |
| Required | Plan Group Work | Hard Copy |
| 50 | PRJ1 - Create Narrative Description | Hard Copy |
| * | Diagram Activities (Individual) | Hard Copy (One submission per group member) |
| 50 | PRJ2 - Diagram Activities | Hard Copy |
| 50 | PRJ3 - Identify Controls | Hard Copy |
| 50 | PRJ4 - Design Data Structures | Hard Copy |
| 50 | PRJ5 - Design Reports | Hard Copy |
| 50 | PRJ6 - Design Forms | Hard Copy |
| Required | Evaluate Group Members | Hard Copy (One confidential submission per group member) |
| 175 | Complete Project | Hard Copy and Electronic Version (Word Doc or PDF)
Packaging is very important for your project grade. Please review these pointers in addition to the requirements listed in the project description. |
| Total: 450 | (30% of course grade) ** Late Deliverables | |
| Event | Internal Agent | Starts When | Activities in the Event |
| First event name (starts with a verb!) | Who does it? | The whistle blows | Catch, dribble, & shoot |
| ... | ... | ... | ... |
| Event | Generic Risk (from the list) | Specific Risk | |||
| Accept Payment | Collected the wrong amount | Charge amount transferred to the credit card company is wrong. | |||
| Wrong change tendered. | |||||
| Hand coffee to customer | Wrong customer | Coffee cup on counter grabbed by a different person. | |||
| ... | ... | ... | |||
| Event | IS Event Type(Recording, Update, or List Maintenance) | File | File Type (Master or Transaction) | Possible Error Description | |
| Enter Order | Recording | Sales Detail | Transaction | Price, Qty, or SKU entered incorrectly | |
| Update | Inventory Detail | Master | Inventory balance not adjusted to reflect promised items | ||
| ... | ... | ... | ... | ... | |
| Risk | Control | Control Category | Control Type | COBIT objective and/or COSO component | Related Information Characteristic |
| Name the risk Align this with content from the previous section | Name the control Refer to the control as included in the written narrative | Options: on-IT related general controls non-IT related application controls application controls implemented in IT general IT controls |
Options: detective preventive compensating corrective |
COBIT may apply to only a few items - at least two should be listed. Most all controls will relate to one of the COSO components - include at least one example for each component. | Remember? accurate, timely relevant etc. check the list |
| ... | ... | ... | ... | ... | ... |
| Report Column or Heading Label | Meaning | Source Table:Column |
| Trans Date | The date transaction happened. | Inv:TransDate |
| Qty | Units sold | InvDet:Quantity |
| Price | Price | InvDet:Price |
| Ext. | Cost of items in this row | Qty * Price - or better still if the extension is stored: InvDet:Extension |
| Title of the Subtotal Section (Ref # 1 on the example report) | Each section applies to only one customer | Cust:Name |
| ... | ... | ... |
| Event | Form Needed? | Tables and Number of Rows Per Screen Involved |
| Record Sale | Yes | Sale (1 row) Customer (1 row) Product(many rows) InvDet (many rows) |
| ... | ... | ... |
| Screen Design Element Reference | Data Source (Table:Column) | Data Saved To (Table:Column) | Control Features |
| A. | Cust:LastUpdateDate | Cust:LastUpdateDate | The user can not change this field. When the record is saved, the LastUpdateDate is changed to the system date |
| B. | n/a | n/a | Command buttons manage the workflow of the application. |
| ... | ... | ... | ... |