Examlex

Solved

Use the Following Information for Questions
1 St

question 26

Multiple Choice

Use the following information for questions
1 st State Bank Balance Sheet Assets
 Cash and Due from Banks $75 Investments $400 Federal Funds $18 Loans $402 Premises $105 Average Total Assets $1,000 Liabilities & Equity  Demand Deposits $150 Time Deposits $325 Federal Funds $425 Equity $100 Average Total Liabilities & Equity $1,000 Income Statement  Interest Income $150 Interest Expense $110 Non-Interest Income $11 Non-Interest Expense $38 Net Income $13\begin{array}{lrr}\text { Cash and Due from Banks } & \$ & 75 \\\text { Investments } & \$ & 400 \\\text { Federal Funds } & \$ & 18 \\\text { Loans } & \$ & 402 \\\text { Premises } & \$ & 105\\\text { Average Total Assets }&\$&1,000\\\\\text { Liabilities \& Equity }\\\text { Demand Deposits } & \$ & 150 \\\text { Time Deposits } & \$ & 325 \\\text { Federal Funds } & \$ & 425 \\\text { Equity } & \$ & 100\\\text { Average Total Liabilities \& Equity }&\$&1,000\\\\\text { Income Statement }\\\text { Interest Income } & \$ & 150 \\\text { Interest Expense } & \$ & 110 \\\text { Non-Interest Income } & \$ & 11 \\\text { Non-Interest Expense } & \$ &38\\\text { Net Income }&\$&13\end{array}
-What is the earnings base at 1st State?


Definitions:

Assignment Statement

Is the act of allocating a particular value to a variable during program execution.

Accumulating Statement

A statement in programming that updates the value of a variable by adding a new value to it.

Postfix Decrement

Postfix Decrement is an operator in programming that decreases the value of a variable by one, after the current operation completes.

Prefix Decrement

Prefix decrement is an operator that decreases the value of a variable by one before the variable is used in an expression.

Related Questions