Excel Flashcards
Initial windows release date
19 November 1987
Language written in
C++
License Type
Trialware
Initial release date (Mac)
30 September 1985
What does VBA stand for
Visual Basic for Applications
The introduction of what function made Excel Turing Complete
LAMBDA
How many functions are in Excel 2016
484
How many categories of function
14
What object does VBA use to recall functions
Worksheetfunction
What windows are included in VisualBasic Editor
Writing code, debugging code, code module organisation environment
A common easy way to generate VBA code
Macro Recorder
VBA code interacts with the spreadsheet using what model
Object Model
What was the default macro Language through Excel 4.0
XLM
Tool for optimisation and equation solving
Solver
How many rows can the current version of excel handle
2^20 (1 048 576) rows
How many columns can the current version of excel handle, and how is it labelled
2^14 (16 384) columns - XFD
What year was xlsx added?
2007
Excel Workbook file format
xlsx
Macro enabled workbook file format
xlsm
Binary workbook file format
xlsb
macro enabled template file format
xltm
add-in file dormat
xlam
how did Microsoft publications refer to Dynamic Data Exchange?
the protocol from hell
what does DDE stand for
Dynamic data exchange
What are the five types of password protection?
Password to open a document
Password to modify a document
Password to unprotect the worksheet
Password to protect workbook
Password to protect the sharing workbook
What is the standard password for document encryption
VelvetSweatshop
What year did Excel mobile launch?
2015
how many figures of precision does Excel maintain in computations?
15
How many figures can Excel display?
30
Fictional date
29 Feb 1900
First date in date range
December 31 1899 (0)
Name of originally marketed Microsoft spreadsheet program
Multiplan
Lotus competitor
Lotus 1-2-3 / LotusNotes
GUI definition
Graphical User Interface
First version available on Windows and date
2.0, 19 nov 1987
Excel 4.0 easter egg
animation of dancing 1-2-3, crushed by an excel logo
Introduction of VBA -excel version
5.0
Missing version numbers
6.0 and 13
Easter egg game in excel 95
Doom - The Hall of Tortured souls
Easter egg game in excel 97
Flight simulator
Easter egg game in Excel 2000
Dev Hunter
Introduction of paper clip office assistant
Excel 97
Year/edition of New ribbon interface
Excel 2007
name for a system able to recognize or decide other data-manipulation rule sets
Turing Complete / computationally universal
Name of person who developed first analytical engine and when
Charles Babbage (1830s)
First electronic spreadsheet on a mainframe
LANPAR
First electronic spreadsheet on a microcomputer
VisiCalc
Google equivalent
Google Sheets
Apple equivalent
Numbers
Term for contiguous group of cells
Range
what function is missing from a spreadsheet that is required for a database
relational structure
a system in which editing software allows content to be edited in a form that resembles its appearance
What You See Is What You Get
Apache alternative
Openoffice Calc
Gnu Equivanent
Gnumeric
LANPAR definition
LANguage for Programming Arrays at Random
What syntax is used to direct to a different sheet
!
What is a circular reference
when the formula in one cell refers—directly, or indirectly through a chain of cell references—to another cell that refers back to the first cell
what expressions can a cell contain (5)
values, references, relational operators, arithmetic operators, functions
syntax for absolute references
$
Format for unstructured data
CSV (comma separated values)
What is a table of grouped values that aggregates the individual items
Pivot table
How does excel round 0.5
up