HTML Test 4.01

Question no. 1
Which of the following statements is correct for a blockquote?
a. It make the text a bit bigger for emphasizing.
b. It defines the start of a long quote.
c. It makes the text slightly bolder.
b. It defines the start of a long quote.

Question no. 2
Which of the following is incorrect about the relation between HTML and XHTML?
a. XHTML is a stricter and cleaner version of HTML.
b. XHTML is almost identical to HTML 4.01.
c. XHTML and HTML both are used to generate dynamic content.
d. XHTML brings together the elements of HTML and the syntax of XML.
b. XHTML is almost identical to HTML 4.01.

Question no. 3
Choose the incorrect statement(s):

SEO Tutorial video


We already Discussion  about of Search Engine Optimization ( SEO ) That is a technique which helps search engines find and rank your site higher than the millions of other sites in response to a search query.

SEO thus helps you get traffic from search engines.This SEO video tutorial covers all the necessary information you need to know about Search Engine Optimization - 
what is it, how does it work and differences in the ranking criteria of major search engines.In this video tutorial you learn more about Link-building, Link wheel, Forum posting, Social Bookmarking, Directory submission, Article Submission Etc.                          
           
SEO tutorial - 01 - An Introduction about SEO (With Free Exercise Files)
SEO tutorial - 02 - How Search Engine Works
SEO tutorial - 03 - Using Keyword Research Tool
SEO tutorial - 04 - Editing the Keywords
SEO tutorial - 05 - On Page Optimization Introduction
SEO tutorial - 06 - Writing Effective Title Tags
SEO tutorial - 07 - Writing Effective Meta Description tags
SEO tutorial - 08 - Using the Header tags
SEO tutorial - 09 - Using Anchor and Alt tags effectively
SEO tutorial - 10 - Creating Search Engine Friendly URL
SEO tutorial - 11 - Off Page Optimization Introduction
SEO tutorial - 12 - Backlinks in SEO
SEO tutorial - 13 - Doing Article Marketing in SEO
SEO tutorial - 14 - Blogging in SEO
SEO tutorial - 15 - Submitting your Website to Web Directories
SEO tutorial - 16 - Using free Ebooks in SEO
SEO tutorial - 17 - Using Facebook and Twitter As a Tool in SEO
SEO tutorial - 18 - Using forums in SEO
SEO tutorial - 19 - PPC advertising As indirect way to do SEO
SEO tutorial - 20 - Using YOUTUBE in SEO
SEO tutorial - 21 - Social Bookmarking in SEO
SEO tutorial - 22 - How to use ROBOTS.txt files
SEO tutorial - 23 - SEO checklist (50 factors to check while doing SEO)
SEO tutorial - 24 - BEST & Effective SEO tools on the Web
SEO tutorial - 25 - 16 Biggest SEO mistakes
Part - 1: Download

Search engine optimization (SEO)

Search engine optimization (SEO) is the process of improving the visibility of a website or a web page in search engines via the “natural” or un-paid (“organic” or “algorithmic”) search results. In general, the earlier (or higher ranked on the search results page), and more frequently a site appears in the search results list, the more visitors it will receive from the search engine’s users. SEO may target different kinds of search, including image search, local search, video search, academic search,[1] news search and industry-specific vertical search engines.

As an Internet marketing strategy, SEO considers how search engines work, what people search for, the actual search terms typed into search engines and which search engines are preferred by their targeted

oDesk Search Engine Optimization Test Questions and Answers

Question: Which of the following search engines or directories provides the directory search results for Yahoo?

a. Windows Live
b. Yahoo Directory
c. Google
d. Wikipedia
e. DMOZ
Ans:B




Question: Which of the following statements regarding website content are correct?                                                             

oDesk English Spelling Test (U.S. Version) 2012 Answer

Question: 01
Identify the misspelled word in the list below.
            a.         Accomodate
            b.         Analyze
            c.         Acknowledgment
            d.         Asterisk
Question: 02
Identify the misspelled word in the list below.

Adobe Photoshop CS3 Test Answer

Question: 1
What happens when Use Legacy is selected as shown in the given picture?
            a.         It is used to apply proportionate (nonlinear) adjustments to image pixels (Ans)
            b.         When it is selected, Brightness/Contrast simply shifts all pixel values higher or lower when adjusting brightness
            c.         Both a and b
            d.         None of the above
Question: 2
Channels can not be added to which of the following image modes?
            a.         RGB
            b.         CMYK
            c.         Bitmap (Ans)
            d.         Lab

New Readiness Test Answer 2012

 Question: Which of the following is FALSE about weekly limits on hourly contracts?

a. Hours in excess of the weekly limit will not be billed to the employer
b. You should discuss any need to work beyond your limit with your employer
c. The weekly limit can be changed by the contractor (Right Answer)
d. The weekly limit can be changed by the employer
e. Hours in excess of the weekly limit are not guaranteed payment

Question: Which of the following are TRUE about the oDesk dispute process?

JavaScript Test Solution

1. What’s relationship between JavaScript and ECMAScript? –
ECMAScript is yet another name for JavaScript (other names include LiveScript).
The current JavaScript that you see supported in browsers is ECMAScript revision 3.
2. What are JavaScript types? –
Number, String, Boolean, Function, Object, Null, Undefined.
3. How do you convert numbers between different bases in JavaScript? –
Use the parseInt() function, that takes a string as the first parameter, and the base as
a second parameter. So to convert hexadecimal 3F to decimal, use parseInt (“3F”, 16);
4. What does isNaN function do? –
Return true if the argument is not a number.
5. What is negative infinity? –
It’s a number in JavaScript, derived by dividing negative number by zero.
6. What boolean operators does JavaScript support? –
&&, || and !
7. What does “1″+2+4 evaluate to? –
Since 1 is a string, everything is a string, so the result is 124.
8. How about 2+5+”8″? –
Since 2 and 5 are integers, this is number arithmetic, since 8 is a string, it’s concatenation,
so 78 is the result.
9. What looping structures are there in JavaScript? –
for, while, do-while loops, but no foreach.
10. How do you create a new object in JavaScript? –
var obj = new Object(); or var obj = {};
11. How do you assign object properties? –
obj["age"] = 17 or obj.age = 17.
12. What’s a way to append a value to an array? –
arr[arr.length] = value;
13. What is this keyword? -
It refers to the current object.

Answer of Windows XP Test


Which of the following statements is true if you open an existing file, make changes to it, and save it with a new name?        Posted by odesk test answers
The original file will be deleted.
The original file remains unchanged.****
The changes will be saved in the original file
The original file is sent to the Recycle Bin

Question 2
The left side of the Start menu contains two parts, separated by a thin horizontal line. The Windows XP term for manually inserting a shortcut to one of your chosen applications into the top part of the left side (by using the right-context menu of the application in Windows Explorer) is called:

Attaching an application to the Start menu. ****
Pinning an application to the Start menu
Placing an application into the Start menu.
Porting an application to the Start menu

Odesk Joomla Test Solution

1.The index.php file is a combination of HTML and PHP code.

 answer: True

2.What is the default super administrator account for Joomla called?

 answer: Administrator

3.Which of the following PHP directives are important to Joomla execution to define an alternate compression library if the standard library is not available?

 answer: extension_dir

4.Which of the following files is archive and contains the actual CB component that you must install into Joomla while downloading CB?

 answer: com_comprofiler

5.Which option will you choose to set the site metadata for the installed website?

 answer: Global Configuration

6.What will happen if we set the SSL enabled option to On?

 answer: This option will make the link from the menu begin with an https://