Information Technology Flashcards

1
Q

What is a Management Information System?

A

Organized resources and procedures required to collect, process, and distribute data for decision making

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Decision Support System?

A

Interactive system that provides user with easy access to decision models and data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an Expert System?

A

Has a built in hierarchy of rules which are acquired from human experts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an Executive Support Information System?

A

Supports non routine decision making and answers questions about competitors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an Analytical Processing System?

A

Software technology that enables the user to query the system, retrieve data and conduct analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the seven steps of a Systems Development Life Cycle Approach?

A
  1. Feasibility study (Planning)
  2. Requirements definition (Analysis)
  3. Software selection or design
  4. Configuration or development
  5. Testing
  6. Implementation
  7. Maintenance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Value-Added Network?

A

Links computer files of different companies together and provides increased security

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Virtual Private Network?

A

Allows users to access network resources from remote locations, creates an encrypted communication tunnel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Local Area Network?

A

Network that serves several users with a specified geographical area

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Wide Area Network?

A

Network that connects different remote locations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is topology?

A

The shape of a network

Includes bus, star, ring, tree, and mesh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the special considerations for EDI?

A

Strict standards needed for form of data
Translation software needed by each computer
Encryption is required

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a digital certificate?

A

Electronic document which uses a digital signature to verify that a public key belongs to an individual

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a digital signature?

A

Proves the identity of the sender and assures the information was unaltered in transmission

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a virus?

A

Program with the ability to reproduce by modifying other programs to include a copy of itself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a worm?

A

Program that duplicates itself over a network

17
Q

What is a bit?

A

A single switch in a computer that is either in the on (1) or off (0) position

18
Q

What is a byte?

A

A group of 8 bits representing a character

19
Q

What is a character?

A

A letter, number, punctuation mark, or special character

20
Q

What is a field?

A

A group of related characters representing a unit of information (ex: phone number or city name)

21
Q

What is a record?

A

A collection of related information treated a a unit (ex: name, address, phone number for one employee)

22
Q

What is a file?

A

A group of logically related records (ex: contact info for all employees)

23
Q

What is a database?

A

A stored collection of related data

24
Q

What is the data structure hierarchy?

A

bit - byte - character - field - record - file - database

25
Q

What are the IT functions that should be separate?

A

Authorization - systems analysts, programmers, database administrator
Recording - computer operator
Custody - librarian

26
Q

What are input controls?

A

Check digit - one of the digits determined by formula
Validity check - compared to list of acceptable entries
Limit test - compared to limits that have been set for acceptability
Financial total
Record count
Hash total

27
Q

What are processing controls?

A
System and software documentation
Error-checking compiler
Test data
Change control measures
System testing
User acceptance testing
28
Q

What are output controls?

A

Distribution lists
Shredders
System testing

29
Q

What are two types of hardware controls?

A

Parity check - one bit will be a dummy bit that is turned on automatically so total number of bit in the on position is odd

Echo check - data sent is verified by receiving computer

30
Q

What are benefits of IT related to auditing?

A
Consistency
Timeliness
Easier data analysis
Computer can monitor
Controls difficult to circumvent
Segregation of duties
31
Q

What are the risks of IT related to auditing?

A
Over reliance on system
Unauthorized access can cause large data loss 
Unauthorized changes can cause problems
Systems sometimes not updated
Manual intervention
Loss of data
32
Q

What is the test data approach?

A

Auditor uses auditor data on client’s program
Can include valid and invalid transactions to verify program processes correctly
Only needs to design simulated transactions for conditions that interest the auditor
Only need one example of each condition

33
Q

What is controlled reprocessing?

A

Auditor uses client data on client’s program

Auditor supervises the entry of actual client data

34
Q

What is an Integrated Test Facility?

A

Auditor uses both auditor and client data on client’s program
Auditor includes simulated transactions along with actual data

35
Q

What is parallel simulation?

A

Auditor uses client data on auditor’s program to see if it produces same results

36
Q

What are the five core principles of COBIT 5?

A
Meeting stakeholder needs
End to end application
Development of a single integrated framework
Enabling a holistic approach
Separating governance from management
37
Q

What is primary storage?

A

Main memory portion of CPU that holds program, data, and results during processing
Include RAM and ROM