answersLogoWhite

0


Best Answer

it should be possible but only with the right IDE so if the IDE is not useable then it may not be possible. but this is because its more of a firmware language or close to binary. which is what every computer uses unless its something elese that converts to it.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you use ASCII codes on laptops?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many distinct ASCII codes are there?

128 ascii codes.


Where do you find an ASCII table?

Websites such as asciitable.com and ascii-code.com provide ascii tables on their websites, along with toher information about ascii codes, their uses, and how to use them.


How many ascii code are there?

128 ascii codes.


How do you create a Mafia Wars name containing symbols?

Use the ASCII codes.


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


What is the binary equivalent of the word Network using ASCII encoding?

ASCII character array (including null-terminator): {'N','e','t','w','o','r','k','\0'} ASCII character codes (decimal): {78,101,116,119,111,114,107,0} ASCII character codes (octal): {4,7,1,4,5,3,5,0,7,3,5,5,7,3,4,4,6,5,4,0,0} ASCII character codes (hexadecimal): {4E,65,74,77,6F,72,6B,00} ASCII character codes (binary): {01001110,01100101,01110100,01110111,01101111,01110010,01101011,00000000} When treated as a 64-bit value, the ASCII-encoded word "Network" has the decimal value 5,649,049,363,925,854,976.


Where can you find ASCII codes?

A simple Google search on "ASCII table" found this site:


Is ASCII codes vary machine to machine?

No.ASCII stands for American Standard Code for Information Interchange. It couldn't be called a standard if it varied from machine to machine.Note that this only applies to the core ASCII values. Some machines/programs/formats will use a subset or extended set of ASCII codes.


What is the ASCII 225 codes?

birany code for 225


What are the ASCII codes for roman numbers in Turbo C?

Use your charmap.exe Example: I=49, C=43, X=58


Original ASCII codes were 7 bit or 8 bit?

ASCII is a 7 bit code. There are many nonstandard extensions of ASCII to 8 or 9 bits by various computer companies. ASCII was developed to replace the obsolete 6 bit BAUDOT teletype code and was never originally intended for use on computers.


What is the default extension for ASCII file?

*.txt. In reality the ascii file can have any extention. A ASCII file is just a raw text file with no enbedded codes within the file.