Discussion :: Microprocessors
-
For the expression
cos (ωt + 0)
the correct Pascal equivalent is
A.
BETA * JCOS (OMEGA * T + THETA) / SQRT (SQR (BETA) + SQR (OMEGA)) |
B.
BETA COS (OMEGA * T + THETA) / SQRT [SQR (BETA) + SQR (OMEGA)] |
C.
BETA COS (OMEGA T + THETA) / SQRT [SQR (BETA) + SQR (OMEGA)] |
D.
None of the above
|
Answer : Option A
Explanation :
Operator * must be written explicitly in Pascal.
Be The First To Comment