Examlex

Solved

Below Is a List of Various Balance Sheet Accounts and Their

question 67

Multiple Choice

Below is a list of various balance sheet accounts and their balances.  Debit  Credit  Building $100,000 Cash 2,000 Supplies 800 Furniture 2,600 Prepaid insurance 150 Accumulated depreciation-furniture $900 Inventory  Land 25,000 Accumulated depreciation-building 4,800 Accounts receivable 1,500\begin{array} { | l | r | r | } \hline & { \text { Debit } } & \text { Credit } \\\hline \text { Building } & \$ 100,000 & \\\hline \text { Cash } & 2,000 & \\\hline \text { Supplies } & 800 & \\\hline \text { Furniture } & 2,600 & \\\hline \text { Prepaid insurance } & 150 & \\\hline \text { Accumulated depreciation-furniture } & & \$ 900 \\\hline \text { Inventory } && \\\hline \text { Land } & 25,000 & \\ \hline \text { Accumulated depreciation-building } & & 4,800 \\\hline \text { Accounts receivable } &1,500 & \\\hline\end{array} What are the total current assets that would be shown on the balance sheet?


Definitions:

Binary Search

An efficient algorithm for finding an item from a sorted list of items by repeatedly dividing in half the portion of the list that could contain the item.

Sequential Search

A search algorithm that checks each element in a list one at a time until the desired element is found or the list ends.

Recursive Method

A method that calls itself in order to solve a problem by breaking it down into smaller, more manageable tasks.

Binary Search

A search algorithm that finds the position of a target value within a sorted array by repeatedly dividing in half the portion of the list that could contain the target, thereby reducing the search area.

Related Questions