Glossary - O

       A B C D E F G H I J K L M NP Q R S T U V W X

Print Topic  Return to Overview  Previous Topic  Next Topic 

Operating System - A collection of software which provides access to various devices, including file systems and networks, services to other software, and ensures that programs don't interfere with each other while they are running.

 

Option :

 

1) A parameter for an internal command or application which specifies a particular behavior or setting. For example, the command "DIR /P" might be referred to as "having the /P option set". Alternate name: switch.

2) A command which allows modifying TCC operating characteristics.

 

Option file - Alternate name for Initialization File.

 

OR - A logical combination of two true or false conditions. If both conditions are false the result is false; if either condition is true the result is true. See the table below.

 

condition 1

condition 2

result

false

false

false

false

true

true

true

false

true

true

true

true

 

Overstrike Mode - When editing text, a mode in which newly typed characters overwrite existing characters on the line, rather than being inserted into the line at the cursor position. See also Insert Mode.

Topic "gloss_o.htm" last edited 1/28/2008. ©2008  JP Software, Inc.
Keywords: Glossary