Memorize Me! Flashcards
Sampling for compliance test
Attribute
Sampling for substantive test
Variable
Sampling for fraud
Discovery
Sampling for objective of probability of error, and what does it minimize?
Statistical. Minimizes detection risk.
Who approves charter?
Board of directors
Who approves policies?
Board of directors
Who is primarily responsible for IT Governance?
Board of Directors
What does the strategy committee do?
Advise board on IT initiatives
Develop standards/define and set objectives and controls
What does the steering committee do?
Keep BOD informed
Resourcing/general review board for major IT projects
what are the 3 indicators of IT BSC?
- Customer satisfaction
- Internal processes
- Ability to innovate
- note – financial performance is not part of IT BSC*
Identify transcription/transposition errors
Check Digit
Ensure accuracy
Check Digit
Identify transmission error
CRC>Checksum>Parity Bits
Ensure completeness
CRC>Checksum>Parity Bits
Ensure integrity
CRC>Checksum>Parity Bits
Detect and correct transmission error
FEC
ACID principle
Atomicity
Consistency
Isolation
Durability
What online audit technique to use if requires audit trail
Snapshot
What online audit technique to use if requires early detection of error or irregularities
Audit hook
What online audit technique to use if requires audit trail identify transactions as per pre-defined criteria
Continuous and intermittent simulation (CIS)
What online audit technique to use if requires fictitious entity created in live prod
ITF
What online audit technique to use if regular processing cannot be interrupted
SCARF EAM
Not beneficial to use test data
ITF
PM - estimate project timelines or duration
PERT>CPM
Monitor progress of project
GANTT
EVA?
PM - calculate budget to date, actual spending to date, estimate to complete, estimate at completion
Estimate size of sw development efforts
FPA or SLOC
Prevent cost overruns and delivery delays
time-box management
What is the primary function of QoS?
The main function of QoS is to optimize network performance by assigning priority to business applications and end users through the allocation of dedicated parts of the bandwidth to specific traffic.
What are the pros and cons of agile development methods?
Quick building of functionality
Reliance on tacit knowledge – faster – lessons learned to identify for next use
Lack of documentation
What are the pros and cons of prototyping?
Significant time and cost savings
Pressure to implement early prototype
Leads to functions or extras that were not included in initial requirements doc
What are the pros and cons of rapid app dev?
Quick development and reduces dev costs using well defined techniques.
Rigid time limits
What are the pros and cons of object oriented development methods?
Manage unrestricted variety of data types
Model complex relationships
Capacity to meet demands of changing environment
Re-use objects
none
What are the pros and cons of component based development methods?
Ability to buy proven, tested software from commercial developers.
Need for software integration of components
What are the pros and cons of web based development methods?
Tries to solve/avoid need to perform redundant computing tasks with the inherent need for redundant code
Exploitation over internet use App development risk Business risk Tech vulnerabilities Change control
What are the pros and cons of software re-engineering?
None listed
None listed
What are the pros and cons of reverse engineering?
Faster dev and reduced SDLC duration
Introducing improvements by overcoming the reverse-engineered drawbacks
- SW license agreements prohibit this so trade secrets or programming techniques are not compromised
- de-compilers are new tools that depend on specific comps, OS’s and
Alpha/Beta/Pilot
System in stages, alpha proto to users within the org developing sw, and beta to limited users.
Pilot – prelim test focusing on specific aspects. Proof of concept are early pilots.
White box
Assess effectiveness of sw program logic/log paths.
Unit and integration testing.
Black box
Integrity test
UA and Integration Test
Function/validation testing
Functionality of system against detailed requirements to ensure traceability to customer requirements.
Regression
Rerunning portion of test scenario to ensure changes have not introduced new errors.