Information Technology 4 Flashcards

1
Q

What does a processing control check?

A

Checks if data processing produced proper output

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

What is a hash total?

A

An input control number- a meaningless sum of values included in the input.

Example would be summing a list of SSNs to make sure the data is the same once entered as it was prior to input into the system.

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

What is a validity check?

A

Checks to see if data in existing tables or files belongs in the set

For example- is there a # in an alpha-only field or a letter in a numeric-only field

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

What is a limit check?

A

Checks to see if numbers surpass a certain limit- i.e. in an age field is the number greater than 110.

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

What is a check digit?

A

An input control that adds an identification number to a set of
digits - usually at the end

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

What is a field check?

A

An input check that prevents invalid characters- i.e. checks for alphabetic letters in a SSN field

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

What is a Hot Site?

A

A disaster recovery system where if the main system goes down- a Hot Site is ready to take over immediately.

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

What is a Cold Site?

A

If a main system goes down- a Cold Site will take time to get set up and running.

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

What is the most common database language?

A

SQL - Standard Query Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
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
11
Q

What is a Data Manipulation Language?

A

Queries SQL Database tables

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

What is a Data Control Language?

A

Controls Access to SQL Database

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

What are the characteristics of a Relational Database?

A

Logical structure

Uses rows and columns similar to spreadsheet

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

What are the characteristics of a Hierarchical Database?

A

Has various levels

Uses trees to store data

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

What are the advantages of a database?

A

Data is more accessible

Reduced redundancy

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

What are the disadvantages of a database?

A

Cost of installation

Skilled personnel required to maintain

17
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