Computer Fundamentals - Engineering

Q1:

The ASCII code for the character J is:

A 1001 0001

B 1001 1010

C 0100 1010

D 1010 0001

E None of the above

ANS:C - 0100 1010

@Jeevitha.

Here, A=64 and then added the alphabetic number. Then total addition converts into binary number. Like J=10 fro A 64+10=74 VIZ 01001010.