Week 3 Quiz (Creating Instructions for Code) Flashcards

(12 cards)

1
Q

What is the formula for Gross Margin and why is it important for Apple Inc.?

A

Gross Margin = (Revenue - COGS) / Revenue. It shows how efficiently Apple turns sales into gross profit, reflecting pricing power and cost control.

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

What dataset variables are needed to calculate Gross Margin for Apple?

A

Variables: tic (AAPL), fyear (2018–2022), sale (Revenue), cogs (Cost of Goods Sold), naics (Industry grouping).

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

How is Gross Margin compared to the industry average?

A

Group by naics and fyear, then calculate (Total Revenue - Total COGS) / Total Revenue for industry peers.

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

What is the formula for Asset Turnover Ratio and why is it useful for Apple Inc.?

A

Asset Turnover = Revenue / Average Total Assets. It shows how efficiently Apple uses assets to generate revenue.

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

What dataset variables are needed to calculate Asset Turnover Ratio?

A

Variables: tic, fyear, sale (Revenue), at (Assets), naics. Requires data from 2017 to 2022 to compute average assets.

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

How is the industry Asset Turnover calculated?

A

Sum of revenue divided by sum of average assets for all firms in same naics group, year by year.

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

What is the formula for COGS-to-Sales Ratio and why is it useful for Apple Inc.?

A

COGS-to-Sales = COGS / Revenue. It shows how much revenue is consumed by production costs, helping evaluate cost structure.

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

What dataset variables are needed to calculate the COGS-to-Sales Ratio?

A

Variables: tic, fyear, cogs, sale, naics.

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

How is the industry COGS-to-Sales Ratio calculated?

A

Sum of COGS divided by sum of sales for all companies in the same industry (naics), per year.

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

What is the formula for Cash Conversion Cycle and why is it important for Apple?

A

CCC = DIO + DSO - DPO. It measures how long it takes Apple to convert inventory and receivables into cash, indicating liquidity and supply chain efficiency.

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

What variables are needed to calculate CCC?

A

Variables: inventory, cogs, sale, rect (receivables), ap (accounts payable), fyear, tic, naics.

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

How is CCC calculated for Apple and the industry?

A

DIO = (inventory/cogs)365, DSO = (rect/sale)365, DPO = (ap/cogs)*365, CCC = DIO + DSO - DPO; compare Apple to industry average CCC.

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