Examlex

Solved

Evaluate the Given Pseudocode to Calculate the Payment (Pmt) with the Following

question 77

Multiple Choice

Evaluate the given pseudocode to calculate the payment (pmt) with the following test values: The total number of hours worked (working_hours) = 50
The rate paid for hourly work (rate) = 10
Input working_hours
Input rate
Pmt = working_hours * rate
If working_hours > 40 then
Extra_hours = working_hours - 40
Extra_pmt = extra_hours * rate
Pmt = pmt + extra_pmt
End of if
Output pmt
What is the final output?


Definitions:

Depreciation Expense

The method by which the cost of a tangible or physical asset is allocated over its useful life.

Building

The physical structure intended for housing, manufacturing, or any other commercial or industrial activity.

Electric Bill

A periodic charge for the use of electrical energy provided by a utility company or supplier.

Understated Assets

Occurs when the book value of assets is reported at less than their actual value on the financial statements, potentially misleading stakeholders.

Related Questions