IT Implementation Flashcards

1
Q

What is involved in a structured approach to systems development

A

Identify roles and resp.
Est. activities and critical development path
Define project review and approval in development

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

What are roles in the SDLC? (systems dev life cycle)

A

IT Steering committee
Lead systems analyst
Systems Analysts app programmers
End users

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

What does the IT steering committee do?

A

Review, approve, and prioritze systems dev proposals for development

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

What does the lead systems analyst do?

A

Manages dev team and projects.
Direct contact with end users
Resp. for developing overall programming logic and functionaltiy

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

What do system analysts and app programmers do?

A

Design, create, and test system/programs/controls in partnership with users

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

End users

A

identify problems and often suggest first pass solutions

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

Cold turkey implementation approach

A

Sink or swim. Old stops, new starts.

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

Phased implementation

A

the system divided into modules that are brought on one line at a time.

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

Analysis stage

A

system analysts work with end users to understand and doc biz processes and system requirements. All parties sign off on the requirements definition to signify their agreement with the projects goals and processes at this stage.

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

Parallel implementation

A

the new and old systems run concurrently until it is clear that the new system is working properly

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

Pilot implementation

A

Users are divided into groups and are trained on the new system one group at a time.

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

Implementation stage

A

the process of moving from the old to the new system

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

What are the stages of the SDLC? systems dev life cycle

A
Planning and feasibility study
Analysis
Design
Development
Testing
Implementation
Maintenance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the functions of a source program library mgmt system (SPLMS)?

A

Store programs in the source program library (SPL)
Retrieve programs for updating and maintenance.
Delete obsolete programs
Audit trail - document program changes

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

What type of documentations would a computer operator use to determine how to set up and run a specific computer app?

A

run manual - instructions for the comp operator on the use of the program

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

What document would be most useful to an untrained user to learn how to correct data errors in a database?

A

user documentation

17
Q

What is an example of an app input control?

A

an edit check

18
Q

What does a source code comparison program do?

A

it compares an archived version of the program to the program actually in use (to verify that the program is free of unauthorized changes)

19
Q

What is a record count?

A

a count of the number of records in a BATCH

20
Q

What controls are found in a batch processing system?

A

Financial control totals
Check Digits
Limit checks

21
Q

What does a validity check do?

A

compares the value entered in a field to a list of valid data values, an error msg is displayed if the value is not found on the list.

22
Q

what does a reasonableness check?

A

that dates are entered correctly - April 31 (not 30 days in april)
That hourly rates make sense (1,800 salary accidentally entered as an hourly rate)

23
Q

What is key verification used to confirm?

A

the accuracy of password

24
Q

Closed loop verification

A

causes additional information about a data entry field to be displayed