Computer Science, asked by susmitadey475, 3 months ago

Users of computers work with usual alphabets, special symbols, decimal numbers etc., whereas a computer can accept only binary digits. Then how do computers understand the information fed by the user?​

Answers

Answered by amrikhoreAmrik
3

For this purpose , interpreters are used . They convert programming languages into binary for the computer to be understood . They also , in turn convert the binary output into user understandable value/result .

Examples of programming languages are : Java , python , etc

Similar questions