NEW
Font size
WorksheetsCOMPAI Midterm Exam
Total questions: 60
Worksheet time: 3600secs
Input controls ensure that only valid data is entered into a system.
TRUE
FALSE
Processing controls determine how data is transformed and manipulated within a system.
TRUE
FALSE
Output controls are used to ensure that data is displayed or produced in the correct format.
TRUE
FALSE
Input controls can prevent errors and improve data quality by enforcing data validation rules.
TRUE
FALSE
Processing controls can help detect and prevent unauthorized access to sensitive data.
TRUE
FALSE
Output controls are not important because users can always reformat or adjust the output as needed.
TRUE
FALSE
Input controls are used to verify that the data entered into a system is complete and accurate.
TRUE
FALSE
Processing controls can include checks for duplicates, inconsistencies, and errors in data.
TRUE
FALSE
Output controls are not necessary when data is only being used internally within a system.
TRUE
FALSE
Input, processing, and output controls are all essential for maintaining the integrity and security of data within a system.
TRUE
FALSE
Which of the following is a key feature of a Data Flow Diagram (DFD)?
It displays the flow of data through a system
It shows the physical layout of a system
It describes the detailed logic of a system
It displays the flow of control through a system
Which of the following is NOT a standard symbol used in a DFD?
Process
Flow
Entity
Decision
In a DFD, what does a rectangle represent?
An entity or external agent that produces or consumes data
A data store where data is temporarily held
A process that transforms data
A flow that moves data from one component to another
What is the purpose of creating a context-level DFD?
To show the overall scope and boundaries of the system
To show the detailed logic of the system
To show the interactions between different entities and processes
To show the flow of data within the system
Which of the following is true about a DFD?
It shows only the physical components of a system
It shows only the logical components of a system
It shows both the physical and logical components of a system
It shows neither the physical nor logical components of a system
Which of the following is true about a Level-0 DFD?
It shows the overall system in more detail than the context-level DFD
It shows the overall system at a higher level of abstraction than the context-level DFD
It is the same as the context-level DFD
It is not commonly used in DFD modeling
What does a double-headed arrow in a DFD represent?
Data flow
Process
Data store
Entity
Which of the following is true about a Level-1 DFD?
It shows the overall system in less detail than the context-level DFD
It shows a more detailed view of a specific process or subsystem
It is the same as the context-level DFD
It is not commonly used in DFD modeling
What does a circle in a DFD represent?
An entity or external agent that produces or consumes data
A data store where data is temporarily held
A process that transforms data
A flow that moves data from one component to another
What is the purpose of balancing a DFD?
To ensure that the data flows into and out of each process are consistent
To ensure that the diagram is aesthetically pleasing
To ensure that the system is secure
To ensure that the data store is functioning properly
Normalization is the process of organizing data into tables to reduce data redundancy and dependency.
TRUE
FALSE
Normalization always results in a higher level of data redundancy.
TRUE
FALSE
Normalization is a one-time process and does not need to be revisited.
TRUE
FALSE
Denormalization is the process of breaking tables down into smaller pieces.
TRUE
FALSE
A database can be over-normalized, resulting in poor performance.
TRUE
FALSE
A well-designed database should have no redundant data.
TRUE
FALSE
Third normal form (3NF) is always better than second normal form (2NF).
TRUE
FALSE
Normalization always improves data integrity.
TRUE
FALSE
The process of normalization is purely technical and does not require any understanding of the business requirements.
TRUE
FALSE
Data modeling is the process of creating a physical representation of a database.
TRUE
FALSE
Which of the following is a primary function of a database management system (DBMS) in accounting information systems?
Generating financial reports
Conducting financial analysis
Ensuring data security and privacy
Managing financial transactions
Which of the following is a technique used to improve query performance in a database management system for accounting information systems?
Normalization
Referential integrity
Indexing
Sharding
Which of the following is a type of database structure commonly used in accounting information systems?
Object-oriented database
Relational database
Hierarchical database
Network database
Which of the following is a technique used to prevent the insertion of invalid data into a database?
Referential integrity
Normalization
Data validation
Indexing
Which of the following is a benefit of using a cloud-based database management system for accounting information systems?
Reduced risk of hardware failure
Enhanced query performance
Improved scalability and flexibility
Increased data security and privacy
Which of the following is a technique used to ensure data consistency by organizing data into tables that are free from data redundancy and dependency?
Normalization
Referential integrity
Indexing
Data validation
What is the primary advantage of using a DBMS in an accounting information system?
Improved data security and privacy
Simplified financial transactions
Reduced need for financial analysis
Increased efficiency of financial reporting
Which of the following is NOT a common DBMS in an accounting information system?
Oracle Database
Microsoft SQL Server
Microsoft Excel
MySQL
What is the purpose of data normalization in a DBMS for an accounting information system?
To reduce data redundancy and improve data integrity
To increase the size of the database
To improve data privacy and security
To reduce the number of tables in the database
Which of the following is NOT a benefit of using a DBMS for an accounting information system?
Improved data accuracy
Enhanced data privacy
Reduced hardware costs
Increased data availability
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items.
Question: There will be an entity for Customers in the ERD.
TRUE
FALSE
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items.
Question: There will be an entity for Products in the ERD.
TRUE
FALSE
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items.
Question: There will be an entity for Orders in the ERD.
TRUE
FALSE
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items.
Question: There will be an entity for Shopping Carts in the ERD.
TRUE
FALSE
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items.
Question: There will be a one-to-many relationship between Customers and Orders.
TRUE
FALSE
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items.
Question: There will be a many-to-many relationship between Products and Orders.
TRUE
FALSE
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items.
Question: There will be an attribute in the Orders entity to represent the order date.
TRUE
FALSE
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items.
Question: There will be a many-to-many relationship between Customers and Products to represent products in their shopping cart.
TRUE
FALSE
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items.
Question: There will be an attribute in the Products entity to represent the product price.
TRUE
FALSE
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items.
Question: There will be an entity for Order Items in the ERD to represent the products in each order.
TRUE
FALSE
What is the main purpose of the online store's database?
To manage employee accounts
To store customer information and order data
To track inventory levels
To create marketing campaigns
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items. Which of the following entities will not be included in the ERD for the online store's database?
Customers
Products
Orders
Shopping Carts
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items. What kind of relationship exists between the Customers and Orders entities?
One-to-one
One-to-many
Many-to-one
Many-to-many
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items. What kind of relationship exists between the Products and Orders entities?
One-to-one
One-to-many
Many-to-one
Many-to-many
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items. Which of the following is an example of an attribute that would be included in the Orders entity?
Product ID
Customer Name
Order Date
Order Total
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items. Which of the following is an example of an attribute that would be included in the Products entity?
Order ID
Product Price
Customer ID
Order Quantity
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items. Which of the following is an example of an attribute that would be included in the Customers entity?
Product Name
Customer Address
Order Quantity
Order Total
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items. Which of the following represents the correct cardinality for the relationship between Customers and Orders?
One-to-one
One-to-many
Many-to-one
Many-to-many
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items. Which of the following represents the correct cardinality for the relationship between Products and Orders?
One-to-one
One-to-many
Many-to-one
Many-to-many
Scenario: The online store sells various products such as electronics, clothing, and accessories. The store has customers who can create accounts, add items to their shopping carts, and place orders. The database will have tables for customers, products, orders, and order items. Which of the following entities would be used to represent the products in each order?
Customers
Products
Orders
Order Items
