DictionaryForumContacts

   English
Terms for subject Microsoft containing Notation | all forms
EnglishDutch
A1 notationA1-notatie (An alphanumeric convention for referencing the location of cells in a worksheet. The column is represented by a letter (A through IV, for a total of 256 columns) and the row is represented by a number (1 through 65536))
O notationO-notatie (An indication of the relative performance of an algorithm. An algorithm or the method that implements it is said to be O if its execution is a constant, O(log n) if its execution is proportional to the natural log of n, or O(n) if its execution is proportional to n. O notation is frequently used as a way to compare the relative performance of operations on collections, in which case n is usually the number of elements in the collection)
R1C1 notationR1C1-notatie (" A convention for referencing the location of cells in a worksheet in which both the rows and the columns on the worksheet are numbered. The location of a cell is indicated with an "R" followed by a row number and a "C" followed by a column number.")