answersLogoWhite

0

What else can I help you with?

Related Questions

How to type underline letter in dos?

In DOS, you can't directly type underlined letters as you would in a word processor. However, you can create underlined text in some text editors or command-line applications by using ASCII characters or specific escape sequences, depending on the environment. For instance, you can use the underscore character (_) to simulate underlining beneath letters. In some applications, you might also be able to use special formatting commands, but this varies by the specific DOS program being used.


What are the Differences between ascii-7 and ascii-8?

According to this site.. (http://www.roysac.com/blog/2008/09/what-is-ascii-art-what-is-ansi-and-more.html)What is 7-Bit ASCII?The difference between 7-bit and 8-bit ASCII is pretty simple, assuming that you have a keyboard with the latin alphabet. 7-bit only uses characters that you can find on the keyboard. 8-bit uses additional characters that you cannot find on your keyboard, but which exist in "text mode" of the old MS DOS operating system. MS DOS hat 256 characters for text mode. Some of them are control chracters and not visible, such as Carriage Return, Line Feed (Line Break), the Tab character or the Escape character. The standard US-ASCII characters are the first 128 chracters of the character set, where 97 of them are usable for text and ASCII art.What is 8-Bit ASCII?8-bit ASCII art uses primarily characters after the 128 chracters of the US-ASCII character set. You cannot find those characters on your keyboard and could only generate them via programming code, special editors (like TheDraw or ACiDDraw4) or by pressing the ALT-Key and then type the character code (a number between 128 and 255) on your numeric keypad, while keeping the ALT-Key pressed. Those upper or "higher" characters are suitable for basic graphical elements, such as box borders, corners. Those characters are unique to the IBM PC and MS DOS and are not compatible with other operating systems, such as UNIX, Linux or MAC OS.


What are the difference between ascii-7 and ascii-8?

According to this site.. (http://www.roysac.com/blog/2008/09/what-is-ascii-art-what-is-ansi-and-more.html)What is 7-Bit ASCII?The difference between 7-bit and 8-bit ASCII is pretty simple, assuming that you have a keyboard with the latin alphabet. 7-bit only uses characters that you can find on the keyboard. 8-bit uses additional characters that you cannot find on your keyboard, but which exist in "text mode" of the old MS DOS operating system. MS DOS hat 256 characters for text mode. Some of them are control chracters and not visible, such as Carriage Return, Line Feed (Line Break), the Tab character or the Escape character. The standard US-ASCII characters are the first 128 chracters of the character set, where 97 of them are usable for text and ASCII art.What is 8-Bit ASCII?8-bit ASCII art uses primarily characters after the 128 chracters of the US-ASCII character set. You cannot find those characters on your keyboard and could only generate them via programming code, special editors (like TheDraw or ACiDDraw4) or by pressing the ALT-Key and then type the character code (a number between 128 and 255) on your numeric keypad, while keeping the ALT-Key pressed. Those upper or "higher" characters are suitable for basic graphical elements, such as box borders, corners. Those characters are unique to the IBM PC and MS DOS and are not compatible with other operating systems, such as UNIX, Linux or MAC OS.


What is ascii value of EOF?

There is no ascii value for EOF. The constant EOF is a special value, not representing any character, but indicating an eof-of-file or error condition when using stream I/O. On the other hand, there is an ascii charactor end-of-file, <CTRL>Z, 26, or 0x1A which, in the DOS era, indicated the end of file in a text file, but this is not the same as the run-time library constant EOF.


How have emails progressed over 100 years?

We haven't had E-Mail for 100 years--yet! Email started in the 1980s, at first in plain ASCII text on DOS machines. Now we can use HTLM or ASCII text. Features have expanded even in the last 10 years. For example, back when, you had to delete mail to make room to get mail. Now, most email programs hold unlimited amounts.


What carries out commands for the operating system?

DOS, or MS-DOS, also known as the Command Prompt.


What is the disk-based operating system also known as?

Dos


What text editor is used for text editing in MS DOS?

MS-DOS version 5 and later include "edit.exe". Earlier versions included the EDLIN text editor. "edlin.exe" was a one line text editor


When the web first began did webpages contain images?

No.. as simple as an answer could be it used to be on Telnet if you know what that is .. it is like a terminal ( DOS like page ) with images like ASCII images that you would see now as ASCII Art just like a Teletext you get on your TV


Which command is used to invoke DOS editor?

The command used to invoke the DOS editor is EDIT. You can type EDIT in the command prompt to open the DOS text editor, allowing you to create and edit text files. Note that EDIT is available in older versions of DOS and Windows; in newer versions, you may need to use alternatives like Notepad or other text editors.


When uploading a text file using FTP should one use ascii or binary?

Ascii or Binary?The general rule of thumb is if you can view the file in a text editor like notepad (ie. .html, .js, .css files etc) you should upload in ASCII mode, most others (including images, sound files, video, zip files, executable's etc) should be uploaded in Binary. Why does it matter which mode?If you upload images etc. as ascii you'll end up with corrupted files. Some browsers seem capable of figuring it out, but not all... and not all the time.Same thing with uploading text files as binary. While this is less important for html files, scripts will have a HUGE problem with it and will just not work.EXCEPTIONS TO THE RULE OF THUMB:If your text files contain international characters (ie. Chinese or Japanese text), they may have to be uploaded as binary. The reason is that ascii takes into account differences between DOS and UNIX files (7 bits) but it doesn't do well with text using higher bits.SUMMARY:ASCII Files.htm .html .shtml .php .pl .cgi .js .cnf .css.forward .htaccess .map .pwd .txt .grp .ctlBinary Files.jpg .gif .png .tif .exe .zip .sit .rar .ace.class .mid .ra .avi .ocx .wav .mp3 .au


Is DOS a graphical operating system?

DOS is a CLI (Command Line Interface) Operating System..