Information Systems - Part 2 Flashcards
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.
This answer lists the data structures in the correct order. 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 allows a database management system to add new records, delete old records, and update existing records? A. Data definition language (DDL). B. Data manipulation language (DML). C. Data query language (DQL). D. Structured query language (SQL).
B. Data manipulation language (DML).
The data manipulation language allows the user to add new records, delete old records, and update existing records.
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.
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.
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.
This answer lists the data structures in the correct order. 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.
Database management software is considered: A. Outerwear. B. Software. C. Middleware D. B and C.
D. B and C.
Database management software is considered both software and middleware.
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.
In a computer-based system, the equivalent of a subsidiary ledger is a A. Transaction file. B. Archive file. C. Master file. D. Reference file.
C. Master file.
Which of the following sets of characteristics is most closely associated with online real-time processing?
A. Group of transactions, random processing technology, immediate update.
B. Single transaction, sequential processing technology, immediate update.
C. Group of transactions, random processing technology, delayed update.
D. Single transaction, random processing technology, immediate update.
D. Single transaction, random processing technology, immediate update.
Online real-time processing is characterized by (1) the processing of one transaction at a time; 2) use of random processing technology, and (3) processing of transactions immediately (as they occur).
Which of the following multi-location system structures has the fewest problems with input and output bottlenecks? A. Centralized. B. Decentralized. C. Supercomputers. D. Networked systems.
B. Decentralized.
Decentralization reduces bottlenecks.
Which of the following statements about processing methodologies is true?
A. Batch systems, though inexpensive to develop, are much more expensive to operate than online real-time databases.
B. Online real-time processing is especially desirable when transactions occur continuously and are interdependent.
C. The implementation of both batch processing and online real-time processing require access to a networked computer system.
D. Although designed to help ensure accuracy in a batch processing environment, batch control totals are frequently used to control accuracy in online real-time systems as well.
B. Online real-time processing is especially desirable when transactions occur continuously and are interdependent.
Online real-time processing is especially desirable when transactions occur continuously and are interdependent. Batch processing is especially desirable when transactions occur periodically and are independent.
Rollins Corporation uses batch processing for its accounting system. During a recent monthly payroll processing run, it experienced a power failure that corrupted the payroll database.
Which of the following controls will be most useful to the company in recovering from this failure? A. Batch control totals. B. Off-site backup files. C. Checkpoint/restart controls. D. Hot site.
C. Checkpoint/restart controls.
A checkpoint/restart control would be an appropriate way to reprocess only those transactions that took place after the last valid run.
\_\_\_\_\_ systems include redundancy of components. A. Inefficient. B. Online real-time. C. Quicken. D. Fault tolerant.
D. Fault tolerant.
A fault tolerant system includes redundant components.
Mirroring is A. Used in flashpoint recovery systems. B. The creation of duplicate data. C. A disaster recovery plan. D. Always onsite.
B. The creation of duplicate data.
This is the purpose of mirroring. The purpose of such systems is to distribute excess demand among multiple data sets.