Revised 4 - Information Technology Flashcards

1
Q

Which IT personnel roles should always be segregated?

A

Operators Programmers Librarians

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

If it is not possible to segregate duties in an IT System- what actions should be taken to compensate for internal control purposes?

A

Include Computer Logs. Control Group should review the logs.

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

What is RAM?

A

Random Access Memory.

Internal memory in the computer used during immediate processing.

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

What is Job Control Language?

A

It schedules and allocates system resources.

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

What are the characteristics of Magnetic Tape storage?

A

Sequential Access - Sorts data in order

Slower data retrieval

Header Label prevents Operator error by loading wrong tape

External Labels prevent accidental destruction by operator

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

What are the characteristics of Magnetic Disks?

A

Random Access - Finds data in random spots

Faster data retrieval

Uses Boundary Protection for data

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

What are Parity Checks?

A

A control that detects internal data errors.

A bit is added to each character- it checks to see if a bit was lost.

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

What are the units of computer data from smallest to largest?

A

Bit - 1 (on) and 0 (off) Byte - 8 bits to a byte/character Field - group of related characters/bytes (Name, Zip Code, Serial #) Record - Group of related fields (Member name, address, phone number) File - Group of related records (Membership directory)

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

What is the duty of a design engineer?

A

Determine language used for a specific computer- on a computer-to-computer basis

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

What are object programs?

A

Programs written in base computer language- not similar to English.

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

How can source programs be recognized?

A

They are written in a language close to English.

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

What is the purpose of a Compiler?

A

Takes Source language (English) and converts to Object (Computer) Language

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

How does Online Analytical Processing work?

A

It uses a Data Warehouse to support management decision making.

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

What is the most common database language?

A

SQL - Structured Query Language

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

What is a Data Definition Language?

A

Defines SQL Database; Controls SQL Tables

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

What is a Data Manipulation Language?

A

Queries SQL Database tables

17
Q

What is a Data Control Language?

A

Controls Access to SQL Database

18
Q

What are the components of a database?

A

Desktop client

Application Server

Database Server

Think: Your desktop computer runs applications and saves to a database