(1 point each cell) The corporation Zugzwang had the followi…

(1 point each cell) The corporation Zugzwang had the following transactions in March. For each event below, write out the impact on a firm’s revenues or expenses under both an accrual-basis accounting system and a cash-basis accounting system for the month of March. If an event did not cause any impact in a given cell, write 0. Sold goods to customers for $10,000, received $8,000 in cash and the rest on account. The cost of the goods sold was 5,000. Purchased $10,000 of new inventory; paid $5,000 in cash and owed the rest on account. Paid $5,000 in wages for workers who worked during the month. Received $5,000 from customers as deposits on orders to be delivered in the following month of April. Received $5,000 bill from contractor for work that was completed in March that will be paid in April. Borrowed $10,000 from the bank by signing a 3 year long-term note on March 31 with a zero percent annual interest rate. The principal is not due until the end of the loan term.   Accrual-Basis Cash Basis Event Revenue Expense Revenue Expense A [A] [B] [C] [D] B [E] [F] [G] [H] C [I] [J] [K] [L] D [M] [N] [O] [P] E [Q] [R] [S] [T] F [U] [V] [W] [X]

  (1)________________(a. underfitting / b. overfitting; 5 po…

  (1)________________(a. underfitting / b. overfitting; 5 points) means a machine learning model is trained with the training dataset and performs well with the training dataset. However, the trained model does not perform well for new data (out-of-sample prediction; generalization). During the training step in the split test, we find out the optimal hyperparameters. If we select the optimal hyperparameter during the training step, the optimal hyperparameter should be selected at (2)_____________(a. Area A, b. Area B (dash line), Area C; 5 points) in the above figure. * Note: In the figure the generalization loss is the validation set loss.

In our correlation analysis of the Producer Price Index (PPI…

In our correlation analysis of the Producer Price Index (PPI) and Oil prices, we calculated our regression function to be: Y = 0.1177x + 1.4541, where Y = the % Change in PPI and X = % Change in Oil Prices.  If oil prices increased 20%, what by what precent would you forecast the PPI to change? Enter your answer rounded to the nearest hundredth with no % symbol, e.g. 6.837%  = 6.84 

Translate the following C/C++ code into MIPS assembly. Each…

Translate the following C/C++ code into MIPS assembly. Each C/C++ statement must be translated into MIPS assembly instructions without any optimization. If assembly level optimization is applied, substantial points will be deducted.  int arrays[10] = {1, 2, 3, 4, 5, 6, 7, 8. 9, 10}; int sum(int length) {     int i, sum;     sum = 0;     I = 0;     L0: }