answersLogoWhite

0


Best Answer

First of all let's define ASCII symbol table. Original version was used 7-bit encoding (27 = 128 symbols on table of which 33 were non-printing control codes for formatting etc.). But later Extended ASCII table where created which use 8-bit encoding (28 = 256 symbols on table). This new version of ASCII table has born because computers use 8-bits (byte) for processing, not 7-bits.

As you already can see there 256 possible variants in one byte, starting from 0 stopping with 255. There is a table in computer (used by BIOS) tells which byte what symbol represents.

When you press a key (let it be "A"), keyboard interrupt is fired and BIOS or Operating System reads one byte (0x41) from keyboard buffer. After that BIOS or Operating System is asked to write in on screen. Because we tell them to draw a character on the screen they look on the table to check the entry for (0x41) in ASCII table and it writes that information to video buffer. After screen is refreshed we see "A" character on the screen.

The entry of table will tell what pixels in some predefined square of screen should be colored white and which black.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does ASCII use binary code to represent numbers or characters?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Numbers stored and transmitted inside a computer in binary or ascii?

Binary.


What are ASII and BCD how are they used?

ASCII (American Standard Code for Information Interchange) and BCD (Binary Coded Decimal) are standards for storing information in the binary sytem. ASCII is used for storing alphabetic, numeric, symbols, and control characters in 8-bit binary, and BCD is used for storing numbers 0-9 in 4-bit binary.


IT What is a simple character set that can represent 128 different characters?

The ASCII character set is a simple character set that can represent 128 different characters, including letters, numbers, punctuation marks, and control characters. Each character is represented by a 7-bit code, allowing for 128 unique combinations.


How the computer can understand binary language?

The computer understands binary because the 1 means on and the 0 means off, so that controls how it operates. Binary language is then converted to our number system where the numbers represent things. ASCII code is used to convert binary to text.


What is binary code and why was it chosen to represent data in computers?

Binary code is a base 2 number system, with only the digits 0 and 1. It is used to represent the on/off states of transistors in integrated circuits, with 0 representing off and 1 representing on. So, binary codes represent the possible states of hardware transistors, and the binary codes represent numbers and letters through a coding system like ASCII or EBCDIC.


ASCII character set?

ASCII characters do represent a numerical codes of letters and other alphabetical signs. Computers do not understand only numbers so they use this numerical codes to interpret letters into their own "language".


In what form numbers are stored in computers binary or ASCII form?

Its all in binary really. As each binary number refers to the pixel it will hold to form the shape after.


How do you convert Denney into binary?

You will need to look up the ASCII numbers for each letter, then convert those number to binary. The word "Denny" in binary is: 0100010001100001011011100110111001111001


What letters do binary code represent?

All letters can be represented in binary, however binary code is represented only by the numbers 0 and 1.


How do you find the ASCII value of numbers greater than 9?

You can find the ASCII value of numbers greater than 9 using the following functions: std::to_string or boost::lexical_cast or std::ostringstream depending on the compiler that you are using.


Represent college as a stream of ascii characters?

please ask this question to Moriss Mano


Which code uses 7 bit binary code to reprent each characters?

Ascii codes is uses 7 bit binary code to reprsent each character