Skip to main content

INF503 Week 1 All Quizezz

Flume is a tool for converting data back and forth between a relational database and the HDFS.
CORRECT
See: Ch. 14: Big Data and NoSQL, Section - 14-2c Hadoop Ecosystem

Automatic query optimization means that the:
CORRECT
See: Ch. 11: Database Performance Tuning and Query Optimization, Section - 11-1c Database Query Optimization Modes

_____ can render data useless to unauthorized users who might have violated some of the database security layers.
CORRECT
See: Ch. 9: Database Design, Section - 9-3d Testing and Evaluation
Which statement describes a feature of Oracle sequences?
CORRECT
See: Ch. 8: Advanced SQL, Section - 8-6 Sequences
The _____ component of a CASE tool produces the information system's input/output formats.
CORRECT
See: Ch. 16: Database Administration and Security, Section - 16-7b Case Tools

Which of the following is true of a web application server?
CORRECT
See: Ch. 15: Database Connectivity and Web Technologies, Section - 15-2e Web Application Servers

The scheduler establishes the order in which the operations within concurrent transactions are executed.
CORRECT
See: Ch. 10: Transaction Management and Concurrency Control, Section - 10-2d The Scheduler

An atomic attribute _____.
CORRECT
See: Ch. 6: Normalization of Database Tables, Section - 6-4 Improving the Design

A(n) _____ specifically reserves access to the transaction that locked the object.
CORRECT
See: Ch. 10: Transaction Management and Concurrency Control, Section - 10-3b Lock Types
The effects of bad database design, implementation, and management are magnified in an environment in which the number of transactions is less than one hundred.
CORRECT
See: Ch. 15: Database Connectivity and Web Technologies, Section - 15-2 Database Internet Connectivity
Advanced OLAP feature become more useful when access to them is kept simple.
CORRECT
See: Ch. 13: Business Intelligence and Data Warehouses, Section - 13-6c Easy-to-Use End-User Interfaces

The storage locations for multiple backups must include sites inside and outside the organization.
CORRECT
See: Ch. 16: Database Administration and Security, Section - 16-5a The DBA's Managerial Role

MySQL allows multiple triggering conditions per trigger.
CORRECT
See: Ch. 8: Advanced SQL, Section - 8-7a Triggers

Fully equivalent means that the optimized query results are always the same as the original query.
CORRECT
See: Ch. 11: Database Performance Tuning and Query Optimization, Section - 11-2a SQL Parsing Phase

_____ transparency exists when the end user or programmer must specify the database fragment names but does not need to specify where these fragments are located.
CORRECT
See: Ch. 12: Distributed Database Management Systems, Section - 12-8 Distribution Transparency

An operational database is sometimes referred to as an enterprise database.
CORRECT
See: Ch. 1: Database Systems, Section - 1-3b Types of Databases

In the single-site processing, single-site data (SPSD) scenario, all processing must be done on the end user's side of the system.
CORRECT
See: Ch. 12: Distributed Database Management Systems, Section - 12-6a Single-Site Processing, Single-Site Data

Which of the following is a specialization hierarchy overlapping constraint scenario in case of partial completeness?
CORRECT
See: Ch. 5: Advanced Data Modeling, Section - 5-1f Completeness Constraint

The database contents might be loaded interactively or in batch mode using a variety of methods and devices including customized user programs.
CORRECT
See: Ch. 9: Database Design, Section - 9-2d Implementation

A _____ entity has a primary key that is partially or totally derived from the parent entity in the relationship.
CORRECT
See: Ch. 4: Entity Relationship (ER) Modeling, Section - 4-1f Relationship Strength

Which query is used to list a unique value for V_CODE, where the list will produce only a list of those values that are different from one another?

CORRECT

See: Ch. 7: Introduction to Structured Query Language (SQL), Section - 7-3e Listing Unique Values


In the relational model, _____ are important because they are used to ensure that each row in a table is uniquely identifiable.
CORRECT
See: Ch. 3: The Relational Database Model, Section - 3-2 Keys
______ minimizes the number of disk reads necessary to retrieve a row of data.
CORRECT
See: Ch. 14: Big Data and NoSQL, Section - 14-3c Column-Oriented Databases
The reliance on _____ as the design methodology for relational databases is seen as a stumbling block to its use in OLAP systems.
CORRECT
See: Ch. 13: Business Intelligence and Data Warehouses, Section - 13-6e Relational OLAP
Which of the following is true of business rules?
CORRECT
See: Ch. 2: Data Models, Section - 2-4a Discovering Business Rules


Right

"Check My Work" Clicked: 5 Times

Remember for a moment a recent trip you have made to the grocery store to pick up a few items. What pieces of data did the Point of Sale (POS) terminal and cashier collect from you and what pieces of data about the transaction did the POS terminal pull from a database to complete the sale? In addition to the data collected and retrieved what information was generated by the POS terminal at the end of the order, as it is being completed?

Identify the following parts of a common grocery store transaction as data, information, or knowledge.

1. An item's UPC number

 

2. Change back to customer

 

3. General changes to demand in different seasons

 

4. Cost each

 

5. Quantity purchased

 

6. Non-taxable total

 

7. Extended cost (quantity times cost each)

 

8. Amount tendered

 

9. Sales of an item for the last week

 

10. Upcoming holidays and customer’s special needs

 

11. How paid (cash, charge card, debit card)

 

12. Shopper loyalty card number

 

13. Taxable total

 


ight

"Check My Work" Clicked: 2 Times

Given the following table of students, assignments, and grades for a single class:

Student_ID

Student_Name

Assignment_1_Date

Assignment_1_Name

Assignment_1_Grade

Assignment_2_Date

Assignment_2_Name

Assignment_2_Grade

Assignment_3_Date

Assignment_3_Name

Assignment_3_Grade

1011

Susan J. Smith

2015-06-01

Homework - Chapter Seven

76

2015-06-05

Chapter 7 Quiz

88

2015-06-12

Homework – Chapter 8

A

2332

Jones, Jamal K.

2015-06-01

Homework - Chapter Seven

84

2015-06-05

Quiz – Chapter 7

89

2015-06-12

Homework – Chapter 8

95

3432

Brown, Ronald

2015-06-01

Homework - Chapter Seven

66

2015-06-05

Quiz – Chapter 7

78

2015-06-12

Homework – Chapter 8

B

5435

Killen, Katie

2015-06-01

Homework - Chapter Seven

97

2015-06-05

Chapter 7 – Quiz

95

2015-06-12

Homework – Chapter 8

94

7574

Powell, B.

2015-06-01

Homework - Chapter Seven

68

2015-06-05

Quiz – Chapter 7

89

9677

Pat Hayes

6/1/2015

Homework - Chapter Seven

89

2015-06-05

Quiz – Chapter 7

85

2015-06-12

Homework – Chapter 8

99

Examine the data in the table above and identify any columns that contain data inconsistencies. Place an X in the Consistent or Inconsistent column.

Column

Student_ID

 

Student_Name

 

Assignment_1_Date

 

Assignment_1_Name

 

Assignment_1_Grade

 

Assignment_2_Date

 

Assignment_2_Name

 

Assignment_2_Grade

 

Assignment_3_Date

 

Assignment_3_Name

 

Assignment_3_Grade

 


Correct
Check My Work Feedback

Four columns (Student_Name, Assignment_1_Date, Assignment_2_Name, and Assignment_3_Grade) have inconsistencies in the format of their data:

  • In column Student_Name “Pat Hayes” is in a different format than the other names.
  • In column Assignment_1_Date all but one of the dates is shown in YYYY-MM-DD format.
  • In column Assignment_2_Name one of the chapter 7 quizzes has a different name.
  • In column Assignment_3_Grade two of the grades were entered as letters not as a number like all of the other grades.

Right

"Check My Work" Clicked: 3 Times

Use the following business rules to assign name to the tables on the ERD:

Note: These rules are in the context of a small retail store and their charge account process. The case contains simplifying assumptions that may not accurately represent a real-world example.

1) A customer may be responsible for one account.

2) An account can have several charges posted to it but a charge may only be posted to a single account.

3) A charge may include an item and an item may be included on many charges.

4) An account may have several payments made against it but a payment may only be credited to a single account.

Write the business rules for the following ERD shown in the figure below. The diagram represents the “Charge Account” at a small retail store. The ERD may contain simplifying assumptions that may not accurately represent a real-world example.


Correct

1. What image should go into the square marked 1?

Correct
2. What image should go into the square marked 2?
Correct
3. What image should go into the square marked 3?
Correct
4. What image should go into the square marked 4?
Correct
5. What image should go into the square marked 5?
Correct
6. What image should go into the square marked 6?
Correct
7. What image should go into the square marked 7?
Correct
8. What image should go into the square marked 8?
Correct
















































































































































































Comments

Popular posts from this blog

IS5203 Type 2 Post Assessment and Final Quiz

  Carlos has just created a new subnet for the finance department. He needs to be able to allow the employees in finance to retrieve files from the sales server, which is located in another subnet. Which of the following OSI model layers would it be necessary to categorize the device into? a. Layer 4 b. Layer 6 c. Layer 2 d. Layer 3 All of the cubicles in a company's office have cables that run up to the ceiling and across to an IDF. Inside the IDF, they connect directly to the latest generation switch available from the networking equipment vendor that they have chosen. Which of the following describes the physical topology most likely in use? a. mesh

GE5103-2 Project Management [Aug 23 Syllabus]

    Some of the advantages of using time boxes and cycles in project coordination efforts include creating urgency, measuring progress, and allowing for predictable measurements. A)        True 2.    Even though most project managers are not contract specialists, they need to understand the process well enough to coordinate with the team. For the current assignment, you are looking at a short-term and small effort with a contractor of just a few hours without significant clarity. Which of the following would be the most applicable contract to use in this situation? A)        Time and materials 3. The project you are working on has had modifications to the plan from the start and even how the project is run. Project governance covers all of the 3 following except: A)        Naming The project manager 4. Of the following, which is most likely a trigger condition defined early in the project? A) Alerting Governance board if 10 percent over schedule 5. Of the following options, which stand

GE5163 Week8 ( Final Exam ) Quize's

  A process or product that is insensitive to normal variation is referred to as being Select one: a. in specification b. capable c. robust d. out of control Feedback Your answer is correct. A completed failure mode and effects analysis (FMEA) results in the following assessment rating.      Occurrence = 4      Severity = 8      Detection = 10 What is the risk priority number (RPN) for this FMEA? Select one: a. 42 b. 22 c. 320 d. 120 Feedback Your answer is correct. In a visual inspection situation, one of the best ways to minimize deterioration of the quality level is to: Select one: a. have a program of frequent eye exams. b. retrain the inspector frequently. c. add variety to the task. d. have a standard to compare against as an element of the operation. Feedback Your answer is correct. Which of the following elements is least necessary to a good corrective action feedback report? Select one: a. What caused the failure b. Who caused the failure c. What correction has been made d. Wh