BEC - Data Structures, Software, and Databases Flashcards
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, B, and C are all categories of computer software. Because of this, the correct answer is D - all of the above.
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. CustomerNumber is an example of a field.
CustomerNumber is an example of a field (also known as an attribute).
Data value
a specific value found in a field, for example 8047 or 394837.
Record
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.
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. 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.
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.
Data query language (DQL)
used to extract information from the database
Data manipulation language (DML)
used to add, update, and delete data.
Data definition language (DDL)
used to create tables and fields of information within the fields.
Structured query language
a specific, commonly used language that permits the user to extract information from the database
Database management software is considered: A. Outerwear. B. Software. C. Middleware D. B and C.
D. B and C
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.
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.
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.
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.
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.
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.