Search results

Results 41-60 of 87

Page: Prev 1 2 3 4 5 Next

  • first in, first out (FIFO) (2)
    A list where any new item is added to one end, and items are deleted from the other.
  • spacer
  • first-generation computer
    The first type of computers. They used valves, mercury delay lines, electrostatic memories and had very limited storage.
  • spacer
  • flag
    This is an indicator that has two states, often called set or unset. It enables the program to record whether a particular event has occurred, for example whether (or not) a list of numbers has been sorted, whether an interrupt has been detected (or not detected). In a high-level language a variable may be used as a flag. If a Boolean or logical data type is used, the two states, true and false, are equivalent to the flag states set and unset. To begin with the flag may be unset (false) and when a particular case is detected it is set (true); when the action has been completed it is unset again (back to false).
  • spacer
  • flame
    An emailed message, often posted to an email list, attacking another member of the group.
  • spacer
  • Flash
    Software created by Macromedia
  • spacer
  • flat file database
    A database held as a table and stored in a single file. The data will be structured with a row for each record and a column for each field. This allows only very simple structuring of the data, which can only be considered as a two-dimensional table (hence
  • spacer
  • flat screen
    A monitor which is very slim, because it uses a different technology than a CRT monitor.
  • spacer
  • float type
    The type of, for example, a variable which is used to store float numbers.
  • spacer
  • floating-point numbers
    Numbers which are expressed as a binary or decimal fractional value, together with an integer exponent.
  • spacer
  • floppy disk
    A removable magnetic disk which is used to store data and is often used to transfer files from one computer to another or as a backup device for small files. Once available in 5.25 and 8 inch formats, the floppy disk is now only commercially used in its hard cased 3.5 inch version. It has a small capacity of only 1.44 Mb.
  • spacer
  • flowchart
    In program or systems design, a graphical representation of a process, showing actions, storage, etc., and the steps needed to complete the process.
  • spacer
  • folder
    The name given to a collection of files, for organisational purposes. By keeping related files in the same folder, the user can select from the files he or she is working on, without being distracted by files to do with other work. Also known as a directory.
  • spacer
  • font
    The set of characters and symbols available for use when typing a document, e.g. Times New Roman, Arial etc. There are many different designs of fonts available, some quite elaborate, others very plain. A word processor usually has a collection of fonts available for use.
  • spacer
  • footer
    Text that appears at the bottom of every page in a document.
  • spacer
  • FOR loop
    A control structure within a program which allows a particular command or sequence of commands to be repeated a certain number of times, with the number of times controlled by a counter.
  • spacer
  • foreground
    When multitasking, this is the application that is visible to the user, and the one with which the user can interact. In Windows, this would be the active window.
  • spacer
  • form
    In web design, databases, and other forms of electronic media, a form is a type of table which allows the user to enter data in response to prompts on the form.
  • spacer
  • formal parameter
    When a function or procedure is used, the calling program must pass parameters to it. The formal parameter links the data in the calling program to its use in the function or procedure.
  • spacer
  • formal specification
    In systems design, the formal specification outlines how individual parts of the system will function, e.g. the inputs they will have and the outputs they produce.
  • spacer
  • format
    To change the display of text, e.g. to make it bold, italic.