Wednesday, November 7, 2012

oDesk HTML 4.01 Test Answer 2013


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.
Ans: 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.
Ans: b. XHTML is almost identical to HTML 4.01.

Question no. 3 Choose the incorrect statement(s):
a. An HTML attribute is additional information included inside a tag.
b. HTML is case sensitive.
c. All the HTML4.01 tags must be paired.
d. Your browser may appear to correctly use newly deprecated code for the present, but its support for deprecated code could be
halted at any time after the browser is updated.
Ans: b. HTML is case sensitive.

Question no. 4 Which of the following tags can be used in place of a button tag?
a. legend
b. ol
c. input
d. dl
Ans: c. input

Question no. 5
Which of the following is not a valid input type of the form tag?
a. checkbox
b. image
c. hidden
d. button
e. All are valid
Ans: e. All are valid

Question no. 6 It is not necessary to give the coordinates for an image or object defined within an area tag, if the value of its shape attribute is:
a. circle
b. poly
c. default
d. rect
Ans: c. default

Question no. 7 Which of the following is/are a valid value for the type attribute of the input tag?
a. text
b. icon
c. reset
d. password
Ans: a. text , c. reset , d. password

Question no. 8 Which of the following is not correct for an action attribute for a form tag?
a.The action attribute can be defined at runtime.
b. If the value for action is null (action=""), then the form submits user data to itself.
c. If the URL is not provided to the action attribute, the form will not submit user data anywhere.
d. None of the above
Ans: d 
Question no. 9 Which of the following values is/are valid for the align attribute of a tag?
a.left
b.right
c.center
d. offset
Ans: a,b,c 
Question no. 10 What do you infer from the following code? <a href = "http://www.expertrating.com"> Expert Rating
a.This href is using absolute path for linking.
b. This href is an example of relative path linking.
Ans: a 
Question no. 11 Which of the following statements is correct for the tag?
a. The text under block quote must be enclosed in a block level element in a strict DTD document.
b. The attribute named cite must be specified.
c. Closing the tag is optional.
d. It places an empty line after the text.
Ans: ()

Question no. 12 Which of the following is/are not true for a paragraph tag in HTML 4.01?
a. The text must be enclosed in <p> and </p> tags.
b. It creates an empty line above its starting line.
c. It cannot be used within a <td> tag.
d. It creates an empty line after its ending line.
 Ans: b,c

Question no. 13 A piece of text contains many blank spaces within it. Which of the following tags would be suitable to display the text as it was originally formatted?
a. td
b. p
c. ls
d. pre
 Ans: d

Question no. 14 You are creating several web pages for a website that contain several rather large data tables, many of which are somewhat similar in the number of columns, rows, and in other common table formatting. In addition, CSS will be employed for formatting the tables. Which one of the following types of CSS has the highest priority over the others and typically requires the greatest total amount of code space for the entire website for formatting the various <td> table cells?
a. External style sheet
b. Inline style
c. Internal style sheet
d. Browser default
 Ans: a

Question no. 15 Which of the following attributes is/are related to the <img> tag?
a. height
b. alt
c. src
d. All of the above
 Ans: d


Question no. 16 The following link is placed on an HTML webpage.
<a href="http://msdn.com/" target="_blank"> MSDN </a>
What do you infer from it?
a. It will open the site msdn.com in the same window.
b. It will open the site msdn.com in a new window.
c. It will open the site msdn.com in a frame below.
d. It will not be clickable as it is not formed correctly.
 Ans: b


Question no. 17 Is the following code valid in HTML 4.01 Strict?
<ul><li><ol><li>A</li><li>B</li><ul><li>Item1</li><li>Item 2</li></ul><li>C</li></ol></li></ul>
a. Perfectly valid.
b. Invalid because you should not have three levels of nesting in the lists.
c. Invalid because you should not have an unordered list within an ordered list.
d. Invalid because a <ul> tag should not conflict with an <ol> tag at the same list level.
Ans: a

Question no. 18 Which of the following values for the scrolling attribute for the frame tag is not valid?
a. yes
b. default
c. auto
d. no
Ans: ()

Question no. 19 Which of the following is/are not correct for a <meta> tag in HTML 4.01?
a. It is more useful if it is placed in a head element.
b. It can be used to specify the keywords for the search engines.
c. It can be used to redirect users to other URLs.
d. It is mandatory to specify its name or scheme attributes.
 Ans: d


Question no. 20 The tag that is used to pass the parameters to an applet is:
a. appletpar
b. applet
c. param
d. val
Ans: c 

Question no. 21 Which of the following attributes is/are valid for a select tag contained within a form tag?
a. name
b. size
c. multiple
d. All of the above
Ans: d 

Question no. 22 For the following items of a <select> list:
<option value="89">Item 1</option>
<option value="90">Item 2</option>
Which of the following values would be passed on by clicking the submit button on selecting Item 2 from the list?
a. 89
b. 90
c. Item 1
d. Item 2
Ans: b

Question no. 23 You have to add a list of products in a drop-down list. What will you use to group the identical products under a category name?
a. optgroup
b. option
c. menu
d. var
e. There is no way to do this
Ans: a

Question no. 24 Which of the following shows the basic tag structure of an HTML document?
a. <html><head><body></body></html>
b. <html><body></body></html>
c. <html><head></head><body></body></html>
d. <html><head></head></html>
Ans:c

Question no. 25 You want to provide a form field to the users for writing lengthy comments on the quality of the services provided by you. Which of the following tags will you use?
a. <textarea rows="8" cols="20"> Your Comments.... </textarea>
b. <textarea row="8" col="20"> Your Comments.... </textarea>
c. <textarea rowcount="8" colcount="20"> Your Comments.... </textarea>
d. <input type="text" maxlength="100"/>
Ans: d

Question no. 26 Which of the following set of coordinate values refers to an image defined by the area tag with the value of poly for its shape attribute?
a. coords="150,217,190,257,150,297,110,257"
b. coords="150,190,150,110"
c. coords="150,217,190,257,150"
d. coords="150,110,190,220,150,150,120"
Ans: b

Question no. 27 What is meant by the cellspacing attribute?
a. It makes the cell span more than one column.
b. It specifies the space between the cell wall and the contents of the cell.
c. It specifies the space between two cells.
d. It makes the cell span more than one row.
Ans: c

Question no. 28 Which of the following attributes comes in handy when borders have to be put between groups of columns instead of every column?
a. col
b. colgroup
c. rowspan
d. row
Ans: b

Question no. 29 A few lines in an HTML paragraph are to be formatted differently from the rest of the lines. Which tag will assist in this?
a. div
b. p
c. span
d. format
Ans: b

Question no. 30 How will you specify a comment in an HTML document?
a. <!!- Here is a comment... -!>
b. <-Here is a comment.. ->
c. <!-- Here is a comment.. -->
d. <! Here is a comment... -!>
 Ans: c

Question no. 31 Which of the following is correct regarding the frame attribute in the <table> tag?
a. It is used to add a frame to the table.b. A hsides value for the frame attribute will show the border lines for horizontal sides only.
c. A hsides value for the frame attribute will not show the border lines for horizontal sides only.
d. A hsides value for the frame attribute will add a scrollable frame on the horizontal sides.
Ans: b
 Question no. 32 What is meant by cellpadding?
a. It makes the cell span more than one column.b. It specifies the space between the cell wall and the contents of the cell.
c. It specifies the space between two cells.
d. It makes the cell span more than one row.
Ans:  b

Question no. 33 Within a table cell <td>:
a. <p></p> tags cannot be used.
b. <ol></ol> tags cannot be used
c. <table></table> tags cannot be used.
d. <form></form> tags cannot be used.
e. All the above tags could be used.
Ans: e

Question no. 34 A developer wrote this image tag:
<img src ="states.gif" width ="330" height ="406" alt="States"
usemap ="#statemap" />
What code should follow this?
a. <map id ="statemap" name="statemap">
<area shape ="rect" coords ="0,0,82,126" href="state1.htm"
alt="State1" />
</map>
b. <map id ="statemap" name="statemap"> </map>
<area shape ="rect" coords ="0,0,82,126" href="state1.htm"
alt="State1" />
c. <map id ="statemap" name="statemap">
<img area shape ="rect" coords ="0,0,82,126" href="state1.htm"
alt="State1" /> </map>
d. <map id ="statemap" name="statemap">
<img area shape ="rect" coords ="0,0,82,126" href="state1.htm"
alt="State1" /> </map>
Ans: ()


Question no. 35 You want to display a table listing out customer names and their contact information. The heading of the table is shown in the figure. What is the code for creating the first line of the table heading?
a. <tr>
<th>Customer Name</th>
<th colspan=3>Contact</th>
</tr>
b. <tr>
<th>Customer Name</th>
<th cellpadding=3>Contact</th>
</tr>
c. <tr>
<th>Customer Name</th>
<th rowspan=3>Contact</th>
</tr>
d. <tr>
<th>Customer Name</th>
<th cellspacing=3>Contact</th>
</tr>
<tr> <th>Customer Name</th> <th cellpadding=3>Contact</th> </tr>   Ans:




Question no. 36 What would you infer from the following code in an HTML 4.01 Web site? <body topmargin=2 leftmargin=2>
a. The top margin and left margin of the webpage is 2 pixels.
b. The bottom margin and right margin of the web page is 2 pixels.
c. Both of the above.
d. None of the above. The topmargin and leftmargin attributes are not valid HTML 4.01 body attributes.
Ans: a 

Question no. 37 You specified a base tag and anchors as follows:
1. <base target="_blank">
2. <a href="http://www.yahoo.com">Yahoo</a>
3. <a href="http://www.google.com" target="_top">Google</a>
Which of the following is true for the above code?
a. Only the Yahoo link will open in a new window.
b. Only the Google link will open in a new window.
c. Both links will open in a new window.
d. Both links will open in the same window.
 Ans: c


Question no. 38 On one of your Web pages named Listing.html, you specified a target like this:
<a name="target4">Old Listing</a>
How will you make a link to the above target?
a. <a url="#target4">Check Old Listing as well</a>
b. <a href="#target4">Check Old Listing as well</a>
c. <link url="target4">Check Old Listing as well</link>
d. <a href="Listing.target4">Check Old Listing as well</a>
 Ans: b


Question no. 39 Which attribute specifies the submit URL in a form tag?
a. method
b. action
c. name
d. id
Ans: b 

Question no. 40 The tag which is used to show monospaced text is:
a. <td>
b. <th>
c. <tt>
d. <b>
Ans: b

oDesk CSS test answer 2013

Question 1:Which of the following is true for a class selector?

a. It uses a hash as the separator symbol
b. It applies the style to only the first element defined with that style
c. It applies the style to only the last element defined with that style
d. It applies the style to all the elements defined with that style
Ans:D


Question 2:
Which of the following does not apply to external styles?

a. Clean separation of design & content
b. Minimal code duplication
c. Highest priority
d. Reduces page download time
Ans: C

Question 3:
Read the following Code:
BODY {
Background: white url(“bar.gif”);
Background-repeat: repeat-y;
Background-position: center;
}
What will be the output of this code?


a. Image bar.gif will be tiled vertically in the background in the center of the page.
b. Image bar.gif will be tiled horizontally in the background in the center of the page
c. Image bar.gif will be displayed in the center of the page
d. Image bar.gif will be stretched in the center of the page
Ans: A


Question 4: Which of the following is not a valid text-decoration option?

a. Text-decoration :line-through
b. Text-decoration :in-line
c. Text-decoration :overline
d. Text-decoration :underline
e. Text-decoration :none
Ans: B


Question 5:
You defined some links as follows:
A:link{color:green}
A:visited{color:blue}
A:hover{color:red)
A:active{color:black}
What will be the color, when the mouse goes over a link?


a. Green
b. Blue
c. Red
d. Black
Ans: B


Question 6:
The following is a style definition:
Td#aln
{text-align:center;
color:blue}


How will you refer to this style in your web page?

 A. by using the class attribute in a td cell
 B. by using the id Attribute in a td cell
 C. by using the class attribute in any html element which supports the class attribute
 D. by using the id attribute in any html element which support the id attribute
Ans: B


Question 7: Which of the following is not a valid property of an aural style sheet?
a. Cue
b. Voice-family
c. Load
d. Speak
Ans: C
Question 8:
Your website displays some articles on java programming. The articles contain blocks of java code as well. If you want to leave ‘1 cm’ space above and below the code blocks, you would use:

a. Code{margin:1cm}
b. Code{margin-top:1cm; margin-bottom:1cm}
c. P{margin:1cm}
d. P{margin-top:1cm; margin-bottom:1cm}
Ans: B
Question 9:


Text text text text
A Text text
Sentence text text
Inside text text
A text ext
Text text text
Text text
Text text text text

You have and article of 100 lines. If for instance, you want to describe the theme with a few lines inside the text highlighted separately as show in the image which of the following property will you use?

a. Outline
b. Display
c. Float
d. Merge

Question 10:
You are fetching customer names from a database. The names in the database are mostly in lowercase. What is the name of the text property which will facilitate capitalization of these names?

a. Text-mode
b. Text-transform
c. Text-decoration
d. Text-shadow
e. Text-case
Ans: B
Question: 11:

Here is one of the styles defined in your webpage:
.redborder
{
border-color:#ff0000;
border-width:thin thick
}

What type of border will be displayed if one of the paragraphs defined in the webpage uses this style?

a. This will display a red border with thin top and bottom
b. This will display a red border with thick top and bottom
c. This will display a red border with thick left and right
d. This will not display any border

Question 12: Which of the following are correct values of the overflow property?
a. Visible
b. Hidden
c. Scroll
d. Auto
Ans: A,B,C,D

Question 13: Which of the following is correct?

a. Blockquote{text-padding:2em 4em 5em}
b. Blockquote{padding-x:2em 4em 5em}
c. Blockquote{padding-y:2em 4em 5em}
d. Blockquote{padding:2em 4em 5em}

Question 14: Which element property is required to define internal styles?

a. Class
b. Style
c. span
d. link
Ans: B

Question 15 Which style property can be used to display only some part of an image?

a. Snap
b. Clip
c. Scroll
d. Visible

Question 16 Which of the following is not true for a style sheet?

a. A style sheet defines how an html element will be displayed
b. Internal and external style sheets can not be used together
c. Multiple style definitions will cascade into one
d. The same style sheet can be used by many html pages
Ans: A

Question 17 Which of the following font properties deals with aspect value?

a. Font-weight
b. Font-variant
c. Font-size-adjust
d. Font-size

Question 18:
Consider this style definition:
P i{color:red}
What do you understand about the contextual selector used above?

a. All the text within a paragraph will be italicized
b. All the italic text in the page will have red color
c. All the page text under
tag and tag will be red
d. All the italic text with in a paragraph will be red

Question 19
Background-position sets the position of the background image what happens if its value is 0% 0%?

a. Image will have zero width and height so it will be hidden.
b. Image will be positioned at the upper left corner.
c. Image will be positioned at the lower right corner
d. None of the above

Question 20: You want to increase the space between the lines in all you paragraphs. What will you use?

a. P{width:1cm}
b. P{height: 1cm}
c. P{line-height:1cm}
d. P{line-width:1cm}
Ans: C

Question 21: The default value for the overflow property is:

a. Scroll
b. Visible
c. Hidden
d. Auto
Ans: C*

Question 22:
Which of the following will set the page size to 8.5 inches x 11 inches with 2cm margin al all sides?
a. @page {width:8.5in;Height:11in; margin:2cm}
b. @page {width:8.5in x 11in; margin:2cm}
c. @page {size:8.5in 11in; margin:2cm}
d. @page {size:8.5in 11in; margin:2cm}

Question 23: Which of the following is not a valid list property?
a. List-style-type
b. List-style-position
c. List-style-image
d. List-style-align

Question 24: Which of the following is not a pseudo class?
a. Link
b. Active
c. Lang
d. Ins

Question 25: Which of the following Statement is correct?

a. When using css, positioning can be absolute, relative or dynamic
b. The float Property for text/images can be left, right or center
c. The values of visibility can be true or False
d. The display Property sets how an element is displayed

Question 26:
The Font “Times New Roman” has an aspect value of 0.46 .What do you understand from this?

a. When font size is set to 46px. The height of the letter ‘x’ will be 100px
b. When font size is set to 100px. The height of the letter ‘x’ will be 46px

Question 27: The font-family property is used to specify a:
a. Family name
b. Generic Family
c. Family name and /or generic Family

Question 28: Paged media differ from continuous media in that the content of the document is divided into one or more pages. When you set the dimensions, which of the following will be applied?

a. The dimensions of the page area are the dimensions of the page box minus the margin area
b. The dimensions of the page area are the dimensions of the page box plus the margin area
c. The dimensions of the page area are the dimensions of the page box and margin area does not affect it.
d. None of the above

Question 29: Which of the following is not a correct keyword value for the display property?

a. Expended
b. Inline-table
c. Table-row
d. Table-column-group

Question 30: Which of the following properties specifies the minimum number of lines of a paragraph that must be left at the bottom of a page?

a. Orphans
b. Widows
c. Bottom
d. Overflow
e. None of the above

Question 31 Which of the following is correct with regard to comments in a style sheet?

a. Comments can appear outside the style definition only
b. Comments start with//
c. Comments end with */
d. Comments are not permitted in a style sheet

Question 32 Which of the following border styles is not correct?
a. Border-style: ridge
b. Border-style : outset
c. Border-style : dotted
d. Border – style : matted

Question 33: How will you display text as a superscript?

a. Vertical-align: super
b. Vertical-align: superscript
c. Vertical-align : top

Question 34
The following is a style definition:

#styl2
{
Color: red;
}

How will you refer to this style in you web pages?
a. By using the class attribute in a td cell
b. By using the id attribute in a td cell
c. By using the class attribute in any html element which supports the class attribute
d. By using the id attribute in any html element which supports the id attribute.

Question 35 Which of the following is true for an ID selector?

a. It uses a dot as the separator symbol
b. It applies the style to only the first element defined with that selector
c. It applies the style to only the last elements defined with that selector
d. It applies the style to all the elements defined with that selector

Question 36: Which of the following values are correct for Font-style?

a. Normal, wider, narrower
b. Normal , italic, oblique
c. Normal, bold, lighter
d. Small , medium , large

Odesk Microsoft Excel 2010 Test answer


Question: If you want to create a citation and fill in the source information later, you should:
a. insert a caption.
b. add a placeholder.
c. add a new source.
d. insert a cross-reference.
Ans: a

Question: To select vertical blocks of text, you would hold down which key while dragging the mouse?
a. Alt
b. Ctrl
c. Shift

Ans: b

Question: If I do not want the contents of one of my fields to automatically update, I would have to do which of the following?
a. Lock the field.
b. Protect the field.
c. Make the field hidden.
d. Turn field shading off.
 Ans: c

Question: Sarah receives a company turnover summary in the form of an embedded Excel chart (as shown in the above image) in a Microsoft Word 2010 document from her boss. Her boss wants the chart to be sent over to the Public Relations department with a line in the chart showing the variations in the company's turnover, as well as a prediction for the next 2 years. The turnover values for each year also need to be sent separately in an Excel file. What should Linda do to achieve this in the shortest possible time?

a. Take a screenshot of the chart and ask a designer to draw a line showing the trends. She can then type the data manually into an excel sheet.
b. Import the chart into an Excel sheet and change the formatting of the chart to a line chart. She can then copy the corresponding fields into a separate Excel file and send it over.
c. Change chart type to a line chart and type all the values into an Excel file.
d. Use the Trendline feature to create a line showing the trends and copy the data from the Excel sheet field which opens up on clicking Edit Data.
Ans: c
 
Question: You want to add an image as the first character in your paragraph. Which type of text wrapping treats your graphic as if it were a character?

a. Through
b. Square
c. In Font of Text
d. In Line with Text
 Ans: b

Question: Roger was editing a Word document, when his mobile phone rang. By mistake, some button got clicked on the Word 2010 Ribbon area, so that the document's appearance changed from Image A to Image B. Which of the following options could be the cause?

a. Margins were activated on the document.
b. Tables with maximum number of rows and columns was added to the document.
c. Gridlines were enabled from the Page Layout Tab.
d. A preset Watermark was inserted.
 Ans: b

Question: A particular chart layout can be applied to a chart only if:
a. it has been saved as a template in the Charts Template folder.
b. it has been set as the default chart.
c. it is a 2D chart.
d. it is a 3D chart.
 Ans: c

Question: Choose the INCORRECT statement:
a. Only high-risk documents from an uncertain location are opened in Read-Only view.
b. All documents that contain macros open in Read-Only view.
 Ans: a

Question: Microsoft Word 2010 has enabled ligatures for which of the following fonts?
a. Open Type fonts
b. True Type fonts
 Ans: a

Question: With which chart type(s) is the "Depth Gridlines" option available?
a. Bubble chart
b. Line chart
c. True 3D chart
d. All of the above
Ans: b

Question: Which of the following is NOT an option under File > Print > Microsoft Document Image Writer?
a. PDF
b. TIFF
c. MDI
Ans: c

Question: I want to use the AutoCaption feature for several elements in my document. What type of file format is NOT available in the AutoCaption dialog box?
a. BMP
b. PDF
c. XLS
d. JPG
 Ans: c

Question: What view must be used when inserting a subdocument?
a. Print Layout
b. Web Layout
c. Outline
d. Full Screen Reading

Ans: b

Question: Josh is creating a collage for his college project. He has an image - Image A - which he wants to show in different color themes so as to represent different moods in the collage (Images B, C and D). How can Josh achieve this in Microsoft Word 2010?

a. By using Format Painter.
b. By altering the Line Color.
c. By using the Recolor option under Format Picture.
d. This can't be achieved in Microsoft Word 2010. 
Ans: c

Question: Which of the following in NOT a type of Section Break?
a. Next Page
b. Linked
c. EvenPage
d. Continuous
Ans: d

 Question: Samantha is given an article to proofread. The article runs into hundreds of pages. She is asked to use hyphens to allow words in the article to break between two lines. There is an option in Microsoft Word 2010 which can be used to achieve this result with a single click. Please identify it.

a. Breaks
b. Indentation
c. Orientation
d. Hyphenation

Ans: c

Question: Which of the following options allows you to arrange drawings in your document so they may be moved, kept together, aligned, or formatted more easily?

a. Insert Clip Art
b. Insert Flowchart
c. Insert SmartArt
d. Insert Quick Parts
e. Insert Drawing Canvas
Ans: b

Question:When you apply a theme to a Microsoft Word 2010 document, all the tables, charts, SmartArt graphics, shapes, and other objects are updated to complement one another.

a. True
b. False
Ans: b

 Question: My table heading row is not repeating on subsequent pages though I have properly set the header row to repeat. What is one problem that might be causing this behavior?
a. "Allow row to break across pages" is unchecked.
b. My top and bottom margins are too small.
c. There are hard page breaks in my table
Ans: a

oDesk Windows XP Tests Answers 2013

QUESTION 1:WHICH OF THE FOLLOWING STATEMENTS IS TRUE IF YOU OPEN AN EXISTING FILE, MAKE CHANGES TO IT, AND SAVE IT WITH A NEW NAME?

A.THE ORIGINAL FILE WILL BE DELETED.
B.THE ORIGINAL FILE REMAINS UNCHANGED.
C.THE CHANGES WILL BE SAVED IN THE ORIGINAL FILE
D.THE ORIGINAL FILE IS SENT TO THE RECYCLE BIN
ANS:B


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:

A.ATTACHING AN APPLICATION TO THE START MENU.
B.PINNING AN APPLICATION TO THE START MENU
C.PLACING AN APPLICATION INTO THE START MENU.
D.PORTING AN APPLICATION TO THE START MENU
ANS:A


QUESTION 3:WHICH OF THE FOLLOWING FEATURES IS/ARE AVAILABLE IN WINDOWS XP?

A.A BUILT-IN CD BURNER
B.WINDOWS MEDIA PLAYER
C.WINDOWS ANTIVIRUS
D.INTERNET CONNECTION FIREWALL
E. MICROSOFT EXCEL
ANS:A,B,D


QUESTION 4:THE MICROSOFT FILE FORMAT THAT CONTAINS THE BITMAPPED GRAPHICS AND METADATA FOR THE SKINS USED IN THE THREE PREINSTALLED WINDOWS XP VISUAL THEMES IS:

A..MSTHEMES
B..MSSTYLES
C..MSSKINS
D..MSLUNA
ANS:A


QUESTION 5:WHICH OF THE FOLLOWING STATEMENTS ABOUT THE STAND BY OPTION WHILE SHUTTING DOWN YOUR COMPUTER IS/ARE CORRECT?

A.IT WAITS FOR 5 MINUTES BEFORE SHUTTING DOWN THE COMPUTER.
B.IT HELPS TO CONSERVE POWER BY SHUTTING OFF SOME HARDWARE, LIKE THE HARD DISK.
C.IT SHUTS DOWN THE COMPUTER FOR A SPECIFIC TIME AND THEN RESTARTS IT.
D.STAND BY WILL SAVE YOUR DESKTOP AND ALL OPEN FILES TO A SPECIAL WINDOWS FILE CALLED HIBERFIL.SYS. THIS FILE USUALLY RESIDES IN THE COMPUTER'S ROOT FOLDER (C:\HIBERFIL.SYS).
ANS:B


QUESTION 6:WHICH STATEMENT(S) ABOUT THE RECYCLE BIN IS/ARE CORRECT?

A.ALL DELETED FILES EXCEPT MEDIA FILES ARE SENT TO THE RECYCLE BIN
B.YOU CAN RESTORE ANY SELECTED FILES FROM THE RECYCLE BIN FOLDER BY RIGHT CLICKING AND THEN SELECTING RESTORE.
C.THE RECYCLE BIN STORES FILES FOR ONE MONTH BEFORE PERMANENTLY DELETING THEM.
D.MORE THAN ONE FILE AT A TIME CANNOT BE RESTORED FROM THE RECYCLE BIN.
ANS:B


QUESTION 7:WHICH OF THE FOLLOWING STATEMENTS ABOUT WINDOWS XP FEATURES IS/ARE CORRECT?

A.WINDOWS XP CAN AUTOMATICALLY DOWNLOAD UPDATES.
B.WINDOWS XP OFFLINE FILES ALLOWS YOU TO SYNCHRONIZE YOUR FILES WITH YOUR FILE SERVER.
C.IF FAST USER SWITCHING IS ENABLED, YOU CANNOT USE OFFLINE FILES.
D.THERE IS A "SYSTEM RESTORE" FUNCTIONALITY WITHIN WINDOWS XP.
ANS:ABD


QUESTION 8:WHILE VIEWING FILE NAMES THROUGH THE WINDOWS EXPLORER, WHAT HAPPENS IF YOU DRAG AND DROP A FILE NAMED LETTER1.TXT ON TOP OF ANOTHER FILE NAMED LETTER2.TXT LYING IN THE SAME FOLDER?

A.THE CONTENTS OF LETTER2.TXT WILL BE REPLACED BY THE CONTENTS OF LETTER1.TXT.
B.THE CONTENTS OF LETTER1.TXT WILL BE REPLACED BY THE CONTENTS OF LETTER2.TXT.
C.THE CONTENTS OF LETTER1.TXT WILL BE APPENDED TO THE CONTENTS OF LETTER2.TXT.
D.THE CONTENTS OF LETTER2.TXT WILL BE APPENDED TO THE CONTENTS OF LETTER1.TXT.
E.NOTHING WILL HAPPEN.
ANS:E


QUESTION 9:WHICH OF THE FOLLOWING TYPE OF OBJECTS CAN YOU SEARCH ON YOUR COMPUTER AND ON THE NETWORK, USING WINDOWS XP SEARCH COMPANION?

A.PEOPLE IN YOUR CONTACT LIST
B.PICTURES
C.DOCUMENTS
D.WINDOWS HELP
E.ALL OF THE ABOVE
ANS:E


QUESTION 10:YOU CAN CREATE AND EDIT FILES USING THE WINDOWS NOTEPAD. WHAT IS THE EXTENSION OF A FILE THAT HAS BEEN CREATED USING NOTEPAD?

A..DOC
B..TEXT
C..TXT
D..HTML
ANS:C


QUESTION 11:MICROSOFT MAKES AVAILABLE A TOOL CALLED THE _____________________ FOR CHECKING COMPUTERS WITH A WINDOWS OPERATING SYSTEM. THIS TOOL HELPS REMOVE INFECTIONS LEFT BY THIRD-PARTY SOFTWARE INSTALLED ON THE COMPUTER AND DISPLAYS A REPORT DESCRIBING THE OUTCOME IN A LOG FILE NAMED MRT.LOG IN THE %WINDIR%\DEBUG FOLDER.

A.MICROSOFT RELIABILITY TOOL
B.MICROSOFT WINDOWS MALICIOUS SOFTWARE REMOVAL TOOL
C.MICROSOFT WINDOWS ANTIVIRUS TOOL
D.MICROSOFT RECOVERY TOOL
ANS:B


QUESTION 12:WINDOWS XP INCLUDES A NEW TYPE OF VIEW FOR FOLDERS THAT CONTAIN GRAPHICS FILES. THIS FOLDER VIEW IS CALLED _________ AND DISPLAYS SMALL IMAGES OF ALL THE GRAPHICS IN THE FOLDER IN THE BOTTOM RIGHT-HAND PANE OF WINDOWS EXPLORER AND A LARGE IMAGE OF A SELECTED PICTURE IN THE TOP RIGHT-HAND PANE.

A.GALLERY
B.IMAGES
C.PICTURES
D.FILMSTRIP
ANS:A


QUESTION 13:YOU HAVE CREATED A DIRECTORY CALLED TEST THAT INCLUDES THE FILES TEST1.TXT, TEST2.TXT, TEST3.TXT, TEST4.TXT, TEST5.TXT, AND TEST6.TXT. HOW CAN YOU SELECT TEST2.TXT, TEXT3.TXT, AND TEST6.TXT FROM THE LIST OF FILES VISIBLE IN THE WINDOWS EXPLORER?

A.PRESS CTRL AND CLICK ON THE THREE REQUIRED FILES, ONE BY ONE.
B.PRESS SHIFT AND CLICK ON THE THREE REQUIRED FILES, ONE BY ONE.
C.PRESS ALT AND CLICK ON THE THREE REQUIRED FILES, ONE BY ONE.
D.RIGHT-CLICK EACH FILE NAME, ONE BY ONE, AND CHOOSE THE CUT OPTION.
ANS:A


QUESTION 14:STATE WHETHER THE FOLLOWING STATEMENT IS TRUE OR FALSE.


WITH WINDOWS XP, YOU CANNOT SPECIFY THAT FILES WITH CERTAIN FILE NAME EXTENSIONS SHOULD ALWAYS OPEN IN THE SAME PROGRAM.


A.TRUE
B.FALSE
ANS:B


QUESTION 15:WHAT SHOULD YOU TYPE ON THE COMMAND PROMPT TO RETURN BACK TO WINDOWS?

A.QUIT
B.RETURN
C.LEAVE
D.EXIT
ANS:D


QUESTION 16:STARTING WITH WINDOWS 95, THE FILE MANAGER TOOL FOR ORGANIZING AND CONTROLLING THE FILES AND FOLDERS OF THE COMPUTER'S STORAGE SYSTEMS, SUCH AS THE HARD DRIVE(S) AND DISK DRIVE(S) HAS BEEN CALLED:

A.WINDOWS MANAGER
B.INTERNET EXPLORER
C.WINDOWS EXPLORER
ANS:C


QUESTION 16: WINDOWS TA:WINDOWS XP HAS SEVERAL COMMAND-LINE UTILITY TOOLS FOR TROUBLESHOOTING THE COMPUTER. SUPPOSE THAT YOUR COMPUTER SEEMS TO HAVE A PROBLEM WITH CONNECTING TO THE INTERNET. BEFORE REPORTING YOUR CONNECTIVITY PROBLEMS TO YOUR ISP, WHICH TOOL COULD YOU USE TO DISPLAY THE CURRENT TCP/IP NETWORK CONFIGURATION VALUES AND TO REFRESH THE DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP) AND DOMAIN NAME SYSTEM (DNS) SETTINGS?

A.PING
B.IPCONFIG
C.TRACERT
D.MSCONFIG
ANS:C


QUESTION 18:WHICH OF THE FOLLOWING ACTIVITIES CAN YOU ACCOMPLISH WITH THE REMOTE DESKTOP FEATURE IN WINDOWS XP?

A.YOU CAN GET A MINIATURE VIEW OF YOUR DESKTOP BY CLICKING ON THE DESKTOP ICON.
B.YOU CAN AUTOMATICALLY CLEAR UP UNWANTED DESKTOP ICONS.
C.YOU CAN VIEW FILES AND DOCUMENTS ON YOUR COMPUTER'S DESKTOP FROM A COWORKER'S COMPUTER.
D.YOU CAN VIEW FILES AND DOCUMENTS ON ANY COMPUTER'S DESKTOP FROM YOUR COMPUTER.
ANS:D


QUESTION 19:WINDOWS XP TRACKS WHATEVER FILES THAT LOAD DURING EVERY BOOT AND APPLICATION LAUNCHES, AND THE OPERATING SYSTEM USES THAT INFORMATION TO PREFETCH FILES INTO RAM. THESE PREFETCH DATA ARE PARSED INTO A FILE NAMED __________ LOCATED IN THE WINDOWS\PREFETCH FOLDER ON THE BOOT DRIVE. EVERY THREE DAYS, A LIMITED DEFRAGMENTATION OPERATION AUTOMATICALLY OCCURS IN THE BACKGROUND DURING IDLE FOR ONLY THOSE FILES IN THAT FILE TO FURTHER SPEED UP THE COMPUTER'S FILE ACCESS.

A.DEFRAG.SYS
B.PREFETCH.SYS
C.DEFRAG.INI
D.LAYOUT.INI
ANS:B

 
Twitter Bird Gadget UA-33677056-1