Technical Corner > The PC Glossary - Definitions of Computer and Internet Terms

Computer Terms Beginning with "R"

<< < (2/9) > >>

MysteRy:
Raw File

A raw file is a collection of unprocessed data. This means the file has not been altered, compressed, or manipulated in any way by the computer. Raw files are often used as data files by software programs that load and process the data. A popular type of raw file is "Camera RAW," which is generated by a digital camera. Instead of processing the image captured by the camera, the data is left unprocessed and uncompressed until it is opened with a computer program.

MysteRy:
RDF

Stands for "Resource Description Framework." RDF is a specification that defines how metadata, or descriptive information, should be formatted. The RDF model uses a subject-predicate-object format, which is a standardized way of describing something. For example, an RDF expression may read, "The computer has a hard drive that stores 250GB." "The computer" is the subject, "has a hard drive that stores" is the predicate, and "250GB" is the object.

RDF formatting is used in RSS feeds, which contain short descriptions of Web pages. The RDF standard helps ensure each description contains the subject, predicate, and object necessary to describe the page's content. While humans do not require descriptions to be formatted in such a specific way (we would actually find it rather monotonous), computers benefit from the standard formatting. For example, it makes it easier for computer systems to sort and index RSS feeds based on the RDF descriptions. The end result is more accurate results when people search for articles using keywords.

MysteRy:
RDRAM

Stands for "Rambus Dynamic Random Access Memory." It is a type of RAM made by Rambus (big surprise) and is the fastest type of computer memory available. Typical SDRAM can transfer data at speeds up to 133 MHz, while standard RDRAM can crank it up over 1 GHz. Though some motherboards can use RDRAM as system memory, it is so fast, most boards cannot fully benefit from the speed. Because of this, RDRAM is typically used for video memory on graphics acclerator cards, for cache memory (located on the CPU), and for system memory in high-performance workstations and servers.

An improvement to RDRAM called Direct Rambus (DRDRAM) allows for even faster data transfer rates. DRDRAM uses a 16-bit bus rather than the 8-bit bus DRAM uses, which means it can handle 8 operations at once and can transfer data at a speeds of 1.6 GHz. Now that's fast.

MysteRy:
Readme

A readme file, often named "READ ME" to get the user's attention, is a text file containing useful information about a software program. It often accompanies the program's installer or is installed with the program. A typical readme file contains instructions on how to install the program, how to use the basic functions of the program, and what the program does. It may also include a list of recent updates made to the program. Sometimes the readme file will include warnings and other important notices regarding the operation of the program. So when you see a readme file accompanying a new software program, it is best to do what the file says and read it!

MysteRy:
Real Number

Example: "Real numbers are sometimes described as points on an infinite number line."

Real numbers include all positive and negative numbers. They may be integers (e.g. -12), rational numbers (e.g. 9/10), or irrational numbers, (e.g. 1.4142135...). Numbers with decimal points are also called floating point numbers, since the decimal may also be referred to as a floating point. CPUs can process all types of real numbers, though most processors include a separate floating point unit, or FPU, for processing floating point calculations.

So if there are real numbers, do fake numbers exist? Well, considering that fake numbers, by definition, are not real, the answer is no. However, as many computer nerds know, it is still possible for someone to give you a fake phone number.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version