Saturday, June 6, 2015

JQuery - Level 1 and HTML5 - Level 1



freelancer exams JQuery Level 1 Fundamentals Basics Terminology Techniques Advanced

203 questions, 2 without answers



#1 Question:
jQuery is not suitable for Ajax applications.

    false
    only for academic sites
    only for e-commerce sites
    only for intranets
    true

Answer:  false




#2 Question:
When working with AJAX, jQuery's _______ function allows you to load a subsection of another Web page.

    load()
    none of these
    part()
    section()
    subsection()

Answer:  load()




#3 Question:
jQuery can be used with the _______ Content Management System.

    Drupal
    Joomla
    WordPress
    all of these
    none of these

Answer:  all of these




#4 Question:
The jQuery AJAX function _______ contains code to be executed when an AJAX request is completed.

    ajaxComplete()
    ajaxCompleted()
    ajaxDone()
    ajaxFinished()
    none of these

Answer:




#5 Question:
Forms may be validated using jQuery or PHP, but not both together.

    false
    only for academic sites
    only for e-commerce sites
    only for intranets
    true

Answer:




#6 Question:
_______ is a jQuery selector expression.

    .find(selector)
    .next([selector])
    .prev([selector])
    all of these
    none of these

Answer:


etc.

freelancer exams JQuery Level 1 Fundamentals Basics Terminology Techniques Programming








HTML5 - Level 1


freelancer exams HTML5 Level 1 Fundamentals Basics Terminology Techniques Programming

 

75 questions with answers
This is probably the test with the smallest number of possible questions.


  

#1 Question: 
Which of the following form tags was introduced in HTML 5?

    label
    legend
    optgroup
    output
    textarea

Answer: 
output



#2 Question:
What is the correct tag to display text as formatted in the html document?

    <asis>
    <format>
    <pre>
    <print>
    <text>

Answer:  <pre>



#3 Question:
Which of the following is NOT an attribute of an input element introduced in HTML 5?

    autocomplete
    disabled
    multiple
    pattern
    placeholder

Answer: 
disabled



#4 Question:
Select the answer that best completes this sentence. The canvas element

    displays a background image selected by the user.
    embeds livestream video into the webpage.
    is used to draw graphics on the fly.
    provides dynamic borders for embedded images.
    provides filters to uploaded images.

Answer:
 



#5 Question:
Which of the following was NOT removed from HTML 5?

    <acronym>
    <applet>
    <center>
    <col>
    <dir>

Answer: 


etc.

freelancer exams HTML5 Level 1 Fundamentals Basics Terminology Techniques Programming