odesk SQL Test Answer

 Posted by odesk test answer
1)  What does SQL stand for?        
a) Strong Question Language       
b) Structured Question Language        
c)Structured Query Language - correct answer

2) Which SQL statement is used to extract data from a database?       

a) GET        
b) OPEN        
c) EXTRACT        
d)SELECT - correct answer        
e)QUERY

Complete Windows XP Test Answer 2012

Question 1:
There is a better method to enable or disable services on your computer than using msconfig and hardware profiles. When using msconfig, you might disable some services that are necessary to boot the system. Which of the following should be used to enable or disable services.


    a.     Device Manager
    b.     Event Viewer
    c.     Microsoft Management Console (MMC)
    d.     Local Security Policy
    answer is :   c.     Microsoft Management Console (MMC)

Question2:
What is the key combination to Quit a program through Task Manager that is not responding?


oDesk MS Word 2007 Test Answer

1.  Which among the following methods would you select when you want to add protection to parts of a template?

Ans:  Go to the Developer tab, click on Properties in the Controls group and then click any of the Locking options in the Content Control Properties dialog box.

2. Which of the following is/are true about phishing?

Ans: All if the above

3. This question is based upon the figure shown below

In some cases, when lists are combined into one "List," the formatting is not updated. Refer to the picture given above. Which among the following options should be used to update this formatting?

Ans: D

oDesk C++ Skill Test Answer

1.Question
Consider the following code:

#include
using namespace std;

int main()
{
cout << "The value of __LINE__ is " <<__LINE__;

return 0;
}
What will be the result when the above code is compiled and executed?

Ans: c. The code will compile and run without errors

oDesk PHP 5 Test Answer

1.Question:

What is true regarding this code?
a. setcookie will return false
b. setcookie will return true
c. setcookie will return null
d. Any of the above can happen

Answer: b

2.Question:
Which of the following is not a correct way of printing text in php5?

a. echo "Plain text";
?>
b.
c.
d. <# echo "Plain text" #>

Answer: a