PCLC Flashcards

1
Q

Which of the following are differences between a spreadsheet (excel) and a table in a relational database?

A
  • each column in a relational database must contain the same data type
  • a table in a relational database must contain a unique identifier
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

T/F: Each table in a relational database can have multiple foreign keys and the foreign keys cannot contain duplicate values

A

F: Each table can contain duplicate values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

T/F: Relational databases are the optimal way to store date, while flat files are the optimal way for humans to visually consume data and are optimal for analyzing data.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If you would like to query multiple fields from a relational table and simultaneously rename some of the fields, you would use the following SQL commands

A

Select
From
AS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

T/F: The default order for the ORDER BY command in SQL is ascending order

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A piece of XBRL data is referred to as a

A

Fact

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

T/F: XBRL data includes all amounts reported on a company’s financial statements filed with the SEC, but does not extend to data outside of the financial statements (textual data on the face of the report and data from the notes to the financial statements)

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

T/F: The FASB is responsible for keeping the GAAP Taxonomy current and aligned with FASB Codification

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The ___ tool allows us to see the entire contents of a dataset and allows us to assess the quality, distribution, and attributes of the data

A

Browse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In the Alteryx FORMULA tool, where do we enter expressions?

A

Expression Editor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

We can use ___ functions to remove unwanted characters, including whitespace, from string data

A

Trim

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

An INPUT DATA tool and a ___ tool can be used together to input data from multiple sheets within the same Excel file

A

Dynamic input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Basic conditional statements in Alteryx are composed of how many parts?

A

4
IF, ELSE, THEN, ENDIF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The Alteryx TEXT TO COLUMNS tools belongs to this category of tools in the tools pallet

A

Parse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What Alteryx tool can accomplish similar tasks as a VLOOKUP formula in Excel?

A

Find Replace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

In order to parse data with RegEx, we must identify ___ in the data

A

patterns

17
Q

Consider the following regular expression: \w+
Which of the following string records would NOT be completely identified by this regular expression

Goodbye
1234
TIGERS
Clemson University

A

Clemson University

18
Q

Which of the following string records would be completely identified by this regular expression? \d

1
12
123
1234

A

1

19
Q

T/F: Both the FORMULA tool and the MULTI-ROW FORMULA toot a) can create new columns or modify existing columns, b) use an expression editor to input functions, and c) can apply multiple expressions per tool

A

F: Multi-Row Formula tool only allows one expression per tool

20
Q

T/F: When transposing data using the TRANSPOSE tool, the tool will output at least two columns of data with standardized names (called NAME and VALUE).

A

T

21
Q

T/F: The OUTPUT tool allows us to output data to one single file or can group data and output this grouped data into separate files

A

True

22
Q

Stacked Bar Charts, Line Charts, and Combo Charts are all examples of what type of vizualizations

A

Comparison

23
Q

Which type of visualization is not a distribution visualization?

A

Line Chart

24
Q

What has research found to be the least accurate way to compare magnitudes in a visualization?

A

Color

25
Q

T/F: Exploratory visualizations are used as part of the analysis phase (not communication phase) and are used to develop a question/problem that has not clearly defined and help asses a question without a clear answer

A

T

26
Q

T/F: Any visualization can be exploratory or explanatory. The distiction relates to how/why they are being used and how they are presented (if presented at all)

A

T

27
Q

T/F: Pre-attentive attributes require conscious thought in order to be detected by your brain

A

F

28
Q

T/F: Removing redundant labels from visualizations helps increase the “data-to-ink ratio”

A

T

29
Q

T/F: Benford’s law applies to all datasets, as long as there are a sufficient number of observations in the data

A

F: Benford’s law only applies to datasets where each number 1 through 9 has an equal chance of being the leading digit

30
Q

T/F: A common audit area in which analytics can streamline the audit is performing tests on massive journal-entry populations to identify risks and items of audit interest

A

T

31
Q

Assume you want to estimate the following model:

collGPA = a + B1hsGPA + B2ACT + e
collGPA = college GPA, hsGPA = high school GPA, and ACT = ACT score

Assume the estimated model is:

collGPA = 1.29 + 0.453hsGPA + 0.0094ACT

According to our model, what is the expected college GPA of as student with a high-school GPA of 3.49 and an ACT score of 21?
Round to 2 decimal places.

A

3.07

32
Q

Assume you want to estimate the following model:

collGPA = a + B1hsGPA + B2ACT + e
collGPA = college GPA, hsGPA = high school GPA, and ACT = ACT score

Assume the estimated model is:

collGPA = 1.29 + 0.453hsGPA + 0.0094ACT

Our model has an R2 of 0.13.
T/F: An R2 of 0.13 indicates that the sample students’ high school GPAs and ACT scores explain 13% of the variance in college GPAs.

A

T

33
Q

Assume you want to estimate the following model:

collGPA = a + B1hsGPA + B2ACT + e

where collGPA = college GPA, hsGPA = high-school GPA, and ACT = ACT score.

Assume the estimated model is:

collGPA = 1.29 + 0.453hsGPA + 0.0094ACT

T/F: Assuming two students have the same ACT score, if student 1 has a high school GPA of 3.0 and student 2 has a high school GPA of 4.0, then this model would predict that student 1’s college GPA is 0.453 points lower than student 2’s college GPA.

A

T