click below
click below
Normal Size Small Size show me how
DCS Exam Review
Term | Definition |
---|---|
Website | A collection of interlinked web pages on the World Wide Web |
HTML | Hypertext Markup Language, a language used to create web pages |
HTML Tag | The special set of characters that indicates the start and end of an HTML element and that element's type |
Digital Footprint | The collected information about an individual across multiple websites on the Internet |
Copyright | the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same |
Creative Commons | A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created |
Search Engine | A program that searches for and identifies items in a database that correspond to keywords or characters specified by the user, used especially for finding particular sites on the World Wide Web |
Trustworthy | Able to be relied on as honest or truthful |
Heading | A title or summary for a document or section of a document |
Bug | Part of a program that does not work correctly |
Comment | A note in the source code of a computer program that helps explain the code to people who read it |
Debugging | Finding and fixing problems in an algorithm or program |
Hyperlink | A link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen |
CSS Selector | the part of a CSS rule-set that defines which HTML elements the style should be applied to |
CSS Class | An identifier that allows multiple elements in an HTML document to be styled in the same way |
Program | An algorithm that has been coded into something that can be run by a machine |
Sprite | A graphic character on the screen with properties that describe its location, movement, and look |
Conditionals | Statements that only run under certain conditions |
<DOCTYPE html> | Tells the computer that this is a document written in HTML |
<head> | Contains information (sometimes called "metadata") about your web page |
<img> | Allows an image file to be inserted onto a web page |
<link> | Links external sheets to an .html page |
<h1> | Defines a level 1 heading (largest size) |
<h2> | Defines a level 2 subheading (next to the largest size) |
<h5> | Defines a level 5 (smaller) heading |
<html> | Indicates the beginning of your code written in HTML |
<body> | Contains all the main contents of your web page |
<a> | Creates a clickable hyperlink |
Input | A device or component that allows information to be given to a computer |
Processing | The work done by a computer to turn an input into an output |
Output | Any device or computer that receives information from a computer |
Storage | Computer information that is saved for later use |
CC Attribution License | This license lets others distribute, remix, tweak and build upon your work, even commercially, as long as they credit you for the original creation. |
CC Share-Alike License | Licensees may distribute derivative works only under a license identical to the license that governs the original work. |
CC Non-Commercial License | Licensees may copy, distribute, display, and perform the work and make derivative works based on it for noncommercial purposes |
CC No Derivative Works License | Licensees may copy, distribute, display and perform only verbatim copies of the work, not derivative works based on it. |
Define | Decide what problem you are trying to solve or what question you are trying to answer |
Prepare | Decide what you need & develop a plan for how you will analyze/get ready |
Try | Follow through. Collect the data, test it out, etc. |
Reflect | Review what you've learned, decide what to do next, or if you need to revisit previous steps |