
study guide
Quiz by Wasfi LAhead
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
22 questions
Show answers
- Q1What is the markup for using the HTML5 video element?<video ="intro.mp7" width="400" height="300"></video><video svc="intro.mp4" width="400" height="300"></video><video src="intro.mp3" width="400" height="300"></video><video src="intro.mp4" width="400" height="300"></video>30s
- Q2What is the markup for using the HTML5 audio element?<audio ="sample.mp3" controls="controls"></audio><audio src="sample.mp3" controls="controls"></audio><audio src="sample.mp4" controls="controls"></audio>audio30s
- Q3What is semantic markup?gives better meaning, or definition, to several tags so they make more sense to humans, programs, and Web browsersuses simpler tags to replace many of the div tagswhich means they can be used with any HTML element.creating the structure of an HTML document30s
- Q4Which HTML5 tags are used to structure and organize a document?<article><address><footer>all of the above30s
- Q5When should I use the <section> tag versus another type of element?Depends on the situationJava ScriptC++Document only30s
- Q6How do you create a table?<table border="true"><table border="True"><table border="1"><table ="1">30s
- Q7How do you create an ordered list and an unordered list?</ol><lo><ol><ul>30s
- Q8Which HTML5-specific attributes do you use for restricting form input?altaccepttargetcontrol30s
- Q9What is an animation?is a programming technique in which a function calls itself.is the display of a sequence of static images at a fast enough speed to create the illusion of movement.changing a display to make it dynamicrecursion turns out to be not only permissible but powerful30s
- Q10Which JavaScript function can you use to create an animation?move_paragraph<script type = "text/javascript"><!doctype html>move_paragraph()30s
- Q11How can you display an image file using JavaScript?Element('create')createElement()createElement();imageElemet()30s
- Q12How do you use JavaScript to manipulate canvas elements?get('context')Context('get').getContext)getElementById()30s
- Q13Which API enables you to exchange data strings between a client and server?C++HttpRequestHttpRequest(API)XMLHttpRequest APIXMLRequestAPI30s
- Q14What is parsing?the absence of a dynamic Web serverIn such a case, it’s far more convenient and trouble-free to encapsulate the policya term used to describe analysis of complex information into constituent parts.a word programmers use to mean, roughly, “style of action.”20s
- Q15How can I restrict the type of file to load?put file in local sessionPutting file in different foldersthere is no effective way to specify which type of file to loadAdding a filter20s