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:

Tiny Bones

Small skeletal elements, often found in the ear, that contribute to functions such as hearing and balance.

Functionally Connected

Term describing parts of a system that work together to perform a particular function.

Malleus

A small bone in the middle ear that transmits sound vibrations from the eardrum to the inner ear, also known as the hammer.

Eardrum

The eardrum, or tympanic membrane, is a thin layer of tissue that separates the outer ear from the middle ear and vibrates in response to sound waves, enabling hearing.

Related Questions