Access Keys:
Skip to content (Access Key - 0)
<!--page.vmd--> <div id="content" class="page view"> <div id="link-to-page-fields" class="hidden parameters"> <input type="hidden" id="linkToThisPageHeading" value="Link to this Page"> <input type="hidden" id="linkToThisPageLink" value="Link"> <input type="hidden" id="linkToThisPageTinyLink" value="Tiny Link"> <input type="hidden" id="linkToThisPageWikiMarkup" value="Wiki Markup"> <input type="hidden" id="linkToThisPageClose" value="Close"> </div> <fieldset class="hidden parameters"> <input type="hidden" title="movePageDialogViewPageTitle" value="Move Page &ndash; &#8216;Glossary - D&#8217;"> <input type="hidden" title="movePageDialogEditPageTitle" value="Set Page Location"> <input type="hidden" title="movePageDialogMoveButton" value="Move"> <input type="hidden" title="movePageDialogCancelButton" value="Cancel"> <input type="hidden" title="movePageDialogBrowsePanelTip" value="Click to select the new parent page for this page and its children."> <input type="hidden" title="movePageDialogSearchPanel" value="Search"> <input type="hidden" title="movePageDialogHistoryPanel" value="Recently Viewed"> <input type="hidden" title="movePageDialogHistoryNoResults" value="There were no recently viewed pages found."> <input type="hidden" title="movePageDialogLocationPanel" value="Known Location"> <input type="hidden" title="movePageDialogLocationNotFound" value="The specified page was not found."> <input type="hidden" title="movePageDialogBrowsePanel" value="Browse"> <input type="hidden" title="movePageDialogPanelLoadErrorMsg" value="Error reading the panel content from the server."> <input type="hidden" title="movePageDialogPanelLoadErrorTip" value="You could try reloading the page and launching the dialog again."> <input type="hidden" title="movePageDialogPanelLoadErrorStatus" value="HTTP Status"> <input type="hidden" title="movePageDialogNoSelectionErrorMsg" value="You must make a selection in the tree before you can move the page."> <input type="hidden" title="movePageDialogSearchError" value="Failed to retrieve search results from the server."> <input type="hidden" title="movePageDialogSearchNoResults" value="There were no pages found containing <b>{0}</b>."> <input type="hidden" title="movePageDialogSearchResultCount" value="Showing <b>{0}</b>-<b>{1}</b> of <b>{2}</b> pages containing <b>{3}</b>."> <input type="hidden" title="movePageDialogMoveFailed" value="Move failed. There was a problem contacting the server."> <input type="hidden" title="movePageDialogCannotChangeSpace" value="You cannot move this page to another space because you do not have permission to remove it from this space."> <input type="hidden" title="pageTitle" value="Glossary - D"/> <input type="hidden" title="parentPageTitle" value="Glossary"/> <input type="hidden" title="fromPageTitle" value=""/> <input type="hidden" title="spaceKey" value="glossary"/> <input type="hidden" title="spaceName" value="Glossary"/> <input type="hidden" title="movePageDialogInvalidLocation" value="You cannot move a page to be underneath itself or its children."/> <input type="hidden" title="movePageDialogOrderingTitle" value="Page Ordering"/> <input type="hidden" title="movePageDialogBackButton" value="Back"/> <input type="hidden" title="movePageDialogMoveAndOrderButton" value="Reorder"/> <input type="hidden" title="movePageDialogNextButton" value="Move"/> </fieldset> <script type="text/x-template" title="movePageDialog"> <div class="row information"> <div class="inner"> <div class="element"> Specify the new parent page for this page and its children by space and title. </div> </div> </div> <div class="form"> <fieldset> <legend class="assistive"><span>Change the Parent Page to a Known Page</span></legend> <div class="row"> <label for="new-space">New space:</label> <div class="value new-space-value"> <input id="new-space-key" name="new-space-key" type="hidden" value="glossary"> <span class="space-input"> <input id="new-space" name="new-space" value="Glossary" disabled="disabled"> </span> <span class="description warning">You cannot move this page to another space because you do not have permission to remove it from this space.</span> <div class="new-space-dropdown aui-dd-parent autocomplete"></div> </div> </div> <div class="row"> <label for="new-parent-page">New parent page:</label> <div class="value new-parent-page-value"> <span class="page-input"> <input id="new-parent-page" name="new-parent-page" value="Glossary"> </span> <span class="description">Start typing a page title to see a list of suggestions.</span> <div class="new-parent-page-dropdown aui-dd-parent autocomplete"></div> </div> </div> </fieldset> </div> <div class="location-info"> <div class="row"> <label>Current location:</label> <div class="value breadcrumbs-container"> <div class="breadcrumbs-line"> <ul id="current-parent-breadcrumbs" class="breadcrumbs"> </ul> </div> </div> </div> <div class="row"> <label>New location:</label> <div class="value breadcrumbs-container"> <div class="breadcrumbs-line"> <ul id="new-parent-breadcrumbs" class="breadcrumbs"> </ul> </div> </div> </div> </div> </script> <script type="text/x-template" title="movePageErrors"> <div id="move-errors" class="hidden warning"></div> </script> <script type="text/x-template" title="movePageBreadcrumb"> <li><a class="{2}" title="{3}" tabindex="-1"><span>{0}</span></a></li> </script> <script type="text/x-template" title="movePageBreadcrumbLoading"> <li class="loading"><span>Loading breadcrumbs&hellip;</span></li> </script> <script type="text/x-template" title="movePageBreadcrumbError"> <li class="warning last"><span>Error retrieving breadcrumbs.</span></li> </script> <script type="text/x-template" title="movePageNoMatchingPages"> <ol><li><span class="warning">No matching pages found.</span></li></ol> </script> <script type="text/x-template" title="movePageNoMatchingSpaces"> <ol><li><span class="warning">No matching spaces found.</span></li></ol> </script> <script type="text/x-template" title="movePageSearchPanel"> <div class="row information"> <div class="inner"> <div class="element"> Search for and select the new parent page for this page and its children. </div> </div> </div> <div id="move-page-search-container" class="row"> <div class="search-form"> <fieldset> <legend class="assistive"><span>Search for a New Parent Page</span></legend> <label for="move-page-search-query" class="assistive">Search keywords</label> <input class="search-query" id="move-page-search-query"> <label for="move-page-search-space" class="assistive">Search in space</label> <select id="move-page-search-space" class="search-space" disabled="disabled"> <option value="glossary" selected="selected">Glossary</option> </select> <input type="button" value="Search"> <div class="description warning">You cannot move this page to another space because you do not have permission to remove it from this space.</div> </fieldset> </div> <div class="search-results"> </div> </div> </script> <script type="text/x-template" title="movePageSearchResultsLoading"> <div class="searching">Searching…</div> </script> <script type="text/x-template" title="movePageHistoryPanel"> <div class="row information"> <div class="inner"> <div class="element"> Select the new parent page for this page and its children from your history. </div> </div> </div> <div id="move-page-search-container" class="row"> <div class="search-results"> </div> </div> </script> <script type="text/x-template" title="movePageHistoryLoading"> <div class="searching">Loading…</div> </script> <script type="text/x-template" title="movePageBrowsePanel"> <div class="row information"> <div class="inner"> <div class="element"> Click to select the new parent page for this page and its children. </div> </div> </div> <div class="tree"></div> </script> <script type="text/x-template" title="movePagePanelLoading"> <span>Loading…</span> </script> <script type="text/x-template" title="movePageBrowsePanelSpace"> <ul><li id='tree-root-node-item' class='root-node-list-item'><a class='root-node' href='#'>{0}</a></li></ul> </script> <script type="text/x-template" title="orderingPagePanel"> <div id="orderingPlaceHolder"></div> </script> <script type="text/x-template" title="reorderCheckbox"> <span id="reorderRequirement"><input id="reorderCheck" type="checkbox" name="reorderFlag" title="Choose the position of this page within the list of child pages."/><label for="reorderCheck" title="Choose the position of this page within the list of child pages.">Reorder</label></span> </script> <script type="text/x-template" title="move-help-link"> <div class="dialog-help-link"> <a href="http://docs.atlassian.com/confluence/docs-35/Moving+a+Page" target="_blank">Help</a> </div> </script> <script type="text/x-template" title="searchResultsGrid"> <table> <thead> <tr class="header"> <th class="search-result-title">Page Title</th> <th class="search-result-space">Space</th> <th class="search-result-date">Updated</th> </tr> </thead> </table> </script> <script type="text/x-template" title="searchResultsGridCount"> <p class="search-result-count">{0}</p> </script> <script type="text/x-template" title="searchResultsGridRow"> <tr class="search-result"> <th class="search-result-title"><a href="{1}" class="content-type-{2}"><span>{0}</span></a></th> <td class="search-result-space"><a class="space" href="/confluence/display/{4}/" title="{3}">{3}</a></td> <td class="search-result-date"><span class="date" title="{6}">{5}</span></td> </tr> </script> <!-- Start restrictions section --> <script type="text/x-template" title="page-permissions-div"> <div id="page-permissions-div"> <div id="page-permissions-editor-form"> <div id="page-permissions-error-div" class="hidden"> <a href="#" id="permissions-error-div-close">Ok</a> <div></div> </div> <div id="page-permissions-type-radios" class="page-permissions-label-rows"> <div> <input id="restrictViewRadio" type="radio" checked="checked" name="pagePermissionTypeRadio" value="view"/> <label for="restrictViewRadio">Restrict viewing of this page</label> <input id="restrictEditRadio" type="radio" name="pagePermissionTypeRadio" value="edit"/> <label for="restrictEditRadio">Restrict editing of this page</label> </div> </div> <div id="page-permissions-input" class="page-permissions-label-rows"> <div class="page-permissions-label">To:</div> <div id="page-permissions-chooser-box"> <span id="page-permissions-choose-user" class="ajs-button"> <a href="#" id='userpicker-popup-link-image' onClick="var picker = window.open('/confluence/spaces/openuserpicker.action?key=glossary&amp;startIndex=0&amp;onPopupSubmit=AJS.PagePermissions.addUserPermissions', 'EntitiesPicker', 'status=yes,resizable=yes,top=100,left=200,width=700,height=680,scrollbars=yes'); picker.focus(); return false;"><img src="/confluence/s/en/2171/1/_/images/icons/user_16.gif" height=16 width=16 border=0 align="absmiddle" title="Choose users" /></a> <a href="#" id='userpicker-popup-link-text' onClick="var picker = window.open('/confluence/spaces/openuserpicker.action?key=glossary&amp;startIndex=0&amp;onPopupSubmit=AJS.PagePermissions.addUserPermissions', 'EntitiesPicker', 'status=yes,resizable=yes,top=100,left=200,width=700,height=680,scrollbars=yes'); picker.focus(); return false;">Person...</a> </span> <span id="page-permissions-choose-group" class="ajs-button"> <a href="#" id='grouppicker-popup-link-image' onClick="var picker = window.open('/confluence/spaces/opengrouppicker.action?key=glossary&amp;startIndex=0&amp;actionName=dosearchgroups.action&amp;onPopupSubmit=AJS.PagePermissions.addGroupPermissions', 'EntitiesPicker', 'status=yes,resizable=yes,top=100,left=200,width=580,height=550,scrollbars=yes'); picker.focus(); return false;"><img src="/confluence/s/en/2171/1/_/images/icons/group_16.gif" height=16 width=16 border=0 align="absmiddle" title="Choose groups" /></a> <a href="#" id='grouppicker-popup-link-text' onClick="var picker = window.open('/confluence/spaces/opengrouppicker.action?key=glossary&amp;startIndex=0&amp;actionName=dosearchgroups.action&amp;onPopupSubmit=AJS.PagePermissions.addGroupPermissions', 'EntitiesPicker', 'status=yes,resizable=yes,top=100,left=200,width=580,height=550,scrollbars=yes'); picker.focus(); return false;">Group...</a> </span> </div> <div id="page-permissions-input-box"> <span> <input type="text" id="page-permissions-names-input" class="input-placeholder" value="Enter user or group name" name="permissionNames" size="30" autocomplete="off"/> </span> <input type="hidden" id="page-permissions-names-hidden" /> <img height="16px" width="1px" src="/confluence/s/en/2171/1/_/images/border/spacer.gif"/> <input type="button" id="add-typed-names" value="Restrict"> </div> </div> </div> <div id="page-permissions-tables"> <div id="page-permissions-table-div"> <table id="page-permissions-table" class="page-permissions-table"> <tr id="page-permissions-no-views" class="marker-row"> <td colspan="3" class="page-permissions-marker-cell"><span>No view restrictions are defined for this page</span></td> </tr> <tr id="page-permissions-no-edits" class="marker-row"> <td colspan="3" class="page-permissions-marker-cell"><span>No edit restrictions are defined for this page</span></td> </tr> </table> </div> <div id="page-inherited-permissions-table-div" class="hidden"> <span id="page-inherited-permissions-table-desc"> <a class="icon twisty-closed">Show/Hide</a> <a id="toggle-inherited-permissions" title="Click to see inherited restrictions">This page has restricted parent pages. It can only be seen by users who can see those parent pages.</a> </span> <div id="page-inherited-permissions-tables" class="hidden page-inheritance-togglable"></div> </div> </div> </div> </script> <script type="text/x-template" title="permissions-row-template"> <tr class="permission-row"> <td class="page-permissions-marker-cell" width="20%"> <span>Viewing restricted to:</span> </td> <td class="permission-entity" nowrap="true" width="40%"> <span class="entity-container"> <img class="permission-entity-picture"/> <span class="permission-entity-display-name"></span> <span class="permission-entity-name-wrap">&nbsp;(<span class="permission-entity-name"></span>)</span> </span> </td> <td class="permission-detail-column"> <div class="permission-remove-div"> <a href="#" class="remove-permission-link">Remove restriction</a> </div> </td> </tr> </script> <script type="text/x-template" title="permissions-username-no-suggestion-template"> <ol> <li><a href="#" class="message"><span>No matches</span></a></li> </ol> </script> <script type="text/x-template" title="page-inherited-permissions-table-div-template"> <div class="page-inherited-permissions-owner-div"> <div class="page-inherited-permissions-table-desc">Viewing restrictions apply to “<a></a>”. In order to see “<span></span>”, a user must be in the following list of users and groups:</div> <table class="page-permissions-table"></table> </div> </script> <script type="text/x-template" title="page-restrictions-help-link"> <div class="dialog-help-link"> <a href="http://docs.atlassian.com/confluence/docs-35/Page+Restrictions" target="_blank">Help</a> </div> </script> <!-- End restrictions section --> <fieldset class="hidden parameters"> <input type="hidden" title="spaceKeyEncoded" value="glossary"> <input type="hidden" title="spaceKeyDecoded" value="glossary"> </fieldset> <fieldset class="hidden parameters"> <input type="hidden" title="browsePageTreeMode" value="view"> </fieldset> <div class="wiki-content"> <!-- wiki content --> <h1><a name="Glossary-D-"></a>Glossary - D</h1> <p>Click on letter to jump to the list of terms starting with that letter. Click on a term to jump to the full definition. The excerpts on this page show the first line of each definition.</p> <div class="panel" style="border-width: 1px;"><div class="panelContent"> <div class="" align="center"><a href="/confluence/display/glossary/Glossary" title="Glossary">Glossary</a>: <a href="/confluence/display/glossary/Glossary+-+0..9+and+symbols" title="Glossary - 0..9 and symbols">0..9</a> <a href="/confluence/display/glossary/Glossary+-+A" title="Glossary - A">A</a> <a href="/confluence/display/glossary/Glossary+-+B" title="Glossary - B">B</a> <a href="/confluence/display/glossary/Glossary+-+C" title="Glossary - C">C</a> <a href="/confluence/display/glossary/Glossary+-+D" title="Glossary - D">D</a> <a href="/confluence/display/glossary/Glossary+-+E" title="Glossary - E">E</a> <a href="/confluence/display/glossary/Glossary+-+F" title="Glossary - F">F</a> <a href="/confluence/display/glossary/Glossary+-+G" title="Glossary - G">G</a> <a href="/confluence/display/glossary/Glossary+-+H" title="Glossary - H">H</a> <a href="/confluence/display/glossary/Glossary+-+I" title="Glossary - I">I</a> <a href="/confluence/display/glossary/Glossary+-+J" title="Glossary - J">J</a> <a href="/confluence/display/glossary/Glossary+-+K" title="Glossary - K">K</a> <a href="/confluence/display/glossary/Glossary+-+L" title="Glossary - L">L</a> <a href="/confluence/display/glossary/Glossary+-+M" title="Glossary - M">M</a> <a href="/confluence/display/glossary/Glossary+-+N" title="Glossary - N">N</a> <a href="/confluence/display/glossary/Glossary+-+O" title="Glossary - O">O</a> <a href="/confluence/display/glossary/Glossary+-+P" title="Glossary - P">P</a> <a href="/confluence/display/glossary/Glossary+-+Q" title="Glossary - Q">Q</a> <a href="/confluence/display/glossary/Glossary+-+R" title="Glossary - R">R</a> <a href="/confluence/display/glossary/Glossary+-+S" title="Glossary - S">S</a> <a href="/confluence/display/glossary/Glossary+-+T" title="Glossary - T">T</a> <a href="/confluence/display/glossary/Glossary+-+U" title="Glossary - U">U</a> <a href="/confluence/display/glossary/Glossary+-+V" title="Glossary - V">V</a> <a href="/confluence/display/glossary/Glossary+-+W" title="Glossary - W">W</a> <a href="/confluence/display/glossary/Glossary+-+X" title="Glossary - X">X</a> <a href="/confluence/display/glossary/Glossary+-+Y" title="Glossary - Y">Y</a> <a href="/confluence/display/glossary/Glossary+-+Z" title="Glossary - Z">Z</a></div> </div></div> <ul><li><a href="/confluence/display/glossary/D.P.H." title="D.P.H.">D.P.H.</a> &mdash; <span class="smalltext">Doctor of Public Health (degree)</span></li><li><a href="/confluence/display/glossary/DACCA" title="DACCA">DACCA</a> &mdash; <span class="smalltext">Distribution by ACCount, (a monthly consolidated salary expense report)</span></li><li><a href="/confluence/display/glossary/DAPER" title="DAPER">DAPER</a> &mdash; <span class="smalltext">Department of Athletics, Physical Education, and Recreation</span></li><li><a href="/confluence/display/glossary/DARPA" title="DARPA">DARPA</a> &mdash; <span class="smalltext">(Federal) Defense Advanced Research Projects Agency</span></li><li><a href="/confluence/display/glossary/Data+Item" title="Data Item">Data Item</a> &mdash; <span class="smalltext">Data Warehouse term: Component of a table catalog, also called a field.</span></li><li><a href="/confluence/display/glossary/Data+Warehouse" title="Data Warehouse">Data Warehouse</a> &mdash; <span class="smalltext">The Data Warehouse is the Institute's reporting system. It provides the MIT community with integrated data from various administrative systems stored in one location.</span></li><li><a href="/confluence/display/glossary/DCAA" title="DCAA">DCAA</a> &mdash; <span class="smalltext">Defense Contract Audit Agency</span></li><li><a href="/confluence/display/glossary/DCAD" title="DCAD">DCAD</a> &mdash; <span class="smalltext">Departmental Consulting and Application Development</span></li><li><a href="/confluence/display/glossary/DCEE" title="DCEE">DCEE</a> &mdash; <span class="smalltext">Discover Civil and Environmental Engineering (a pre-Orientation program)</span></li><li><a href="/confluence/display/glossary/DCM" title="DCM">DCM</a> &mdash; <span class="smalltext">Division of Comparative Medicine</span></li><li><a href="/confluence/display/glossary/DCMA" title="DCMA">DCMA</a> &mdash; <span class="smalltext">Defense Contract Management Agency</span></li><li><a href="/confluence/display/glossary/DCSP" title="DCSP">DCSP</a> &mdash; <span class="smalltext">Direct Salary Charging Plan (used in the School of Engineering)</span></li><li><a href="/confluence/display/glossary/DCTI" title="DCTI">DCTI</a> &mdash; <span class="smalltext">Deshpande Center for Technological Innovation</span></li><li><a href="/confluence/display/glossary/DDC" title="DDC">DDC</a> &mdash; <span class="smalltext">Dewey Decimal Catalogue (Libraries)</span></li><li><a href="/confluence/display/glossary/DDEC" title="DDEC">DDEC</a> &mdash; <span class="smalltext">Development, Design, Engineering and Construction (in the Department of Facilities)</span></li><li><a href="/confluence/display/glossary/Debathena" title="Debathena">Debathena</a> &mdash; <span class="smalltext">The latest version of the Athena operating environment, based on Ubuntu Linux. Also known as Debathena and Athena 10.</span></li><li><a href="/confluence/display/glossary/Delete+%28email%29" title="Delete (email)">Delete (email)</a> &mdash; <span class="smalltext">When you delete email it is not immediately erased from the mail server or your local computer. Instead, it is marked for removal. Email marked for removal that has not been purged can be recovered. Deleted email stored on the mail server continues to count towards your quota until you purge it.</span></li><li><a href="/confluence/display/glossary/Description" title="Description">Description</a> &mdash; <span class="smalltext">Data Warehouse Explorer term: a lengthier explanation of the table or the field in a table. The table and field description contains information about the data in the table and field respectively.</span></li><li><a href="/confluence/display/glossary/DFS" title="DFS">DFS</a> &mdash; <span class="smalltext">Distributed File System. The file system used by the WIN.MIT.EDU machines (WinAthena).</span></li><li><a href="/confluence/display/glossary/DGI" title="DGI">DGI</a> &mdash; <span class="smalltext">Diabetes Genetics Initiative (partnership between Broad Institute, Harvard, Novartis, and Lund University)</span></li><li><a href="/confluence/display/glossary/DH" title="DH">DH</a> &mdash; <span class="smalltext">Department Head</span></li><li><a href="/confluence/display/glossary/DHCP" title="DHCP">DHCP</a> &mdash; <span class="smalltext">An Internet protocol for automating the configuration of computers that use TCP/IP.</span></li><li><a href="/confluence/display/glossary/DIC" title="DIC">DIC</a> &mdash; <span class="smalltext">Division of Industrial Cooperation (former name of the Industrial Liaison Program)</span></li><li><a href="/confluence/display/glossary/DID" title="DID">DID</a> &mdash; <span class="smalltext">Direct Inward Dial (DID) number. A DID is a telephone number that can be dialed from outside of MIT, is routed to MIT's telephone network by other carriers on whose network the number may be dialed, and is then connected to an MIT telephone by MIT's voice network. MIT pays for a pool of direct inward dial numbers from outside telecommunications providers.</span></li><li><a href="/confluence/display/glossary/DINDI" title="DINDI">DINDI</a> &mdash; <span class="smalltext">Distribution by Individual (support staff payroll account sheets)</span></li><li><a href="/confluence/display/glossary/DIRT" title="DIRT">DIRT</a> &mdash; <span class="smalltext">Data Incident Response Team</span></li><li><a href="/confluence/display/glossary/DIT" title="DIT">DIT</a> &mdash; <span class="smalltext">Dublin Institute of Technology</span></li><li><a href="/confluence/display/glossary/DKE" title="DKE">DKE</a> &mdash; <span class="smalltext">Delta Kappa Epsilon</span></li><li><a href="/confluence/display/glossary/D-Lab" title="D-Lab">D-Lab</a> &mdash; <span class="smalltext">Development Lab (Introduction to Development course in DUSP)</span></li><li><a href="/confluence/display/glossary/DLC" title="DLC">DLC</a> &mdash; <span class="smalltext">Departments, Labs, and Centers (DLCs) is used as a catch-all term to indicate an organizational unit at MIT</span></li><li><a href="/confluence/display/glossary/DLCs" title="DLCs">DLCs</a> &mdash; <span class="smalltext">Departments, Laboratories and Centers - used to refer to all academic and research areas; may be used to include central units.</span></li><li><a href="/confluence/display/glossary/DMA" title="DMA">DMA</a> &mdash; <span class="smalltext">DuPont MIT Alliance</span></li><li><a href="/confluence/display/glossary/DMCs" title="DMCs">DMCs</a> &mdash; <span class="smalltext">Distributed Mail Centers</span></li><li><a href="/confluence/display/glossary/DME" title="DME">DME</a> &mdash; <span class="smalltext">Department of Mechanical Engineering</span></li><li><a href="/confluence/display/glossary/DMSE" title="DMSE">DMSE</a> &mdash; <span class="smalltext">Department of Materials Science and Engineering</span></li><li><a href="/confluence/display/glossary/DNS" title="DNS">DNS</a> &mdash; <span class="smalltext">An Internet service that translates domain names into IP addresses.</span></li><li><a href="/confluence/display/glossary/DOD" title="DOD">DOD</a> &mdash; <span class="smalltext">(Federal) Department of Defense</span></li><li><a href="/confluence/display/glossary/DOE+%28Department+of+Education+%29" title="DOE (Department of Education )">DOE (Department of Education )</a> &mdash; <span class="smalltext">The Federal Department of Education's mission is to promote student achievement and preparation for global competitiveness by fostering educational excellence and ensuring equal access.</span></li><li><a href="/confluence/display/glossary/DOE+%28Department+of+Energy+%29" title="DOE (Department of Energy )">DOE (Department of Energy )</a> &mdash; <span class="smalltext">Department of the United States government concerned with the United States' policies regarding energy and safety in handling nuclear material.</span></li><li><a href="/confluence/display/glossary/DOL" title="DOL">DOL</a> &mdash; <span class="smalltext">(Federal) Department of Labor</span></li><li><a href="/confluence/display/glossary/DOME" title="DOME">DOME</a> &mdash; <span class="smalltext">Distributed Object-based Modeling Environment (for designing on the web)</span></li><li><a href="/confluence/display/glossary/DormCon" title="DormCon">DormCon</a> &mdash; <span class="smalltext">Dormitory Council</span></li><li><a href="/confluence/display/glossary/DormLine" title="DormLine">DormLine</a> &mdash; <span class="smalltext">Dormitory telephone exchange</span></li><li><a href="/confluence/display/glossary/Double+E" title="Double E">Double E</a> &mdash; <span class="smalltext">Electrical Engineering</span></li><li><a href="/confluence/display/glossary/Draper" title="Draper">Draper</a> &mdash; <span class="smalltext">Charles Stark Draper Lab, Inc.</span></li><li><a href="/confluence/display/glossary/Dropbox" title="Dropbox">Dropbox</a> &mdash; <span class="smalltext">Dropbox is a cloud-storage service.</span></li><li><a href="/confluence/display/glossary/DS" title="DS">DS</a> &mdash; <span class="smalltext">Departmental Services (Information Systems &amp; Technology)</span></li><li><a href="/confluence/display/glossary/DSA" title="DSA">DSA</a> &mdash; <span class="smalltext">Dean for Student Affairs (old name)</span></li><li><a href="/confluence/display/glossary/DSL" title="DSL">DSL</a> &mdash; <span class="smalltext">Dean for Student Life</span></li><li><a href="/confluence/display/glossary/DSO" title="DSO">DSO</a> &mdash; <span class="smalltext">Disabilities Services Office</span></li><li><a href="/confluence/display/glossary/DSP" title="DSP">DSP</a> &mdash; <span class="smalltext">Division of Sponsored Programs (former name of the Office of Sponsored Programs)</span></li><li><a href="/confluence/display/glossary/DSpace" title="DSpace">DSpace</a> &mdash; <span class="smalltext">An open-source institutional digital repository developed by the MIT Libraries and Hewlett-Packard Co. to capture, store, distribute and preserve the intellectual output of MIT's faculty and research staff</span></li><li><a href="/confluence/display/glossary/DSPG" title="DSPG">DSPG</a> &mdash; <span class="smalltext">Digital Signal Processing Group (Prof. Alan Oppenheim's research group in the Research Laboratory of Electronics)</span></li><li><a href="/confluence/display/glossary/DSP+Lab" title="DSP Lab">DSP Lab</a> &mdash; <span class="smalltext">Digital Signal Processing Laboratory</span></li><li><a href="/confluence/display/glossary/DSR" title="DSR">DSR</a> &mdash; <span class="smalltext">Division of Sponsored Research (former name for the Office of Sponsored Research)</span></li><li><a href="/confluence/display/glossary/DSRE" title="DSRE">DSRE</a> &mdash; <span class="smalltext">Division for Study and Research in Education (old)</span></li><li><a href="/confluence/display/glossary/DTE" title="DTE">DTE</a> &mdash; <span class="smalltext">Dance Theater Ensemble</span></li><li><a href="/confluence/display/glossary/DU" title="DU">DU</a> &mdash; <span class="smalltext">Delta Upsilon</span></li><li><a href="/confluence/display/glossary/DUE" title="DUE">DUE</a> &mdash; <span class="smalltext">The MIT Dean for Undergraduate Education and associated offices and business units</span></li><li><a href="/confluence/display/glossary/DUNS" title="DUNS">DUNS</a> &mdash; <span class="smalltext">Data Universal Numbering System (MIT's DUNS number, 00-142-5594, must be included on applications for federal grants and cooperative agreements.)</span></li><li><a href="/confluence/display/glossary/Duo" title="Duo">Duo</a> &mdash; <span class="smalltext">A two-factor authentication system that leverages cellphones, landlines and smartphones as an "Approve" or "Deny" system to identify users.</span></li><li><a href="/confluence/display/glossary/DUSP" title="DUSP">DUSP</a> &mdash; <span class="smalltext">Department of Urban Studies and Planning</span></li><li><a href="/confluence/display/glossary/DynaMIT" title="DynaMIT">DynaMIT</a> &mdash; <span class="smalltext">A real-time traffic management system used in the Intelligent Transportation Systems lab at MIT or a summer camp for low income kids held at MIT to ignite their interests in STEM careers</span></li></ul> <p><a name="Glossary-D-add"></a></p> </div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://kb.mit.edu/confluence/display/glossary/Glossary+-+D" dc:identifier="http://kb.mit.edu/confluence/display/glossary/Glossary+-+D" dc:title="Glossary - D" trackback:ping="http://kb.mit.edu/confluence/rpc/trackback/4265102"/> </rdf:RDF> --> </div> <script type="text/x-template" title="manage-watchers-dialog"> <div class="dialog-content"> <div class="column page-watchers"> <h3>Watching this page</h3> <p class="description">These people are notified when the page is changed. You can add or remove people from this list.</p> <form action="/confluence/json/addwatch.action" method="POST"> <input type="hidden" name="atl_token" value="a0b5ba3efc856f6b1f82475c8c63217659e24d9d"> <input type="hidden" name="pageId" value="4265102"/> <input type="hidden" id="add-watcher-username" name="username" value=""/> <label for="add-watcher-user">User</label> <input id="add-watcher-user" name="userFullName" type="search" class="autocomplete-user" value="" placeholder="Full name or username" autocomplete="off" data-max="10" data-target="#add-watcher-username" data-dropdown-target="#add-watcher-dropdown" data-template="{title}" data-none-message="No matching users found."> <input id="add-watcher-submit" type="submit" name="add" value="Add"> <div id="add-watcher-dropdown" class="aui-dd-parent autocomplete"></div> <div class="status hidden"></div> </form> <ul class="user-list"> <li class="loading">Loading&hellip;</li> <li class="no-users hidden">No page watchers</li> </ul> </div> <div class="column space-watchers"> <h3>Watching this space</h3> <p class="description">These people are notified when any content in the space is changed. You cannot modify this list.</p> <ul class="user-list"> <li class="loading">Loading&hellip;</li> <li class="no-users hidden">No space watchers</li> </ul> </div> </div> </script> <script type="text/x-template" title="manage-watchers-user"> <li class="watch-user"> <img class="profile-picture confluence-userlink" src="{iconUrl}" data-username="{username}"> <a class="confluence-userlink" href="{url}" data-username="{username}">{fullName} <span class="username">({username})</span></a> <span class="remove-watch" title="Remove" data-username="{username}">Remove</span> </li> </script> <script type="text/x-template" title="manage-watchers-help-link"> <div class="dialog-help-link"> <a href="http://docs.atlassian.com/confluence/docs-35/Managing+Watchers" target="_blank">Help</a> </div> </script> <!--END page.vmd-->

Glossary

Provides definitions for common IT terms and acronyms


Last Modified:

April 26, 2016

Get Help

Request help
from the Help Desk
Report a security incident
to the Security Team
Labels:
glossary glossary Delete
index index Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
Feedback
This product/service is:
Easy to use
Average
Difficult to use

This article is:
Helpful
Inaccurate
Obsolete
Adaptavist Theme Builder (4.2.3) Powered by Atlassian Confluence 3.5.13, the Enterprise Wiki