1. Direct Query can only use one data source at a time
A. True
B. False
Answer: A
2. Direct Query can use more than one data source at a time
A. True
B. False
Answer: B
3. It is possible to define relationships in Live Connection.
A. True
B. False
Answer: B
4. With live Connection, transformation can apply to data.
A. True
B. False
Answer: B
5. Power Query uses a programming language called
A. VBA
B. SQL
C. M
D. DAX
Answer: C
6. Power Pivot uses a programming language called
A. VBA
B. SQL
C. M
D. DAX
Answer: D
7. The m language is case-sensitive
A. True
B. False
Answer: A
8. The m language is case-insensitive
A. True
B. False
Answer: B
9. When you duplicate a query, there is no dependency on the original query and the duplicate query.
A. True
B. False
Answer: A
10. Removes a specified number of top rows.
A. Remove Bottom Rows
B. Remove Top Rows
C. Remove Alternate Rows
D. Remove Duplicates
Answer: B
11. Removes a specified number of bottom rows.
A. Remove Bottom Rows
B. Remove Top Rows
C. Remove Alternate Rows
D. Remove Duplicates
Answer: A
12. Removes rows that are duplicates of other rows
A. Remove Bottom Rows
B. Remove Top Rows
C. Remove Alternate Rows
D. Remove Duplicates
Answer: D
13. In Power Pivot, every row in a calculated column shares the same formula.
A. True
B. False
Answer: A
14. values are zero-length text strings
A. Blank
B. Nulls
C. Space
D. Zero
Answer : A
15. are empty values
A. Blank
B. Nulls
C. Space
D. Zero
Answer : B
16. switches columns to rows and rows to columns.
A. Split
B. Transform
C. Transpose
D. Pivot
Answer : C
17. The Append Queries cannot combine more than 2 Queries.
A. True
B. False
Answer : B
18. The Append Queries can combine more than 3 Queries.
A. True
B. False
Answer : A
19. is a measure created by writing a formula in the Editor
A. Explicit Measure
B. Implicit Measure
C. Instant Measure
D. Automatic Measure
Answer : A
20. Join Keeps all rows from the first table and matching rows from the second table
A. Left Outer
B. Right Outer
C. Full Outer
D. Inner
E. Left Anti
F. Right Anti
Answer : A
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme