answersLogoWhite

0


Best Answer

54512345

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many operations per second can the ASCII White machine perform?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many operations per second can the ASCII Whait machine perform?

200,000


What changes does ftp make to an ascii file when you download it in ascii mode to a windows machine from a Linux server?

None.


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.


Why do you go for ascii adjust instructions in 8086 micro processor?

The ASCII adjust instructions in the 8086 microprocessor are used to implement CARRY processing when numeric data is represented in an unpacked form in ASCII. With them, you can create arbitrary precision math operations. The three flavors of data are binary, decimal (packed) and ASCII (decimal unpacked), not including floating point.


American standard for information interchange ASCII?

ASCII is code in which computer programs are written . it is the computer machine language.if write a program in any computer language thaen it will be converted in this code.


What is a source file in UNIX?

A source file is typically a readable, Ascii file, that is not the result of a compiler or translator to binary machine code.


What is the difference between ascii 13 and ascii 10?

Technically, ASCII Decimal 10 is a ASCII (decimal) 10 is a linefeed character, or Vertical tab. ASCII Decimal 13 is a carriage return. If you happen to be using a very old teletype Machine, a ASCII 10 will move you down 1 line, but leave you the same distance from the left margin. ASCII 13 would send you to the left margin, but leave you in the same line. In modern practice, either 10 or 13, or both, will place your cursor on the first character of the next line. Note that some operating systems vary in this. This is why when you open a UNIX text document in a Windows Notepad, the document is a single line with boxes where the ASCII(13)s are, since Notepad only accepts ASCII(10) for line return.


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.


What is the ASCII value of 92?

\ is the character for 92 in ASCII.


How many ascii code are there?

128 ascii codes.


What is oem extended ascii?

Extended ASCII is 8-bit encoding which is wider than standard ASCII and also includes all characters from standard ASCII encoding.ASCII is 7-bit, 128 possible values; Extended ASCII is 8-bit , 256 possible value;128 first characters of Extended ASCII is the same as ASCII, next 128 are additional. This why it is called Extended ASCII.What is ASCII?ASCII is mainly English language characters encoding, that is used for representation of text information.


What is ASCII files?

An ASCII file is just a text file.