Search results

Results 1-20 of 35

Page: Prev 1 2 Next

  • object
    A self-contained object that consists of both data and the procedures or processes to manipulate that data.
  • spacer
  • object linking and embedding (OLE)
    This is a method of putting an object created by one program into a file created by another. For example, a word processed document might include a chart from a spreadsheet. If the chart is just copied from the spreadsheet into the word processed file, then it will never change, even if the original chart data changes. However, if OLE is used instead, the chart in the word processed file will be changed if the original chart in the spreadsheet is changed.
  • spacer
  • object oriented design
    Object oriented design involves identifying self-contained objects, which contain both program routines and the data being processed. A program is split down into very small units, called objects, which can then be used by other objects to build a more complex system. Object orientated design requires the use of an object oriented programming language.
  • spacer
  • object oriented languages
    A language which uses object oriented programming concepts. Examples are Java, C++.
  • spacer
  • object oriented programming (OOP)
    Object oriented programming uses the concept of self-contained objects, which contain both program routines and the data being processed. A program is split down into smaller units, called objects, which can then be used by other objects to build a more complex system. Object oriented programs are more reliable because the objects are self-contained, simple and so easier to program. The same types of object may be able to be used in different contexts within a program and there is no hierarchical structure as in traditional top-down design.
  • spacer
  • octal
    A numbering system using base 8 and the digits 0 to 7. It has similar advantages to hexadecimal in that it is related to the binary pattern (each octal digit represents 3 bits). Most people prefer to use hexadecimal rather than to octal.
  • spacer
  • off-line
    A computer or device that is normally attached to a computer - but is operating in stand-alone mode.
  • spacer
  • one to many
    In database design, this indicates a relationship between two tables in which each tuple (or row) in the first table can be related to one or more tuples (or rows) in the second table.
  • spacer
  • one to one
    In database design, this indicates a relationship between two tables in which a tuple (row) in the first table can be related to only one tuple (row) in the second table.
  • spacer
  • one-dimensional array (1)
    A set of data items of the same type grouped together using a single identifier. Each of the data items is addressed by the variable name and a subscript. A simple column of data is called a list or a one-dimensional array.
  • spacer
  • one-dimensional array (2)
    A simple column of data is called a list or a one-dimensional array.
  • spacer
  • online
    A computer or device that is normally attached to a computer, and is available for external connections to be made at all times and on demand from users.
  • spacer
  • online shopping
    Using the internet to buy products and services.
  • spacer
  • open
    To open a file is to copy it from the backup store to the computer's memory, ready for use.
  • spacer
  • open in new window
    To open something in a new window is to leave the existing window open, and start another instance of the program in another window.
  • spacer
  • Open Source Software (OSS)
    OSS is software for which the licence allows the underlying programming code to be available to all users so that they may read it, make changes to it, and create new versions of the software. Linux is a well known example of OSS.
  • spacer
  • operand
    A piece of data on which an operation is performed.
  • spacer
  • operating system
    A program or suite of programs that controls the entire operation of the computer. It is normally provided by the manufacturer and deals with the basic functions of the computer, such as detecting what has been typed in, displaying data on the screen and loading and saving to backing store. Operating systems include utility programs which make the operation of the computer easier, such as a program to format a disk. At a technical level the operating system handles the basic and central functions such as input and output operations and interrupts. Examples are DOS, Linux, Windows and MacOS.
  • spacer
  • operator
    A symbol used to indicate that a particular operation is to be performed and gives a shorthand method of indicating in a computer program how data is to be manipulated. An obvious example is the + sign to mean
  • spacer
  • optical character recognition (OCR)
    Machine recognition of printed characters, e.g. the machine-readable section of a passport or the reading of typed post codes when mail is automatically sorted.