BEC - Data Structures, Software, and Databases Flashcards

1
Q

Which of the following is not a category of computer software?
A. System software.
B. Programming languages.
C. Application software.
D. All of the above are categories of computer software.

A

A, B, and C are all categories of computer software. Because of this, the correct answer is D - all of the above.

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

The following customer data is stored in the sales processing system to a regional produce distributor:

CustomerNumber, CustomerName, CustomerPhone, CustomerContact, CustomerCreditLimit

Which of the following is true?

A. 	CustomerNumber is an example of a field.
B. 	CustomerNumber is an example of a data value.
C. 	CustomerNumber is an example of a record
D. 	All of the above are true.
A

A. CustomerNumber is an example of a field.

CustomerNumber is an example of a field (also known as an attribute).

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

Data value

A

a specific value found in a field, for example 8047 or 394837.

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

Record

A

A record is a collection of fields that describe an individual instance of an entity.

The entire list of fields (e.g. CustomerNumber, CustomerName, CustomerPhone, CustomerContact, CustomerCreditLimit) could constitute a record.

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

Which of the following components of a database is responsible for maintaining the referential integrity of the data in the system?

A. 	Database management system (DBMS)
B. 	Data query language (DQL).
C. 	Data manipulation language (DML).
D. 	Data definition language (DDL).
A

A. Database management system (DBMS)

The database management system (DBMS) controls the storage and retrieval of the information maintained in a database and is responsible for maintaining the referential integrity of the data.

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

database management system (DBMS)

A

controls the storage and retrieval of the information maintained in a database and is responsible for maintaining the referential integrity of the data.

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

Data query language (DQL)

A

used to extract information from the database

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

Data manipulation language (DML)

A

used to add, update, and delete data.

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

Data definition language (DDL)

A

used to create tables and fields of information within the fields.

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

Structured query language

A

a specific, commonly used language that permits the user to extract information from the database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
Database management software is considered:
	A. 	Outerwear.
	B. 	Software.
	C. 	Middleware
	D. 	B and C.
A

D. B and C

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

What is the correct ascending hierarchy of data in a system?

A. 	 Character, record, file, field.

B. 	 Field, character, file, record.

C. 	 Character, field, record, file.

D. 	 Field, record, file, character.
A

C. Character, field, record, file

Specifically, a character has fewer pieces of data than does a field. A field has fewer pieces of data than does a record. And a record has fewer pieces of data than does a file.

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

Which of the following structures refers to the collection of data for all vendors in a relational data base?

A. 	Record.
B. 	Field.
C. 	File.
D. 	Byte.
A

C. File

A file would contain the collection of data for all vendors in a relational database. This would also be called a table in a relational database. Therefore, this is the best answer.

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

Which of the following items would be most critical to include in a systems specification document for a financial report?

A. Cost-benefit analysis.

B.  Data elements needed.

C. Training requirements.

D. Communication change management considerations.
A

B. Data elements needed.

Specifying the required data elements would be a critical activity in determining the attributes of a document in a financial reporting system.

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