Certification Test
Quiz by Jack Ramos Perez
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
30 questions
Show answers
- Q1Which Language is commonly usedCSSSOAPXMLCANVAS30s
- Q2Which components is not a primary elements of the HTML5 family?JavaScriptXMLHTMLCSS30s
- Q3JavaScript is a type ofScripting languageProgram compilerValidatorMarkup language30s
- Q4Which of the following tags are required on every Web page<head><title><body><html>30s
- Q5Which is an Entities*&©@30s
- Q6Which of the following is the syntax for creating a hyperlink in HTML<a href="http://www.example.com"> link text</a><http://www.example.com><link>http://www.example.com</link ><link href="http://www.example.com">link</a>30s
- Q7Which one is used to build tablestargetcheckedaltcolgroup30s
- Q8Which of the following is NOT true of Web development for mobile?A mobile web page, completely separate from the desktop version, is often createdUsers are often automatically redirected to a mobile version of a site.Sites must be fast loading and easy to navigate.C) The languages used to create mobile sites are different than their desktop equivalents.30s
- Q9What is the extension used for JavaScript files?D) .javaB) .sA) .jC) .js30s
- Q10What is the name of the environment manipulator add-on for Firefox, which can be used to simulate different user environments?WebkitFilezillaWeb DeveloperFirebug30s
- Q11Which line in the following code does NOT include a syntax error? 0 #scoreLabel { 1 font-family: Arial,Helvetica,sans-serif; 2 color: #00099; 3 position; absolute; 4 top: 10px 5 left: 10px; 6 }Line 3Line 1Line 4Line 2120s
- Q12What is the definition of a Web Application?A single resource file on a private server that provides some sort of functionalityA collection of resources on a publicly accessible server that provides some sort of functionalityA single resource file on a publicly accessible server that provides some sort of functionality) A collection of resources on a private server that provides some sort of functionality120s
- Q13What symbol is used to separate the two parts of a CSS declaration?Colon (:)Equals sign (=)Arrow (=>)Pipe (|)120s
- Q14What scripting language is jQuery written in?JavaScriptJavaHTMLC#120s
- Q15What does CSS stand for?Cascading Style SheetsCentral Style SheetsCentral Styling StandardCascading Styling Standard120s