Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 2 (Q.No. 18)
18.
For the expression cos (ωt + 0) the correct Pascal equivalent is
BETA * JCOS (OMEGA * T + THETA) / SQRT (SQR (BETA) + SQR (OMEGA))
BETA COS (OMEGA * T + THETA) / SQRT [SQR (BETA) + SQR (OMEGA)]
BETA COS (OMEGA T + THETA) / SQRT [SQR (BETA) + SQR (OMEGA)]
None of the above
Answer: Option
Explanation:

Operator * must be written explicitly in Pascal.

Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.