Examlex

Solved

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

question 61

Multiple Choice

Evaluate the pseudocode below to calculate the payment (pmt) with the following test values:
The total number of hours worked (workingHours) = 60
The rate paid for hourly work (rate) = 15
Input workingHours
Input rate
Pmt = workingHours * rate
If workingHours > 40 then
ExtraHours = workingHours - 40
ExtraPmt = extraHours * rate * 2
Pmt = pmt + extraPmt
Output pmt


Definitions:

Reproach

The act of expressing disapproval or disappointment towards someone or their actions.

Heterosexism

The assumption that all individuals and relationships are heterosexual.

Fundamental Attribution Error

The tendency to explain other people’s behavior as the result of personal, rather than situational, factors.

Reciprocity Principle

The rule that one should pay back in kind what one receives from others.

Related Questions