answersLogoWhite

0

TextEdit located in your Applications folder will open and display Rich Text Format (RTF) files.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What do you compile?

Compiling is the act of translating human-readable source code to machine-readable byte code.In Java, the compiler program is javac


Difference between human readable and machine readable?

Human readable can only be understood by human beings where as Machine readable is in Binary format and could only be understoood by machines. (eg. computers) The only way to understand machine readable is if the data is processed and output into human readable form by means of an output device :)


Can object code and source code of a compiler be in same language?

No, they are two different things, source code is human-readable and machine code is machine-readable (though it can be represented in assembly)


What is Human readable?

Any document that a human can read and understand without requiring an interpreter (it is written in the reader's native language, for instance). Machine code is not human-readable, it is intended to be read by a machine. Assembler language is a symbolic language that is essentially a human-readable form of machine code, however it's not easily understood by everyone except those familiar with Assembler language. High-level languages are more easily understood by most programmers, particularly those familiar with the language, while pseudocode is an abstract language intended to be human-readable even by non-programmers.


Why is there a need for compiler?

Compilers are needed to convert human readable source code into machine executable code.


What is the purpose of a base?

The purpose of a knowledge base is to store data for knowledge management for both machine-readable knowledge bases and human-readable knowledge bases. It is a repository for data storage that provides a means for knowledge to be collected, organized, searched and utilized and they can be either machine-readable by computers and other data processors or intended solely for human use.


What is the purpose of a knowledge base?

The purpose of a knowledge base is to store data for knowledge management for both machine-readable knowledge bases and human-readable knowledge bases. It is a repository for data storage that provides a means for knowledge to be collected, organized, searched and utilized and they can be either machine-readable by computers and other data processors or intended solely for human use.


Are HTML documents are human readable?

Any document that a human can read and understand without requiring an interpreter (it is written in the reader's native language, for instance). Machine code is not human-readable, it is intended to be read by a machine. Assembler language is a symbolic language that is essentially a human-readable form of machine code, however it's not easily understood by everyone except those familiar with Assembler language. High-level languages are more easily understood by most programmers, particularly those familiar with the language, while pseudocode is an abstract language intended to be human-readable even by non-programmers.


What is the main difference between binary and text files?

Text files are human-readable, binary files aren't. Note: There are some characters that are not common in text files, like 00H-08H,0BH,0E-1FH,7FH.


Differentiate between the process of debugging and compiling?

compiling - automated machine translation of high order human readable program code to low level machine readable program code.debugging - manual human analysis of program failures to track down incorrectly coded operations that are the root cause of the program failure.


Does xml document support both human readable and machine readable formats?

No. Machines do not understand XML any more than they understand the works of Shakespeare. XML documents must be interpreted by a machine-code program that understands the meaning of the XML structure.


Is XML a script language?

No, XML (Extensible Markup Language) is not a scripting language. It is a markup language used for encoding documents in a format that is both human-readable and machine-readable. XML is commonly used for structuring data and defining content in web applications and other systems.