~F~

firewall ~ font suitcase

A/B Switch box ~ America On-line  AMI BIOS ~ Arithmetic Operation  ARP ~ AVI  Backbone ~ Bit Image  Bit Map ~ Boot Disk  Boot Drive ~ Bytes Per Inch  C++ ~ Carrier Frequency  carrier system ~ certification  CGI ~ Chooser extension  cipher ~ Clipper Chip  clock ~ color  color bits ~ communications satellite  communications server ~ computer security  CON ~ copy  copy program ~ cycle time  daemon ~ defragmentation  demand paging ~ digitize  DikuMUD ~ disk  disk buffer ~ Document Style Semantics and Specification Language  document window ~ dynamic Web page  Easter egg ~ erase  erase head ~ ezine  F2F ~ finger2  firewall ~ font suitcase  footer ~ FYI  Game Control Adapter ~ GUI  HAL ~ hot key1  hot key2 ~ Hz  i486DX ~ internal modem  internet ~ ISO 9660  ISO/OSI model ~ just-in-time  K1 ~ knowledge base  L1 cache ~ LU  luggable computer ~ LZW compression  MAC ~ MILNET  mime ~ msec  MTBF ~ MYOB  named anchor ~ network drive  Network File System ~ number crunching  object ~ overwrite mode  P5 ~ PC/XT keyboard  PDA ~ pipeline processing  piracy ~ preventive maintenance  preview ~ pwd  quasi-language ~ QWERTY keyboard  R&D ~ registration marks  Registry ~ RFI  RF shielding ~ run-time library  SAA ~ server error  server push-pull ~ soft return  software ~ style sheet  stylus ~ System  T1 ~ ToggleKeys  token ~ typography  UART ~ uupc  V.120 ~ view2  viewer ~ VxD  w3 ~ WinG  WINS ~ WWW  X.25 ~ X Windows  Yahoo! ~ yotta-  Z39.50 standard ~ Zulu time

Return to Index  Home

firewall

n. A security system intended to protect an organization's network against external threats, such as hackers, coming from another network, such as the Internet. A firewall prevents computers in the organization's network from communicating directly with computers external to the network and vice versa. Instead, all communication is routed through a proxy server outside of the organization's network, and the proxy server decides whether it is safe to let a particular message or file pass through to the organization's network.

firmware

n. Software routines stored in read-only memory (ROM). Unlike random access memory (RAM), read-only memory stays intact even in the absence of electrical power. Startup routines and low-level input/output instructions are stored in firmware. It falls between software and hardware in terms of ease of modification. See also RAM, ROM.

FIR port

n. Short for fast infrared port. A wireless I/O port, most common on a portable computer, that exchanges data with an external device using infrared light. See also infrared, input/output port.

first in, first out

n. A method of processing a queue, in which items are removed in the same order in which they were added--the first in is the first out. Such an order is typical of a list of documents waiting to be printed. See also queue. Compare last in, first out. Acronym: FIFO.

FIX

n. Acronym for Federal Internet Exchange. A connection point between the U.S. government's various internets and the Internet. There are two Federal Internet Exchanges: FIX West, in Mountain View, California; and FIX East, in College Park, Maryland. Together, they link the backbones of MILNET, ESnet (the TCP/IP network of the Department of Energy), and NSInet (NASA Sciences Internet) with NSFnet. See also backbone (definition 1), MILNET, NSFnet, TCP/IP.

fixed space

n. A set amount of horizontal space used to separate characters in text--often, the width of a numeral in a given font. See also em space, en space, thin space.

flag

n. 1. Broadly, a marker of some type used by a computer in processing or interpreting information; a signal indicating the existence or status of a particular condition. Flags are used in such areas as communications, programming, and information processing. Depending on its use, a flag can be a code, embedded in data, that identifies some condition, or it can be one or more bits set internally by hardware or software to indicate an event of some type, such as an error or the result of comparing two values. 2. In the HDLC communications protocol, a flag is the unique series of bits 01111110, used to start and end a transmission frame (message unit). See also HDLC.

flame1

n. An abusive or personally insulting e-mail message or newsgroup posting.

flame2

vb. 1. To send an abusive or personally insulting e-mail message or newsgroup posting. 2. To criticize personally by means of e-mail messages or newsgroup postings.

flame bait

n. A posting to a mailing list, newsgroup, or other online conference that is likely to provoke flames, often because it expresses a controversial opinion on a highly emotional topic. See also flame1, flame war. Compare troll.

flamefest

n. A series of inflammatory messages or articles in a newsgroup or other online conference.

flamer

n. A person who sends or posts abusive messages via e-mail, in newsgroups and other online forums, and in online chats. See also chat1 (definition 1), newsgroup.

flame war

n. A discussion in a mailing list, newsgroup, or other online conference that has turned into a protracted exchange of flames. See also flame1.

flash memory

n. A type of nonvolatile memory. Flash memory is similar to EEPROM memory in function but it must be erased in blocks, whereas EEPROM can be erased one byte at a time. Because of its block-oriented nature, flash memory is commonly used as a supplement to or replacement for hard disks in portable computers. In this context, flash memory either is built into the unit or, more commonly, is available as a PC Card that can be plugged into a PCMCIA slot. A disadvantage of the block-oriented nature of flash memory is that it cannot be practically used as main memory (RAM) because a computer needs to be able to write to memory in single-byte increments. See also EEPROM, nonvolatile memory, PC Card, PCMCIA slot.

flat address space

n. An address space in which each location in memory is specified by a unique number. (Memory addresses start at 0 and increase sequentially by 1.) The Macintosh operating system, OS/2, and Windows NT use a flat address space. MS-DOS uses a segmented address space, in which a location must be accessed with a segment number and an offset number. See also segmentation. Compare segmented address space.

flatbed scanner

n. A scanner with a flat transparent surface that holds the image to be scanned, generally a book or other paper document. A scan head below the surface moves across the image. Some flatbed scanners can also reproduce transparent media, such as slides. Compare drum scanner, handheld scanner, sheet-fed scanner.

flat file

n. A file consisting of records of a single record type in which there is no embedded structure information that governs relationships between records.

flat-file database

n. A database that takes the form of a table, where only one table can be used for each database. A flat-file database can only work with one file at a time. Compare relational database.

flat file directory

n. A directory that cannot contain subdirectories but simply contains a list of filenames. Compare hierarchical file system.

flat memory

n. Memory that appears to a program as one large addressable space, whether consisting of RAM or virtual memory. The 68000 and VAX processors have flat memory; by contrast, 80x86 processors operating in real mode have segmented memory. Also called linear memory.

flavor

n. One of several varieties of a system, having its own details of operation. UNIX in particular is found in distinct flavors, such as BSD UNIX or AT&T UNIX System V.

flicker

n. Rapid, visible fluctuation in a screen image, as on a television or computer monitor. Flicker occurs when the image is refreshed (updated) too infrequently or too slowly for the eye to perceive a steady level of brightness. In television and raster-scan displays, flicker is not noticeable when the refresh rate is 50 to 60 times per second. Interlaced displays, in which the odd-numbered scan lines are refreshed on one sweep and even-numbered lines on the other, achieve a flicker-free effective refresh rate of 50 to 60 times per second because the lines appear to merge, even though each line is actually updated only 25 to 30 times per second.

flight simulator

n. A computer-generated recreation of the experience of flying. Sophisticated flight simulators costing hundreds of thousands of dollars can provide pilot training, simulating emergency situations without putting human crews and planes at risk. Flight simulator software running on personal computers simulates flight in a less realistic fashion; it provides entertainment and practice in navigation and instrument reading.

floating-point arithmetic

n. Arithmetic performed on floating-point numbers. See also floating-point notation, floating-point number.

floating-point notation

n. A numeric format that can be used to represent very large real numbers and very small real numbers. Floating-point numbers are stored in two parts, a mantissa and an exponent. The mantissa specifies the digits in the number, and the exponent specifies the magnitude of the number (the position of the decimal point). For example, the numbers 314,600,000 and 0.0000451 are expressed respectively as 3146E5 and 451E-7 in floating-point notation. Most microprocessors do not directly support floating-point arithmetic; consequently, floating-point calculations are performed either by using software or with a special floating-point processor. Also called exponential notation. See also fixed-point notation, floating-point processor, integer.

floating-point processor

n. A coprocessor for performing arithmetic on floating-point numbers. Adding a floating-point processor to a system can speed up the processing of math and graphics dramatically if the software is designed to recognize and use it. The i486DX and 68040 and higher microprocessors have built-in floating-point processors. Also called math coprocessor, numeric coprocessor. See also floating-point notation, floating-point number.

floppy disk

n. A round piece of flexible plastic film coated with ferric oxide particles that can hold a magnetic field. When placed inside a disk drive, the floppy disk rotates to bring different areas, or sectors, of the disk surface under the drive's read/write head, which can detect and alter the orientation of the particles' magnetic fields to represent binary 1s and 0s. A floppy disk 5.25 inches in diameter is encased in a flexible plastic jacket and has a large hole in the center, which fits around a spindle in the disk drive; such a disk can hold from a few hundred thousand to over one million bytes of data. A 3.5-inch disk encased in rigid plastic is also called a floppy disk or a microfloppy disk. In addition, 8-inch floppy disks were common in DEC and other minicomputer systems. See also 3.5-inch floppy disk, 5.25-inch floppy disk, microfloppy disk.

floppy disk drive

n. An electromechanical device that reads data from and writes data to floppy or microfloppy disks. See also floppy disk.

floptical

adj. Using a combination of magnetic and optical technology to achieve a very high data density on special 3.5-inch disks. Data is written to and read from the disk magnetically, but the read/write head is positioned optically by means of a laser and grooves on the disk. The term was coined by and is a registered trademark of Insite Peripherals.

flow analysis

n. A method of tracing the movement of different types of information through a computer system, especially with regard to security and the controls applied to ensure the integrity of the information. See also flowchart.

flowchart

n. A graphic map of the path of control or data through the operations in a program or an information-handling system. Symbols such as squares, diamonds, and ovals represent various operations. These symbols are connected by lines and arrows to indicate the flow of data or control from one point to another. Flowcharts are used both as aids in showing the way a proposed program will work and as a means of understanding the operations of an existing program.

flush1

adj. Aligned in a certain way on the screen or on paper. Flush left, for example, means aligned on the left side; flush right means aligned on the right side. See also align (definition 1).

flush2

vb. To clear a portion of memory. For example, to flush a disk file buffer is to save its contents on disk and then clear the buffer for filling again.

focus

vb. In television and raster-scan displays, to make an electron beam converge at a single point on the inner surface of the screen.

folder

n. In the Mac OS, Windows 95, and other operating systems, a container for programs and files in graphical user interfaces, symbolized on the screen by a graphical image (icon) of a file folder. This container is called a directory in other systems, such as MS-DOS and UNIX. A folder is a means of organizing programs and documents on a disk and can hold both files and additional folders. It first appeared commercially in Apple Computer's Lisa in 1983 and in the Apple Macintosh in 1984. See also directory.

follow-up

n. A post to a newsgroup that replies to an article. The follow-up has the same subject line as the original article, with the prefix "Re:" attached. An article and all of its follow-ups, in the order they were received, constitute a thread, which a user can read together using a newsreader.

font

n. A set of characters of the same typeface (such as Garamond), style (such as italic), and weight (such as bold). A font consists of all the characters available in a particular style and weight for a particular design; a typeface consists of the design itself. Fonts are used by computers for on-screen displays and by printers for hard-copy output. In both cases, the fonts are stored either as bit maps (patterns of dots) or as outlines (defined by a set of mathematical formulas). Even if the system cannot simulate different typefaces on the screen, application programs may be able to send information about typeface and style to a printer, which can then reproduce the font if a font description is available. See also bit map, font generator.

font cartridge

n. A plug-in unit available for some printers that contains fonts in several different styles and sizes. Font cartridges, like downloadable fonts, enable a printer to produce characters in sizes and styles other than those created by the fonts built into it. Also called font card. See also ROM cartridge.

font editor

n. A utility program that enables the user to modify existing fonts or to create and save new ones. Such an application commonly works with a screen representation of the font, with a representation that can be downloaded to a PostScript or other printer, or with both. See also PostScript font, screen font.

font family

n. The set of available fonts representing variations of a single typeface. For example, Times Roman and Times Roman Italic are members of the same font family. When the user indicates "italic," the system selects the correct italic font for the font family, with its characteristic appearance. If there is no italic font in the family, the system simply slants, or "obliques," the corresponding roman character. See also italic, roman.

font size

n. The point size of a set of characters in a particular typeface. See also point1 (definition 1).

font suitcase

n. A file on Macintosh computers that contains one or more fonts or desk accessories. Such files are indicated in early versions of the operating system with the icon of a suitcase marked with a capital A. From System 7.0 onward, this icon is used to denote individual fonts.

 

A/B Switch box ~ America On-line  AMI BIOS ~ Arithmetic Operation  ARP ~ AVI  Backbone ~ Bit Image  Bit Map ~ Boot Disk  Boot Drive ~ Bytes Per Inch  C++ ~ Carrier Frequency  carrier system ~ certification  CGI ~ Chooser extension  cipher ~ Clipper Chip  clock ~ color  color bits ~ communications satellite  communications server ~ computer security  CON ~ copy  copy program ~ cycle time  daemon ~ defragmentation  demand paging ~ digitize  DikuMUD ~ disk  disk buffer ~ Document Style Semantics and Specification Language  document window ~ dynamic Web page  Easter egg ~ erase  erase head ~ ezine  F2F ~ finger2  firewall ~ font suitcase  footer ~ FYI  Game Control Adapter ~ GUI  HAL ~ hot key1  hot key2 ~ Hz  i486DX ~ internal modem  internet ~ ISO 9660  ISO/OSI model ~ just-in-time  K1 ~ knowledge base  L1 cache ~ LU  luggable computer ~ LZW compression  MAC ~ MILNET  mime ~ msec  MTBF ~ MYOB  named anchor ~ network drive  Network File System ~ number crunching  object ~ overwrite mode  P5 ~ PC/XT keyboard  PDA ~ pipeline processing  piracy ~ preventive maintenance  preview ~ pwd  quasi-language ~ QWERTY keyboard  R&D ~ registration marks  Registry ~ RFI  RF shielding ~ run-time library  SAA ~ server error  server push-pull ~ soft return  software ~ style sheet  stylus ~ System  T1 ~ ToggleKeys  token ~ typography  UART ~ uupc  V.120 ~ view2  viewer ~ VxD  w3 ~ WinG  WINS ~ WWW  X.25 ~ X Windows  Yahoo! ~ yotta-  Z39.50 standard ~ Zulu time

Return to Index  Home