Book Image

CISA – Certified Information Systems Auditor Study Guide

By : Hemang Doshi
Book Image

CISA – Certified Information Systems Auditor Study Guide

By: Hemang Doshi

Overview of this book

Are you looking to prepare for the CISA exam and understand the roles and responsibilities of an information systems (IS) auditor? The CISA - Certified Information Systems Auditor Study Guide is here to help you get started with CISA exam prep. This book covers all the five CISA domains in detail to help you pass the exam. You’ll start by getting up and running with the practical aspects of an information systems audit. The book then shows you how to govern and manage IT, before getting you up to speed with acquiring information systems. As you progress, you’ll gain knowledge of information systems operations and understand how to maintain business resilience, which will help you tackle various real-world business problems. Finally, you’ll be able to assist your organization in effectively protecting and controlling information systems with IT audit standards. By the end of this CISA book, you'll not only have covered the essential concepts and techniques you need to know to pass the CISA certification exam but also have the ability to apply them in the real world.
Table of Contents (19 chapters)
1
Section 1: Information System Auditing Process
4
Section 2: Governance and Management of IT
7
Section 3: Information Systems Acquisition, Development, and Implementation
10
Section 4: Information System Operations and Business Resilience
13
Section 5: Protection of Information Assets

Control identification and design

An IS auditor needs to have sufficient understanding of the various control techniques used while designing the applications. In the next few sub-sections, we will go through some of the important controls built into in an application system.

Check digits

A check digit is an extra digit used for error detection. A check digit is arrived at by a mathematical algorithm. It is added to the original data to ensure that data is not altered.

It helps to ensure that the original data is not tampered or altered. Check digits help to prevent transposition and transcription errors. The most famous example for use of a check digit is the bank account numbers assigned to customers.

For instance, a bank account number is 63000024145The last digit is the check digit, 3, and if the other numbers are correct then the check digit calculation must produce 3:

  1. Add the numbers placed in odd digit positions: 6+0+0+2+1+5 = 14.
  2. Add the numbers placed in even digit positions...