A digital audio file made available on the internet for downloading to a computer or mobile device
What is a podcast?
Chart that makes comparisons easy.
What is a bar chart.
One rule for naming functions.
What must begin with a letter or an underscore, may not contain any spaces, punctuation (such as periods or commas) or reserved words?
An object and it's property are separated by this notation
What is dot notation?
Base 2 number system is called
What is a binary number system?
The combination of text, sound, and video to express an idea or convey a message
What is multimedia?
Chart that makes percentage values easy to see
What is a pie chart?
The variable is available for use anywhere inside the HTML file webpage
What is a global variable?
The variable's value is available only in the function in which it is defined
What is local?
Name any three Position values in CSS
What is Static,relative,absolute,fixed,sticky any three is okay
Reason early days of internet file size was limited
What is access was via phone lines
Chart that is ideal for showing trends over time.
What is a line chart?
Javascript objects have
What are properties and methods?
Three of the four data JavaScript types
What is numeric, string, date and boolean?
Most commonly used CSS position property value
What is position relative?
What is autoplay, controls, loop, preload and src?
Similar to line charts, except the areas under the lines are filled in.
What is an area chart?
Actions that an object can perform
What are methods or functions?
This feature allows variables to be flexible and store any data type.
What is loosely-typed?
This CSS property can be used to create a magazine layout on a webpage
What is Float?
Three supported video formats in HTML
What is MP4, WebM, and OGG?
Displays data across a 3D landscape.
What is a surface chart?
An HTML tag that identifies a section of HTML code using the id attribute so content of the tag can be set or defined by the use of the innerHTML property
What is a container?
Method that extracts part of a string
What is substring() or substr()?
Built-in core processor software responsible for booting up your system.
What is BIOS