Objective 1: Differentiate among terms used in Information Management Flashcards

INFORMATION MANAGEMENT

1
Q

Database management systems (DBMS) are

A

collections of tools used to manage databases.

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

Four basic functions performed by all DBMS are:

A
  1. Create, modify, and delete data structures, e.g. tables
  2. Add, modify, and delete data – Data Manipulation
  3. Retrieve data selectively
  4. Generate reports based on data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A short list of database applications would include:

A

· Reservation

· Invoicing

· Accounting

· Security

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

Looking from top down, databases are composed of related tables, which in turn are composed of

A

records

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

What is a Field?

A

this a single piece of information. It is an area (within a record reserved for a specific piece of data. Examples: customer number, street address, city, current balance etc.

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

Fields are defined by:

A
  1. Field name
  2. Data type
  3. Character: text, including such things as telephone number
    and address
  4. Numeric: number can be manipulated using math operations
  5. Date: Calendar dates which can be manipulated mathematical
  6. Logical: True or False, Yes or No
  7. Field Size – The amount of space reserved for storing data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a record?

A

A collection of values for all the fields
pertaining to one entity: i.e., anything that data will be collected on e.g. person, product, company, transaction
etc.

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

What is a Table/ File?

A

A collection of related records. E.g.
employee table, product table, customer table, student table, flight table etc. In a table, records are represented by rows and fields are represented as columns. In a
relational database a table may be referred to as a relation and a row may be referred to as a tuple.

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

What is Database?

A

A collection of related tables. It can also incude other objects, such as quiereis, forms and reports. The structure of a database is the relationships between its tables.

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

What is an Entity?

A

A person, place, or thing on which data will be collected e.g. student, lecturer, product, store

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

What is a Attribute?

A

a characteristic or property of an entity e.g.
First Name, ID No, Product Code, branch name

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