Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. For the expression cos (ωt + 0) the correct Pascal equivalent is

  2. 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

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Operator * must be written explicitly in Pascal.


Be The First To Comment