IT 213 final
Provide an example of a relative path to the video file video.mov in your website, in a media folder.
"/media/video.mov"
What is a deep link?
A link that bypasses a site's homepage
What statement includes information about how cookies and personal information is used?
A privacy statement
What is a tabindex and where is it placed?
A tabindex allows a user to go the next field in a form. It is usually placed in the input tag of a form element
List 3 popular video formats?
AVI, FLV, WMV, MP4, MOV
What is an avatar? What can it be used for?
An Avatar is a virtual person, and can be used for e-commerce sites, educational sites, or games
A file that contains multiple animated frames is called a __________?
An animated GIF or PNG
What can trigger seizures in visitors?
Animations that flicker or flash too quickly
What are the steps in the publication process of a website?
Beta testing, acquiring domain name, acquiring server space
What do forms typically contain? List 3 items.
Checkbox, Textbox, radio buttons, dropdown menus, submit button
What is ColdFusion and what company does it belong to?
ColdFusion is a server side programming language and belongs to Adobe
What are spanned rows or columns? Are they good or bad for accessibility?
Columns or rows that take up more than 1 column or row - they consist of merged cells in a table. They should be avoided
What are web analytics?
Data that is collected about visitors to a website to see how they interact with it
What format does sound need to be in to be used online and how do we get it converted into that format?
Digital
Dynamically generated content is an example of animation. True or false?
False
HTML5 is a proprietary code and needs specific software for you to develop with it. True or False?
False
If a copyright message does not exist on a site, the content is not copyrighted. True or false?
False
XML like html has specified tags you need to use. True or false?
False
You can use copyrighted material under the Fair Use Guidelines for Educational Multimedia without asking for permission from the author. True or false?
False
Creative Commons in a single C, showing that all rights are reserved. True or false?
False. Creative Commons is CC
What is FTP?
File Transfer Protocol
What would you include in an accessibility statement?
Font sizing, standards compliance, and define abbreviations and acronyms
What is the difference between frame by frame animation and animation with tweening?
Frame by frame animation has the movements drawn out on individual frames, whereas the software creates the necessary frames between the start and end of the animation tweening
What is fps? What does it affect?
Frames per second. The higher the fps, the faster the video goes.
Name the 2 markup languages we covered in class.
HTML and XML
Name the 3 different types of CSS?
Inline, internal, and external
What are the 2 types of links we covered in class? Do you need to test both on your website before publishing it?
Internal links and external links. Yes, either one could break
What can you modify to optimize a video file? List 3 things.
Length, frame rate, frame size
Who created the WAI and what is it for?
Made by the World Wide Web Consortium (W3C).
To download media from a website do (as a website visitor) need a specialized media server to access the content?
No
It is good practice, when including a video on your site, to have it play automatically
NoXML
Javascript is client side. There is a
Node js
Do government employees have the right to copyright their work?
Only if it is their private work, done off hours
What is PHP and what does is stand for?
PHP stands for Hypertext Preprocessor and its an open source, server side scripting language.
What is PII? List 3 examples
Personally Identifiable information Social security # Phone # Address
What colors do colorblind people typically have trouble seeing?
Red and Green
List the 4 rights reserved for copyright holders.
Reproduction rights, modification rights, distribution rights, performance rights
What would users with visual disabilities use to access web pages?
Screen readers, screen magnifiers
List 3 online promotional techniques?
Social media, search tools, online advertising, mobile and in-app advertising
Where do files that have been progressively download reside?
Stays on computer & can be played w/o interacting with the host
What would you use to register your website with search engines?
Submission services
What is Beta testing?
Testing that occurs before publishing a site
What is multimedia and what is the downside of adding it to your site in regards to loading time?
Text, audi, video, images. It can increase loading or downloading times for the user.
What is click rate?
The percentage of people visiting a web page ewho click on a hypertext link to a particular advertisement
What is the folder on a server that contains all the webpages of a site called?
The root directory
What does the number of bits used in an audio or video file affect AKA bit depth?
The size and quality
What are the 4 limitations for fair use?
Time limitations, copying limitations, portion limitations, and distribution limitations
Incoming links to your site increase interactivity and can be included in SEO. True or false?
True
Meta tags are used in your HTML website code to increase the chances of your site being shown by search engines. True or False?
True
Breaking a form into multiple form tags can decrease web accessibility. True or False?
True. It makes it harder for screen readers to read the form content
Name an accessibility validation program.
WAVE
Name an example of a javascript web development framework covered in class.
jQuery, Bootstrap
What are samplings rates measured in?
kHz
What does Asynchronous mean?
sends request to server but doesn't wait for a response.the user can continue to interact with the page until the server responds. AJAX