Glossary of Computer Terms

Terms starting with alphabets 'Q' & 'R'

TermDescription
QueueA queue is a list of jobs awaiting to be processed.
QueryA query is a request for information from a database.
QWERTYQWERTY is the standard English language keyboard layout.
RAIDRAID is acronym for "Redundant Array of Independent Disks." RAID is a method of storing data on multiple hard disks. When multiple disks are arranged in a RAID configuration, the computer treats them all as one large disk. However, they operate much more efficiently than a single hard drive. Since the data is spread out over multiple hard disks, the reading and writing operations can take place on multiple disks simultaneously which reduces hard drive access time.
RAMPlease see "Know your computer hardware"
Raw dataRaw data is unprocessed computer data.
Raw fileRaw file is collection of unprocessed computer data (raw data).
RDRAMAcronym for "Rambus Dynamic Random Access Memory." It is a type of RAM manufactured by Rambus and is the fastest type of available computer memory.
ReadmeReadme is a text file containing information about a software program.
Real-timeWhen an event or function is processed instantaneously, it is said to be in real-time.
Refresh RateThe refresh rate is the number of times a monitor's image is repainted or refreshed per second. The refresh rate is expressed in hertz so a refresh rate of 75 means the image is refreshed 75 times in a second.
Registry This is a database used by Microsoft Windows to store configuration information about the softwares installed on the computer. When a program is installed, it usually writes some data to the computer's registry.
Remote AccessRemote access is the ability to get access to a computer or a network from a remote location.
Remote userA remote user is someone who works on a computer from a remote location.
ResolutionResolution describes either how many pixels a monitor can display or how many dots per inch a printer can print.
RGBRGB is acronym for 'Red Green Blue.' It refers to the three hues of light that can blend together to form any color.
Rich textRich Text is a text with formatting, such as bold, italics, underlining, font types, font sizes, and colored text.
Right clickRight click of the mouse by a right handed user invokes 'context menus'.
ROMPlease see 'Know Your Computer Hardware'.
RootThe root directory is the top-level directory in a file system.
RouterRouter is a hardware device that routes data from a local area network (LAN) to another network connection.
RTFRTF is acronym for 'Rich Text Format' (extension .rtf). RTF file can include information like text style, font type, size, and color.
RuntimeWhen a program is running, or executing, it is said to be in runtime.