Odesk test Answer 2013 লেবেলটি সহ পোস্টগুলি দেখানো হচ্ছে৷ সকল পোস্ট দেখান
Odesk test Answer 2013 লেবেলটি সহ পোস্টগুলি দেখানো হচ্ছে৷ সকল পোস্ট দেখান

রবিবার, ৩ মার্চ, ২০১৩

oDesk PHP5 Test Answers 2013


oDesk PHP5 Test Answers 2013
1. Question: What is true regarding this code?
Answer: setcookie will return true
2. Question: Which of the following is not a correct way of printing text in php5?
Answer: echo “Plain text”;
3. Question: Which of the following is not the correct way of starting a session?
Answer: session_initiate()
4. Question: Which of the following functions do you need to implement HTTP Basic Authentication?
Answer: None of the above
5. Question: Which of the following Command Line Interface constant is not defined in the CLI SAPI?
Answer: STDPRT
6. Question: Which of the following statements is correct with regard to final and abstract?
Answer: a. An abstract class cannot have final methods
7. Question: Which composite data types are supported by php?
Answer: Array
8. Question: The default value of register_globals in PHP is:
Answer: Off
9. Question: Which of the following is not a valid PHP connection status?
Answer: open
10. Question: Choose the correct statement:
Answer: include() includes and evaluates a specific file require_once() includes and evaluates a specific file only if it has not been
included before
11. Question: If the session_cache_expire() is not set, then by default the session cache will expire after:
Answer: 3 hrs
12. Question: What will be the output of the following script?
$count=50;
Paamayim Nekudotayim operator allows access only to the static members of a class? Paamayim Nekudotayim operator allows access only to the static members of a class? Answer: function_exists
$i=4;
User Name:
Password:
class Manager{
Answer: 5+2 * 4+6
$var = 1 + “-1.3e3″;
function Argument()
{ $count++;
echo $count;
} Argument();
?>
Answer: It will print 1 13. Question: State whether True or False
Answer: True
14. Question: Which of the following statements is true with regard to comparisons in PHP5?
Answer: With (===) operator, object variables are identical if and only if they
refer to the same instance of the same class.
15. Question: What will be the output of the following code?
$a = 0.0;
for ($i = 0; $i < a =”=”">
Answer: 1
16. Question: What will be the output of the following code?
$j=30;
$k=0;
$k=$j++/$i++;
echo $i . ” ” . $j . ” ” . $k . ” “;
Answer: 5 31 7.5
17. Question: Which of the following is a not a correct way of commenting in php? Answer: /#PHP Comment
18. Question: Following is a php code block:
$m=9;
$n=99;
$z=8;
$z=$n++/$m++ + –$z;
echo $z;
what will be the output?
Answer: 18
19. Question: Which of the following is the correct way of specifying default value?
Answer: function GetDiscount($Type = “Special”) { . . . }
20. Question: With reference to the following php script:
print ‘Text Line1′
print ‘Text Line2′
?> What will be the output on running the script?
Answer: Error message will be printed
21. Question: What will be the ouput of the following code?
for ($i = 0; $i < i =”=”">
0134
Question: Late PHP versions support remote file accessing for the functions:
Answer: include_once()
require_once()
both of them
22. Question: You have designed a user login form as follows:
How can you access the username entered by the user in the ‘Validate.php’ webpage?
a. $var= $_POST['username'];
b. $var= $_REQUEST['username'];
c. import_request_variables(‘p’, ‘p_’);
$var= $p_username;
Answer: Both of them
23. Question: Which of the following does not represent logical AND operator in PHP?
Answer: &
24. Question: Which of the following is not true for a persistent connection?
Answer: These can’t be converted to non-persistent connections
25. Question: Which of the following are invalid data types in PHP?
Answer: char
26. Question: The Manager and Office classes are as follows:
function printName() { echo “Manager”; } } class Office{ function getManager() { return new Manager(); } } $ofc = new Office(); ??? ?>
Which of the following should replace ‘???’ to obtain the value of printName() function?
Answer: $ofc->getManager()->printName();
27. Question: The classes are defined as follows:abstract class BaseCls{ protected abstract function getName();
} class ChildCls extends BaseCls{ } Which of the following implementations of getName() is invalid in ChildCls?
Answer: public function getName(){}
28. Question: Which of the following variable declarations within a class is invalid in PHP5?
Answer: var $term =3;
oDesk PHP5 Test Answers
29. Question: What will be the output of following code? $arr = “a”; $arr[0]=”b”; echo $arr; echo $arr[0]; Answer: bb
30. Question: For the following code: the output will be: Answer: 171
31. Question: What is the result of the following expression? Question: What will be the output of following code? echo $var; Answer: -1299
32. Question: What will be the output of following code? $var1=”a”; $$var1=”b”; echo “$var1 $a”; Answer: a b
33. Question:What is the output of the following code? $a = 500; $b = 200; echo $a % 2 * $b; ?>
Answer: 0
34. Question: What will be the ouput of the following code? if (-1) print “true”; else print “false”; ?> Answer: true
35. Question: What will be the output of the following code?
echo 12 . 6;
Answer: 126
36. Question: Consider the following sample code:
$x = 0xFFFE;
$y = 2;
$z = $x && $y;
What will be the value of $z?
Answer: 1

oDesk English Vocabulary Test (U.S. Version) Answers 2013


oDesk English Vocabulary Test (U.S. Version) Answers 2013
1. Choose the word or phrase that is most nearly an antonym of the word below.
–Itinerant
a. permanent
b. flexible
c. transient
d. dissatisfied
Ans: c
2. Complete the following sentence by choosing the correct homophone from the options below.
This experiment was designed to _____ certain behaviors from the test subjects.
a. illicit
b. elicit
Ans: b
3. Choose the word that best corresponds with the definition given below.
adj. Tending to create ill will or give offense
a. labyrinthine
b. invidious
c. titillating
d. envious
Ans: b
4. Choose the word that best corresponds with the definition given below.
n. Capacity for producing a desired result; effectiveness
a. contumacy
b. defenestration
c. conversion
d. efficacy
Ans: d
5. Choose the word or phrase that is most nearly an antonym of the word below.
Lassitude
a. simplicity of speech
b. leniency
c. philanthropy
d. vigor
Ans: d
6. Choose the word or phrase that is most nearly a synonym for the word in Capital Letters in the following sentence.
The coach was absolutely by his team’s INDOLENCE and nasty attitude.
a. violent behavior
b. odorousness
c. laziness
d. disappearance
Ans: c
7. Choose the word or phrase that is most nearly a synonym for the word in Capital Letters in the following sentence.
Her MELLIFLUOUS voice is perfectly suited to lullabies and never fails to put us all to sleep.
a. smoothly flowing; sweet-sounding
b. dull; tiresome
c. cacophonous
Ans: a
8. Choose the word or phrase that is most nearly a synonym for the word in Capital Letters in the following sentence.
She always got a VICARIOUS thrill from watching her father skydive.
a. empathetic
b. dangerous
c. pathetic
d. sickening
Ans: a
9. Complete the following sentence by choosing the correct word from the options below.
The crafty spy gave a _____ name to the hotel clerk.
a. fictive
b. fictional
c. fictitious
Ans: a
10. Choose the word that best corresponds with the definition given below.
adj. Understood by or intended for only a select few or a particular group.
a. esoteric
b. eccentric
c. narcissistic
d. languid
Ans: a
11. Choose the word that best corresponds with the definition given below.
n. A position that entails little work but provides a salary.
a. quiescence
b. theocracy
c. swindle
d. sinecure
Ans: d
12. Choose the word that best corresponds with the definition given below.
adj. Sluggish; apathetic; dull
a. turbid
b. torpid
c. turgid
d. tepid
Ans: d
13. Complete the following sentence by choosing the correct set of words from the options below.
Mr. Winkle was dismayed to discover that his willful young wife _____ her wealth and _____ the law at every opportunity.
a. flouted/flouted
b. flouted/flaunted
c. flaunted/flouted
d. flaunted/flaunted
Ans: c
14. Choose the word or phrase that is most nearly an antonym of the word below.
Refute
a. expose
b. support
c. garbage
d. safe place
Ans: b
15. Complete the following sentence by choosing the correct word from the options below.
I screamed as the monstrous presence snaked toward me on the dark and _____ path.
a. tortious
b. tortuous
c. torturous
Ans: b
16. Choose the word that best corresponds with the definition given below.
adj. Easily provoked to anger; irritable
a. sapid
b. irascible
c. jocund
d. incorrigible
Ans: b
17. Choose the word or phrase that is most nearly a synonym for the word in Capital Letters in the following sentence.
The WIZENED old woman gave Jack a handful of beans and some good advice.
a. sage
b. shriveled
c. creepy
d. jocular
Ans: b
18. Choose the word that best corresponds with the definition given below.
adj. Similar to something else in certain respects, as in form, function, or meaning
a. abject
b. agrarian
c. analogous
d. amalgam
Ans: c
19. Choose the definition that best reflects the meaning of the word in Capital Letters as it is used in the sentence below.
These artists really IMBUE their work with a spirit of profound freedom.
a. spoil
b. detract from; debase
c. fill or permeate with a particular feeling or quality
Ans: c
20. Complete the following sentence by choosing the correct set of words from the options below.
Our lawyers have informed us that while the new tax laws will not _____ our business directly, they may have an adverse _____ on the spending power of our customers.
a. effect/affect
b. affect/affect
c. effect/effect
d. affect/effect
Ans: d
21. Complete the following sentence by choosing the correct homophone from the options below.
The company is _____ committed to developing educational television programs for children.
a. holey
b. holy
c. wholly
Ans: c
22. Choose the definition that best reflects the meaning of the word in Capital Letters as it is used in the sentence below.
The diplomats, who have been accused of DUPLICITY by their respective countries, have been removed from their posts.
a. bad taste
b. deceitfulness; double-dealing
c. embezzlement
Ans: b
23. Complete the following sentence by choosing the correct homophone from the options below.
Oscar, who did not possess a discerning _____, preferred hotdogs to steak.
a. palette
b. pallet
c. palate
Ans: c
24. Complete the following sentence by choosing the correct set of words from the options below.
The workers were allowed to _____ down once they’d _____ the brick, but the foreman himself has not yet _____ down.
a. lay/lain/laid
b. lie/laid/lain
c. lie/lain/lain
d. lay/laid/laid
Ans: d
25. Complete the following sentence by choosing the correct homophone from the options below.
That grueling competition really tested the _____ of the gymnastics team.
a. meddle
b. metal
c. medal
d. mettle
Ans: d
26. Choose the word that best corresponds with the definition given below.
adj. Narrow-minded; limited in scope
a. hermetic
b. foreseeable
c. sporadic
d. sectarian
Ans: d
27. Choose the word or phrase that is most nearly an antonym of the word below.
Inordinate
a. reasonable
b. on a waiting list
c. unprepared
d. immense
Ans: a
28. Choose the word that best corresponds with the definition given below.
v. To issue a vehement verbal attack; to denounce explosively
a. vituperative
b. litigant
c. fulminate
d. exhume
Ans: c
29. Choose the word that best corresponds with the definition given below.
v. To impose with authority; urge strongly
a. enjoin
b. prevalent
c. dissonance
d. relegate
Ans: a
30. Complete the following sentence by choosing the correct set of words from the options below.
I can _____ all the terms of the apartment lease ______ the one about not allowing pets.
a. except/accept
b. except/except
c. accept/accept
d. accept/except
Ans: d
31. Complete the following sentence by choosing the correct set of homophones from the options below.
The _____ poet, knowing his death was _____, struggled to finish his final ode.
a. imminent/eminent
b. eminent/immanent
c. immanent/imminent
d. eminent/imminent
Ans: d
32. Choose the word that best corresponds with the definition given below.
adj. Hardhearted; unmoved by pity
a. apologetic
b. parsimonious
c. obdurate
d. abdicated
Ans: c
33. Choose the definition that best reflects the meaning of the word in Capital Letter as it is used in the sentence below.
The publicist was surprised by the INUNDATION of fan letters for her top client.
a. deluge
b. dearth
c. hindrance
Ans: a
34. Choose the definition that best reflects the meaning of the word in Capital Letters as it is used in the sentence below.
Alicia, who loved both men equally and wanted to hurt neither, found herself in quite a QUANDARY over which one she should choose.
a. happy circumstance
b. puzzling predicament
c. easy decision
Ans: b
35. Choose the word or phrase that is most nearly a synonym for the word in Capital Letters in the following sentence.
Agatha RUMINATED for weeks about the consequences of telling Arthur about the affair.
a. pondered
b. worried
c. neglected
d. laughed
Ans: a
36. Choose the word or phrase that is most nearly an antonym of the word below.
Pretentious
a. modest
b. understanding
c. uneasy
d. pleasant
Ans: a
37. Choose the definition that best reflects the meaning of the word in Capital Letters as it is used in the sentence below.
Maude managed to sweep up the broken dishes without a word of REPROOF to her children.
a. expression of disapproval or blame
b. expression of affection or love
c. expression of apology or regret
Ans: a
38. Choose the word or phrase that is most nearly a synonym for the word in Capital Letters in the following sentence.
His son’s group of friends had a DELETERIOUS effect on his schoolwork.
a. influential
b. positive
c. hysterical
d. harmful
Ans: d
39. Complete the following sentence by choosing the correct set of homophones from the options below.
The skillful candidate’s _____ speech was delightful to listen to, but failed to explain how he would achieve the ______ goals of peace and prosperity.
a. illusive/elusive
b. allusive/elusive
c. elusive/allusive
d. allusive/illusive
Ans:

শনিবার, ২ মার্চ, ২০১৩

oDesk MS Word 2007 test answers 25.3.2013

oDesk MS Word 2007 test answers 2013
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
4. Which among the following charts do not have axes?
Ans: Doughnut charts
5. Microsoft named two styles that work in Word 2007 as both character and paragraph types as being ______ styles:
Ans: Linked
6. This question is based upon the figure shown below
Ans: It ensures that the text is not obscured by binding.
7. With the help of which view will the Watermark not be seen?
Ans: Web Layout view
8. This question is based upon the figure shown below
How will the Message Bar alerts be enabled as shown in the given picture?
Ans: Select Word Options from the Microsoft Office Button. Click on TrustCenter, then click Trust Center Settings, and then click Message Bar.
9. Which among the following is not a Bookmark option to sort the list of bookmarks in the document?
Ans: Author
10. This question is based upon the figure shown below
Why is the “Different First Page” option used in the Page Setup dialog box as shown in the given picture?
Ans: This option allows you to remove the Page Number from the first page.
11. State whether true or false:
Once a bullet is removed from the “Bullet Library” and it is no longer available in the “Document Bullets” area, the bullet cannot be added back to the Bullet Library.
Ans: False
12. This question is based upon the figure shown below
Which of the following types of charts are not supported by either Lines or Bars, as shown in the picture?
Ans: Area charts
13. Which among the following features could be used to create a connection to a Shared Network folder?
Ans: Map Network Drive
14. Edit tracking changes are typically formatted in the following manner: (1) deletions—red strikethroughs, (2) additions—green and underlined, and (3) formatting changes are made bold in almost any other desired color. Where in Word 2007 could you set your own custom formatting options for tracking changes?
Ans: Select the Review ribbon and then select the triangle by Track Changes. In the drop-down menu, select “Change Tracking Options” and then set your formatting options in the Track Changes Options dialog box.
15. How will you insert text boxes for a printed form?
Ans: Select the Insert tab, in the Text group, click on Text Box and then select Draw Text Box.
16. To enter a symbol or special character into your document (to where the cursor is located), which of the following methods could you employ in Word 2007?
Ans: Open the Insert ribbon. Click Symbol in the Symbols group. A menu will appear with a small selection of symbols. If you don’t see the symbol or character you’d like to insert, click More Symbols. Choose the special character (or symbol) that you want and then click Insert and click Close.
17. You are editing a figure using the Drawing Tools > Format options. Which among the following Shape Fill options in the Shape Styles group adds a solid color and transparency to a shape?
Ans: More Fill Colors…
18. State whether true or false:
When you save a document as a Web page, the textures and gradients are saved as JPEG files and the patterns are saved as GIF files.
Ans: True
19. Which among the following options is the reason of text deletion at the insertion point when you type a document?
Ans: The “overtype mode” is turned on in Word options.
20. What is meant by Enhanced ScreenTips?
Ans: Enhanced ScreenTips are larger windows that display more descriptive text than a ScreenTip and can have a link to a Help topic.
21. This question is based upon the figure shown below
Refer to the given picture. Which of the following Line Numbers should be used when each page has to begin with the number 1?
Ans: Restart Each Page
22. Which keyboard shortcut could be used to switch to Draft View?
Ans: ALT+CTRL+N
23. State whether true or false:
The “Add Assistant” shape option in a SmartArt graphic is available only if an organization chart layout is chosen.
Ans: True
24. Which view(s) could be used to view the Equation placeholders in the Document Views group?
Ans: All of the above
25. State whether true or false:
Any changes that are saved to “Normal.dotm” will be applied to the documents that you create in the future.
Ans: True
26. State whether true or false:
Changing the Author property in the Document Information Panel of an existing document has no effect on the User name setting in the Word Options dialog box.
Ans: True
27. How will you set the default font so that every time you open Microsoft Word it will use the settings that you had selected?
Ans: Select the Home tab, and then click the Font Dialog Box Launcher. Select the font style and size. Click on Default… and then click Yes.
28. Which of the following line-spacing options sets fixed line spacing that Word does not adjust?
Ans: Doubled
29. How will you change the author name in an existing document?
Ans: All of the above
30. State whether true or false:
Microsoft Office programs store some additional information within the digital signature automatically that might not be visible in the current view document.
Ans: True
31. Which among the following options could be used to turn off the Office Clipboard?
Ans: All of the above
32. What does the command “Winword.exe /f MyDocument.docx” mean?
Ans: This command instructs Word to start and immediately open a file named MyDocument.docx.
33. Which among the following is an invalid character to include in a file name?
Ans: All of the above
34. State whether true or false:
Gridlines do not print when a document is printed.
Ans: True
35. Which keyboard shortcut inserts a hyperlink?
Ans: CTRL+K
36. Which among the following wildcards should be used to select any single character?
Ans: ?
37. This question is based upon the figure shown below
Refer to the given image. Which option should be selected to convert a professionally formatted equation into an equation on one line?
Ans: C
38. Which of the following is not a Content Control?
Ans: Chart
39. This question is based upon the figure shown below
Ans: Numbering
40. Which among the following is a correct way to make your file “Read-only?”
Ans: Click “Save As” from the Microsoft Office Button. Click on Tools and then click General Options. Select the Read-only recommended check box. Click OK. Click on Save.
41. Which among the following options should be used to start a bulleted list automatically?
Ans: Type * (asterisk) and then press spacebar or the Tab key.
42.
Which of the following can be the reason for the appearance of the red X, as shown in the picture?
Ans: All of the above
43. State whether true or false:
ASCII-formatted text contains no formatting information such as bold, italic, or fonts.
Ans: True
44. State whether true or false:
New text animation effects can be applied in Microsoft Word 2007.
Ans: False
45. Which among the following options should be used to number the cells in a table?
Ans: Select the table cells that need to be numbered. On the Home tab, in the Paragraph group, click on Numbering.
46. Which of the following options repeats a table heading on subsequent pages?
Ans: Repeat Header Rows
47. Which keyboard shortcut could be used to check the spelling of a text file?
Ans: F7
48. Which among the following is not true regarding the use of a pie chart?
Ans: A pie chart should be used when there are more than seven categories.
49. This question is based upon the figure shown below
Refer to the given picture. Which of the following options turns off Enhanced ScreenTips but keeps the ScreenTips still visible?
Ans: B
50. Unlike the other types of styles (paragraph, character, linked, and table), predefined list styles are available when you first create a document in Word 2007.
Ans: False
51. This question is based upon the figure shown below
What is the maximum number of columns that can be created in the Columns dialog box as shown in the picture?
Ans: 13
52. This question is based upon the figure shown below
Refer to the given image. In Picture1, axes appear on the left side. Which setting should you use to make them appear on the right side, as shown in Picture2?
Ans: Select the Axis Options tab in the Format Axis dialog box. Set the Axis labels: field to High.
53. Which of the following two paragraphs is/are true for Word 2007?
(1)To show or hide formatting marks in your editing markup — on the Home ribbon, in the Paragraph group, click the Show/Hide button.
(2) The Show/Hide button will not hide all the formatting marks in the document if you selected those marks that are to be displayed at all times (such as paragraph marks, tab characters, hidden text, optional hyphens, object anchors, or spaces). To turn off any or all of these selected formatting marks, follow this procedure: Click the Microsoft Office Button and then click Word Options. Then Click Display. Under “Always show these formatting marks on the screen,” clear the check boxes for any formatting marks that you do not want to show at all times in your documents.
Ans: Both (1) and (2)
54. This question is based upon the figure shown below
In the given picture, the “Washout” option has been selected. What purpose does it serve?
Ans: It lightens the picture so that it does not interfere with the text.
55. The default installation of Word 2007 includes several built-in character styles. Which of the following is NOT one of the default, built-in character styles:
Ans: Special Emphasis
56. What steps should be followed to replace a shape with other shape?
Ans: Select the shape to be changed. Select the Format tab; use the “Change Shape” button in the Shape Styles group.
57. Just as in Word 2003 or prior Word versions, the default standard view for Word 2007 is the Draft view (and is still also called the Normal view in Word 2007):
Ans: False
58. This question is based upon the figure shown below
What is the purpose of the “Demote” button as shown in the diagram?
Ans: It increases the level of a selected bullet or a shape.
59. Which feature(s) should be selected in order to find and remove hidden data and personal information in Office documents?
Ans: Document Inspector
60. Which keyboard shortcut is used to make the text size smaller?
Ans: CTRL+SHIFT+<
61. Which among the following options will you use to add a command to the Quick Access Toolbar?
Ans: All of the above
62. Which option(s) should you select to remove a chart or axis title from a chart?
Ans: To remove an axis title, select the Layout tab. In the Labels group, click on Axis Titles, click the type of axis title, and then click None.
63. Which among the following macro settings is meant for developers only?
Ans: Trust access to the VBA project object model.
64. State whether true or false:
A building block can be added to as many galleries as you want.
Ans: True
65. Which of the following is/are true about phishing?
Ans: It is an online fraud technique used by criminals to lure users into disclosing their personal in

oDesk Office Skill Test Answers 2013


oDesk Office Skill Test Answers 2013
1) Dr. Jones’s office, Doctor at sea, Doctor come quickly
Ans: c
2) Which of the following are considered bad manners while greeting a business visitor to your office
Ans: e) all of the above
3) which of the following file formats relate to a graphic file or scannedimage file?
Ans: e) a and d
4) What are the dimensions of an A4 size sheet of paper
Ans: d) 210 mm x 297 mm
5) Traditionally, approximately how many pages should a business CV or resume have?
Ans: a) 1-3, preferably 2
6) Which of the following are commonly used computer web browser
Ans: c) Chrome, Explorer, Firefox,
7) When reply to an e-mail, who do you place in the cc: and who in the bcc:line?
Ans: c) A person you wish to openly inform goes in the cc: line,
and the personyou wish to read the e-mail, but without knowledge
of either the recipient or the person in the cc: line, goes in the bcc: line.
8) What is very important to remember to do when entering an office business meeting
at any level, especially when clients are there?
Ans: e) a and c
9) There are 20 new PC’s in the account department. Should there be anapostrophe in PC’s?
Ans: a) No
10) What does the abbreviation CEO stand for
Ans: e) Chief Executive Officer
11) When a client visits the office and arrives early what do office etiquette require you to
do to handle the situation?
Ans: d) All of the above.
12) What does the CTRL+V shortcut accomplish in Word 2000?
Ans: b) it pastes the text that
13) You send a package through FEDEX to a client in Korea. The client calls up after a few days and
says that he has not received it. What is the best way to immediately let the client know the status of a courier?
Ans: d) Track the packet on the FEDEX website and send the client a copy of thecurrent status of packet.
14) What is flexi-time
Ans: b) The flexible use of personal office hours, such as working an hour earlier one day,
in order to leave an hour earlier another day
15) What does the glass ceiling refer to in a business context?
Ans: c) The upper level of senior management or company execution positions
which is traditionally hard to break through, for example, for women and/or minorities.
16) What is the best way to handle an angry colleague or client with acomplaint?
Ans: a) listen to their concerns, and calmly but firmly explain what you are able todo,
offering other solutions and oppositions without getting angry in turn.
17) What are the traditional office hours in the Western world, now muchmore flexible, though still adhered to in most office?
Ans: a) 9 a.m. – 5 p.m.
18) What common injury can result from too much concentration typingover too little amount of time?
Ans: d) Repetitive strain injury
19) What does administration generally handle in an office environment?
Ans: c) The efficient day-to-day running of the office, with regards to companyfiles, communication, management of jobs such as overseeing hiring andfiring and human resources, etc.
20) What is the benefit of e-mailing documents rather than always providinghard copies to individuals?
Ans: d) b and c
21) What is the difference between Microsoft Access and Microsoft Excel?
Ans: b) Access is mainly for database and Excel is for spreadsheets
22) What is the person in charge of administering an office commonly called?
Ans: d) CEO
23) Which of the following activities could possibly infect your computer with virus?
Ans: a) Installing pirate software from a CD
oDesk Microsoft Execl 2000/2003 test answers
This test is for Data entry type job on oDesk.
01. What Function does the ‘Compare Side by Side With’ command on the window menu perform?
Ans: It allows you to scroll through two or more workbooks simultaneously
02. Which of the following functions would return a value of 8?
Ans: round(8.4999,0)
03. What will be the output of the function IF(ISNA(MODE(B1:B4)),0,MODE(B1:B4)) when it is applied to the data series given bellow?
B1:27
B2:22
B3:28
B4:21
Ans: 0
04. How can you select all the blank cells in your worksheet?
Ans: Choose blank in the Edit->Go to->special Menu option
The question is based upon the figure shown
05. The figure shows a view of the standard Toolbar. What function is performed by the button Marked by the letter Y?
Ans: Its adds up the values in the selected cells
06. You have entered test in a cell which is too big for the cell. You want the text to appear in multiple lines inside the same cell. What will you do?
Ans: Use the wrap txt option in the Format->Cells>Alignment Menu
07. Which of the following errors appears when an invalid argument is passed while converting a number from one number system to another system?
Ans: #N/A
08. Suppose the value in cell A1 is John and B1 is Smith then which of the following function you will use to get John_Smith in Cell C1?
Ans: = A1&”_”&B1
09. Which of the following date and time function will you use to return the serial number of the last day of the month before or after specified number of months?
Ans: EOMONTH
10. Which of the following shortcuts can be used to insert a new line in the same cell?
Ans: Alt+Enter
11. Which of the following function you will use to find the highest number in a series of numbers?
Ans: MAX(B1:B3)
12. State Whether True or false.
Ans: True
13. This question is based upon the figure bellow
What does the purple triangle at the bottom right corner of the cell signify?
Ans: Smart Tag
14. You have created a worksheet which consists a confidential data. You want that these values, although present in the worksheet, should remain hidden and as a result the cells containing this data should appear blank in the worksheet. Which method will help you do this?
Ans: Select the cells, open the Window menu and click on Hide
15. This question is based upon the figure shown bellow
The figure shows an Excel worksheet. What does the read triangle in C2 signify?
Ans: There is a comment associated with the cell
16. You select the row headings 10, 11 and 12 and then choose the menu option Insert->Rows. What will happen?
Ans: 3 new rows will be inserted after row 9
17. The figure shows the calculation tab under the Tools->options menu. The option under Calculation has been checked as Automatic. What does this mean?
Ans:
18. Which of the following statements regarding the QUARTILE function is not true?
Ans: The function MEDIAN(array) and QUARTILEarray,2) will return different values when applied to the same array.
19. You have entered 4/6 as data in a cell without applying any formats to it. By default, Excel will treat this data entry as a:
Ans: Date
20. This question is based upon the figure shown below
What will be the value in the cell C2 as shown in the figure when we use formula = A2+B2?
Ans: 120
21. What is the quickest way to select all the columns on a worksheet?
Ans: Click on the gray rectangle on the upper left corner of the worksheet where the column headings and row headings meet
22. What does the NOW() function returns?
Ans: Returns the serial number of the current date and time
23. A smart tag will be removed from a cell when……………….
Ans: The data in the cell is changed or deleted
24. You would like to restrict the values that can be entered into a cell so that only whole numbers between 1 and 100 can be entered. Which option in the menu allows you to accomplish this?
Ans: The setting tab under the menu Data->Validation
25. What should you add before a fraction to avoid it as a date, e.g.1/3, in Excel?
Ans:
26. You start Microsoft Excel and you do not want it to automatically run a macro upon starting. What will you do?
Ans: Hold down the CTRL key during startup
27. How does the AutoComplete feature in Excel help you save time?
Ans: It automatically completes abbreviated words
28. The figure shows a view of the Standard Toolbar. What function is performed by the button marked by the letter Z?
Ans: It copies the formatting properties from one cell to another
29.The figure shows the AutoFit Selection menu option. What function does it perform?
Ans: : It automatically resizes the column height and width to the minimum necessary to fit the contents of the selected cell
30. The figure shows a view of the Standard Toolbar. What function is performed by the button marked by the letter A
Ans: It is used to add a hyperlink
31. Which of the following options would be used if you need to insert a 77889867810070809 number in a cell?
Ans: Apply the Text Format to empty cells, and then type the numbers
32. What is the quickest way to select all the columns on a worksheet?
Ans: Click on the gray rectangle on the upper left corner of the worksheet where the column headings and row headings meet
33. Suppose the value in cell A1 is John and B1 is Smith then which of the following function you will use to get the John_Smith in C1 cell?
Ans: A_B
34. How can you select all the blank cells in your worksheet?
Ans: This must be done manually as it is not automated through any built-in feature
35. The figure shows an Excel worksheet. If you want to F the row showing the months (row 1) and the column showing the products (column A), what should you do?
Ans: Select the cell A1 and click on Freeze Panes under the menu Window->Freeze Panes
36. Which of the following functions would return a value of 8?
Ans: b and c
37. You select the row headings 10, 11 and 12 and then choose the menu option Insert->Rows. What will happen?
Ans: 3 new rows will be inserted after row 9
38. The figure shows a view of the Drawing Toolbar. What function is performed by the button marked by the letter X ?
Ans: It inserts a Diagram or Organization Chart in the worksheet
39.When using Document Workspaces, you cannot work directly on the Document Workspace copy, but you can work on your own copy which you can update periodically with changes that have been saved to the copy on the Document Workspace site.
Ans: TRUE
40. You have created a worksheet which consists of confidential data. You want that these values, although present in the worksheet, should remain hidden and as a result the cells containing this data should appear blank in the worksheet. Which method will help you do this?
Ans: Select the cells, open the Window menu and click on Hide
41. Which of the following Date and Time function you will use to return the serial number of the last day of the month before or after a specified number of months?
Ans: DATEVALUE
42. The figure shows a view of the Standard Toolbar. What function is performed by the button marked by the letter Y?
Ans: It adds up the values in the selected cells
43.Which of the following errors appears when an invalid argument is passed while converting a number from one number system to another system?
Ans: #N/A
44. Which of the following function you will use to find the highest number in a series of numbers?
Ans: MAX(B1:B3)
45. You have entered 4/6 as data in a cell without applying any formats to it. By default, Excel will treat this data entry as a:
Ans: Date]
46. What will be the output of the function IF(ISNA(MODE(B1:B4)),0,MODE(B1:B4)) when it is applied to the data series given below?
Ans: #N/A
47. AutoFilter drop-downs are automatically added in the header row of a list when the list is created.
Ans: TRUE
48. What does the NOW() function returns?
Ans: Returns the serial number of the current date and time
49. Which toolbar is shown in the figure?
Ans: Forms toolbar
50. When you clear the contents from a cell, the formatting of the cell is also lost.
Ans: FALSE
51. You define a print area in your worksheet, but later you select a smaller range of cells to print and then click Selection under the menu File->Print->Selection. What will happen?
Ans: b
52. figure shows a view of the Standard Toolbar. What function is performed by the button marked by the letter ‘Z’?
Ans: It copies the formatting properties from one cell to another
53. The multiplication arithmetic operator is represented by which of the following symbols
Ans: *
54. You can select the current row by pressing
Ans: Shift + Spacebar
55. Donelp you do this?
Ans: Select the cells, open the Window menu and click on Hide
56. The figure shows a view of the Standard Toolbar. What function is performed by the button marked by the letter Y
Ans: It adds up the values in the selected cells
57. You define a print area in your worksheet, but later you select a smaller range of cells to print and then click Selection under the menu File->Print->Print What->Selection. What will happen?
Ans: The selected area will be printed
58. By default, how is text horizontally aligned inside a cell in Excel?
Ans: Left aligned
59. When using the AutoFill handle to quickly fill a range of cells with the same or consecutive data, the cells need not be adjacent as long as they are within the same sheet.
Ans: False
60. When the AutoSum button is clicked, Excel first looks for a range of numbers above the active cell.
Ans: True
61. A relative cell reference changes when a formula is copied or moved to other locations.
Ans: True
62. If cell entries are changed, the formula will automatically recalculate the values and insert the result in the cell containing the formula.
Ans: True
62. The Merge button on the Formatting toolbar will merge selected cells and right align data within the cells.
Ans: False
63. To move the insertion point down to the next cell, press:
Ans: Enter
64. The cell range A3 through G3 should be keyed in as:
Ans: A3:G3
65. A document created in Excel is referred to as a
Ans: workbook
67. Use this handle to automatically insert the next month in the series, January:
Ans: Fill
68. Which of these operators are in the correct order of operations?
Ans: ^,*,-
69. If the text you entered into a cell does not fit, Excel will display ##### to indicate that the text is too long
Ans: True
70. By default, data in a cell is centered
Ans: False
71. When a new row is added into an Excel worksheet, by default, this row will be inserted just below the active cell.
Ans: True
72. To insert a row, click Insert and then Rows
Ans: True
73. The Split option causes the worksheet to be split into two window panes.
Ans: False
74. A column is inserted immediately to the left of the column containing the active cell unless you choose otherwise
Ans: True
75. To delete a specific cell as well as the text within it, make the cell active and then
Ans: click Edit and then Delete
76. Which of the following is an absolute cell reference
Ans: $B3
77. To select nonadjacent cells, columns, or rows, you must
Ans: hold down the Ctrl key while clicking column, row header, or specific cells
78. When copying selected cells to a new location, you must position the mouse pointer on any border around the selected cells until it turns into a(n)
Ans: arrow pointer
79. When data is linked, a change made in a linked cell is automatically made to other cells in the link.
Ans: True
80. Selected cells and cell contents can be moved or copied within a worksheet but not between worksheets.
Ans: False
81. Time in a cell in Excel is stored as a decimal fraction representing a portion of the day
Ans:True
82. The PMT function is used to calculate a loan payment based on a variable interest rate, payment, and the time period.
Ans: False
83. The gridlines that appear on your worksheet will print as displayed.
Ans: False
84. The FV function is used to calculate the future value of an investment based on a periodic constant payment and interest rate
Ans: True
85. To apply page numbering to a worksheet page, which option in the Page Setup dialog box should you choose
Ans: Header/Footer
86. If a function is included in an argument within a function, it is called a
Ans: Nested Function
87. If you want row and column headings to print, which tab do you click from the Page Setup dialog box?
Ans: Header/Footer
88. A new workbook initially contains this many sheets
Ans: Three
89. An Excel workbook saved in HTML format allows Internet or intranet users to have access to workbook data even if they do not have Excel installed
Ans: True
90. Once the chart is created, data can only be changed in a chart located in the same worksheet as the changed cells
Ans: False
91. Certain chart elements automatically inserted in a chart created by Chart Wizard include a chart legend, labels for the x-axis and y-axis, and a chart title
Ans: False
92. You can double-click a chart element to display the appropriate formatting dialog box.
Ans: True
93. You can change the size of an image by using the white sizing handles.
Ans: True
94. To make the image taller or shorter, use the middle sizing handle at the left or right side of the image.
Ans: False
95. Which of the following is not a tab on the Chart Options dialog box?
Ans: Patterns
96. This chart is the default chart
Ans: Column Chart
97.Which of the following displays the contents of the active cell?
Ans: Formula bar
98. A worksheet is an individual page or tab in the workbook.
Ans: True
99. You can copy cell formats from one cell to another by using the
Ans: Format Painter
� 6a k �5 �4 sition: initial initial; background-repeat: initial initial;">Ans: b
52. figure shows a view of the Standard Toolbar. What function is performed by the button marked by the letter ‘Z’?
Ans: It copies the formatting properties from one cell to another
53. The multiplication arithmetic operator is represented by which of the following symbols
Ans: *
54. You can select the current row by pressing
Ans: Shift + Spacebar
55. Donelp you do this?
Ans: Select the cells, open the Window menu and click on Hide
56. The figure shows a view of the Standard Toolbar. What function is performed by the button marked by the letter Y
Ans: It adds up the values in the selected cells
57. You define a print area in your worksheet, but later you select a smaller range of cells to print and then click Selection under the menu File->Print->Print What->Selection. What will happen?
Ans: The selected area will be printed
58. By default, how is text horizontally aligned inside a cell in Excel?
Ans: Left aligned
59. When using the AutoFill handle to quickly fill a range of cells with the same or consecutive data, the cells need not be adjacent as long as they are within the same sheet.
Ans: False
60. When the AutoSum button is clicked, Excel first looks for a range of numbers above the active cell.
Ans: True
61. A relative cell reference changes when a formula is copied or moved to other locations.
Ans: True
62. If cell entries are changed, the formula will automatically recalculate the values and insert the result in the cell containing the formula.
Ans: True
62. The Merge button on the Formatting toolbar will merge selected cells and right align data within the cells.
Ans: False
63. To move the insertion point down to the next cell, press:
Ans: Enter
64. The cell range A3 through G3 should be keyed in as:
Ans: A3:G3
65. A document created in Excel is referred to as a
Ans: workbook
67. Use this handle to automatically insert the next month in the series, January:
Ans: Fill
68. Which of these operators are in the correct order of operations?
Ans: ^,*,-
69. If the text you entered into a cell does not fit, Excel will display ##### to indicate that the text is too long
Ans: True
70. By default, data in a cell is centered
Ans: False
71. When a new row is added into an Excel worksheet, by default, this row will be inserted just below the active cell.
Ans: True
72. To insert a row, click Insert and then Rows
Ans: True
73. The Split option causes the worksheet to be split into two window panes.
Ans: False
74. A column is inserted immediately to the left of the column containing the active cell unless you choose otherwise
Ans: True
75. To delete a specific cell as well as the text within it, make the cell active and then
Ans: click Edit and then Delete
76. Which of the following is an absolute cell reference
Ans: $B3
77. To select nonadjacent cells, columns, or rows, you must
Ans: hold down the Ctrl key while clicking column, row header, or specific cells
78. When copying selected cells to a new location, you must position the mouse pointer on any border around the selected cells until it turns into a(n)
Ans: arrow pointer
79. When data is linked, a change made in a linked cell is automatically made to other cells in the link.
Ans: True
80. Selected cells and cell contents can be moved or copied within a worksheet but not between worksheets.
Ans: False
81. Time in a cell in Excel is stored as a decimal fraction representing a portion of the day
Ans:True
82. The PMT function is used to calculate a loan payment based on a variable interest rate, payment, and the time period.
Ans: False
83. The gridlines that appear on your worksheet will print as displayed.
Ans: False
84. The FV function is used to calculate the future value of an investment based on a periodic constant payment and interest rate
Ans: True
85. To apply page numbering to a worksheet page, which option in the Page Setup dialog box should you choose
Ans: Header/Footer
86. If a function is included in an argument within a function, it is called a
Ans: Nested Function
87. If you want row and column headings to print, which tab do you click from the Page Setup dialog box?
Ans: Header/Footer
88. A new workbook initially contains this many sheets
Ans: Three
89. An Excel workbook saved in HTML format allows Internet or intranet users to have access to workbook data even if they do not have Excel installed
Ans: True
90. Once the chart is created, data can only be changed in a chart located in the same worksheet as the changed cells
Ans: False
91. Certain chart elements automatically inserted in a chart created by Chart Wizard include a chart legend, labels for the x-axis and y-axis, and a chart title
Ans: False
92. You can double-click a chart element to display the appropriate formatting dialog box.
Ans: True
93. You can change the size of an image by using the white sizing handles.
Ans: True
94. To make the image taller or shorter, use the middle sizing handle at the left or right side of the image.
Ans: False
95. Which of the following is not a tab on the Chart Options dialog box?
Ans: Patterns
96. This chart is the default chart
Ans: Column Chart
97.Which of the following displays the contents of the active cell?
Ans: Formula bar
98. A worksheet is an individual page or tab in the workbook.
Ans: True
99. You can copy cell formats from one cell to another by using the
Ans: Format Painter

Popular Posts

অনুসরণকারী

এই ব্লগটি সন্ধান করুন