Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

Part I: MCQ: [45 points, 1 point each]

1. Tags and text that do not show directly on the page are placed where?

A- Tables

B- Head

C- Body

D- Forms

2. The tag belongs where in your HTML?</p> <p>A- Form</p> <p>B- Body</p> <p>C- Head</p> <p>D- Tables</p> <p>3. What tag tells the browser where the page starts and stops?</p> <p>A- <head></p> <p>B- <body></p> <p>C- <link></p> <p>D- None of the Above</p> <p>4. Which of the following will NOT be found in the <head> section?</p> <p>A- Metatags</p> <p>B- Title</p> <p>C- Table</p> <p>D- <style></p> <p>5. Which is the correct tag to make a link that will send an email?</p> <p>A- <a href="sendmail://nicholso_p01@firn.edu"></p> <p>B- <a href="nicholso_p01@firn.edu"></p> <p>C- <a href="mailto:nicholso_p01@firn.edu"></p> <p>D- <a href="to_:nicholso_p01@firn.edu"></p> <p>6. Table cells are represented by:</p> <p>A- <td></td></p> <p>B- <tr></tr></p> <p>C- <table></table></p> <p>D- <cell></cell></p> <p>7. To link your Web page to a style sheet, you must use the _____ tag.</p> <p>A- <head></p> <p>B- <style></p> <p>C- <link></p> <p>D- <a></p> <p>8. To center, right or left justify text or an image, what code would I use?</p> <p>A- justify</p> <p>B- align</p> <p>C- push</p> <p>D- send</p> <p>9. What does CSS stand for?</p> <p>A- Creative Style Sheets</p> <p>B- Cascading Style Sheets</p> <p>C- Computer Style Sheets</p> <p>D- Colorful Style Sheets</p> <p>10. Where in an HTML document is the correct place to refer to an external style sheet?</p> <p>A- In the <body> section</p> <p>B- In the <head> section</p> <p>C- At the top of the document</p> <p>D- At the end of the document</p> <p>11. Which HTML tag is used to define an internal style sheet?</p> <p>A- <css></p> <p>B- <style></p> <p>C- <script></p> <p>D- <link></p> <p>12. Which HTML attribute is used to define inline styles?</p> <p>A- class</p> <p>B- font</p> <p>C- styles</p> <p>D- none of the above</p> <p>13. Which is the correct CSS syntax?</p> <p>A- body {color: black;}</p> <p>B- body:color=black;</p> <p>C- {body;color:black;}</p> <p>D- {body:color=black;}</p> <p>14. How do you insert a comment in a CSS file?</p> <p>A- // this is a comment //</p> <p>B- /* this is a comment */</p> <p>C- ' this is a comment</p> <p>D- // this is a comment</p> <p>15. How do you add a background color for all <h1> elements?</p> <p>A- all.h1 {background-color:#FFFFFF;}</p> <p>B- h1.all {background-color:#FFFFFF;}</p> <p>C- h1 {background-color:#FFFFFF;}</p> <p>D- {h1 background-color:#FFFFFF;}</p> <p>16. Which CSS property is used to change the text color of an element?</p> <p>A- fgcolor</p> <p>B- text-color</p> <p>C- color</p> <p>D- colure</p> <p>17. Which CSS property controls the text size?</p> <p>A- text-style</p> <p>B- text-size</p> <p>C- font-size</p> <p>D- font-style</p> <p>18. How do you display hyperlinks without an underline?</p> <p>A- a {underline:none;}</p> <p>B- a {text-decoration:no-underline;}</p> <p>C- a {text-decoration:none;}</p> <p>D- a {decoration:no-underline;}</p> <p>19. What is the correct HTML for creating a hyperlink?</p> <p>A- <a href="http://www.kckcc.edu">KCKCC</a></p> <p>B- <a name="http://www.kckcc.edu ">KCKCC </a></p> <p>C- <a url="http://www.kckcc.edu ">KCKCC </a></p> <p>D- <a>http://www.kckcc.edu </a></p> <p>20. How can you make a numbered list?</p> <p>A- <dl></p> <p>B- <ol></p> <p>C- <list></p> <p>D- <ul></p> <p>21. What is the correct HTML for making a checkbox?</p> <p>A- <checkbox></p> <p>B- <input type="check"></p> <p>C- <input type="checkbox"></p> <p>D- <check></p> <p>22. What is the correct HTML for inserting an image?</p> <p>A- <image src="image.gif" alt="My Image"></p> <p>B- <imgsrc="image.gif" alt="My Image"></p> <p>C- <img href="image.gif" alt="My Image"></p> <p>D- <img alt="My Image">image.gif</img></p> <p>23. How do you make the text bold?</p> <p>A- style:bold;</p> <p>B- font:bold;</p> <p>C- font-weight:bold;</p> <p>D- weight:bold;</p> <p>24. How do you display a border like this:</p> <p>The top border = 10 pixels<br />The bottom border = 5 pixels<br />The left border = 20 pixels<br />The right border = 1pixels</p> <p>A- border-width:10px 20px 5px 1px;</p> <p>B- border-width:10px 1px 5px 20px;</p> <p>C- border-width:5px 20px 10px 1px;</p> <p>D- border-width:10px 5px 20px 1px;</p> <p>25. Which doctype is correct for HTML5?</p> <p>A- <!DOCTYPE HTML5></p> <p>B- <!DOCTYPE html></p> <p>C- <!DOCTYPE Xhtml5></p> <p>D- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5.0//EN" "http://www.w3.org/TR/html5/strict.dtd"></p> <p>26. Which HTML5 element is used to specify a footer for a document or section?</p> <p>A- <bottom></p> <p>B- <footer></p> <p>C- <section></p> <p>D- <div id="footer"></p> <p>27. In HTML5, which attribute is used to specify that an input field must be filled out?</p> <p>A- placeholder</p> <p>B- required</p> <p>C- validate</p> <p>D- formvalidate</p> <p>28. If an element is configured with ______, the other content on the page will appear to its right.</p> <p>A- float: right;</p> <p>B- position: relative;</p> <p>C- float: left;</p> <p>D- position: right</p> <p>29. The Box Model consists of a content area surrounded by ___________.</p> <p>A- a border</p> <p>B- padding, border, and margin</p> <p>C- border and margin</p> <p>D- spacing, border, and margin</p> <p>30. The _______ pseudo-class configures the styles that will apply when the mouse rolls on top of a hyperlink.</p> <p>A- hover</p> <p>B- click</p> <p>C- active</p> <p>D- over</p> <p>31. Select the form control below that does not use the <input> tag.</p> <p>A- Text box</p> <p>B- Select list</p> <p>C- Checkbox</p> <p>D- Radio button</p> <p>32. When you use the Box Model, the __________________ is always transparent.</p> <p>A- border</p> <p>B- content</p> <p>C- spacing</p> <p>D- margin</p> <p>33. A table with a width set to 600 pixels will look ____________ on a monitor with resolution set to 640 x 480 than on a monitor with resolution set to 1024 x 768 )assuming that the physical size is the same for both monitors)</p> <p>A- larger</p> <p>B- smaller</p> <p>C- no different</p> <p>D- more distorted</p> <p>34. Select the HTML tag below that configures a button that, when clicked, will automatically reset form fields to their default values.</p> <p>A- <input type="clear"/></p> <p>B- <button type="reset">Reset</button></p> <p>C- <input type="reset" value="Reset" /></p> <p>D- <input type="button" value="clear" /></p> <p>35. You would like to conduct a survey and ask your Web page visitors to indicate the computer operating systems that they use. Each visitor could use more than one computer operating system. Select the form control that is best to use for this purpose.</p> <p>A- Check box</p> <p>B- Radio button</p> <p>C- Text box</p> <p>D- Scrolling text box</p> <p>36. An order form contains an area for Web visitors to select their state or province. You need to limit the amount of space on the form that is used for this feature. Select the form control that is best to use for this purpose.</p> <p>A- Check box</p> <p>B- Radio button</p> <p>C- Text box</p> <p>D- Select list</p> <p>37. Select the CSS rules of precedence from outermost to innermost from the choices below.</p> <p>A- External, inline, embedded</p> <p>B- External, embedded, inline</p> <p>C- Inline, embedded, external</p> <p>D- Embedded, inline, external</p> <p>38. Select the HTML below that would associate a label displaying the text "Phone" with the text box named customerPhone.</p> <p>A. Phone: <input type="textbox" name="customerPhone" /></p> <p>B. <label>Phone: <input type="text" name="customerPhone" /></label></p> <p>C. <label for="Pho">Phone: </label><input type="text" name="customerPhone" id="Pho" /></p> <p>D. Phone: <label></label><input type="textbox" name="customerPhone" /></p> <p>39. Use the ____ property in the HTML link tag to associate a Web page with a style sheet printing.</p> <p>A- media="print"</p> <p>B- out="printer"</p> <p>C- media="paper"</p> <p>D- show="screen"</p> <p>40. Which form control would be appropriate to accept comments about your website?</p> <p>A. Select list</p> <p>B. Text box</p> <p>C. Scrolling text box</p> <p>D. Label</p> <p>41. The main site navigation or a section offering navigation choices should contain __________.</p> <p>A. no more than nine links</p> <p>B. as many links as you need</p> <p>C. only the most important pages</p> <p>D. a link to every page on your website</p> <p>42. The three most common methods of organizing websites are _____________.</p> <p>A. horizontal, vertical, and diagonal</p> <p>B. hierarchical, linear, and random</p> <p>C. accessible, readable, maintainable</p> <p>D. chunking, linear, and random</p> <p>43. Select the best reason to include height and width attributes on an <img /> tag.</p> <p>A. They are required attributes and must always be included when designing Web pages.</p> <p>B. They help the browser load the page faster by reserving space for the image.</p> <p>C. They help the browser display the image in its own browser window.</p> <p>D. They slow down the overall speed in which the Web page loads</p> <p>44. Use the _______________ property to configure an image to use as a bullet point in an unordered list.</p> <p>A. bullet-image</p> <p>B. image-style</p> <p>C. list-style-image</p> <p>D. bullet-style-image</p> <p>45. To hide the display of the list markers on an ordered list, set list-style-type to the value ______.</p> <p>A. no display</p> <p>B. hide</p> <p>C. invisible</p> <p>D. none</p> <p>46. What do you need to do to make content stay below your floats?</p> <p>A- A. hide</p> <p>B- B. position</p> <p>C- C. clear</p> <p>D- D. overflow</p> <p>47. Which tag is used to contain your navigation?</p> <p>A. <nav></p> <p>B. <footer></p> <p>C. <header></p> <p>D. <hgroup></p> <p>48. The main site navigation or a section offering navigation choices should contain ________.</p> <p>A. no more than nine links</p> <p>B. as many links as you need</p> <p>C. only the most important pages</p> <p>D. a link to every page on your website</p> <p>49. Which tag is used to force the browser to display the next text or element on a new line?</p> <p>A. <new line /></p> <p>B. <p></p> <p>C. <br /></p> <p>D. <line /></p> <p>50. What is wrong with the following code?</p> <p><article><br /><header> Umbrella Corporation </header><br /><p> Article content <p><br /><sidebar> Footnotes </sidebar><br /></article></p></span> </div></div></div> <div id="viewreadmore" class="que_link"> <a id="readmore" href="javascript:void(0);" style="font-size: 14px; color: #ff700c;" class="read-more-trigger mar_top10" onclick="changeheight(this)">View complete question</a> </div> <div class="innercanteenouter_inner_center3"> <p>Computer Engineering, <span>Engineering</span> </p> </div> <div class="clear"></div> </div> </div> <div class="innercanteenouter_inner_center6"> <div class="innercanteenouter_inner_center6_center7"> <div class="innercanteenouter_inner_center6_center"> <ul> <li class="innercanteenouter1"> Category:- <span>Computer Engineering</span> </li> <li class="innercanteenouter2"> Reference No.:- <span>M91726879 </span> </li> <li id="lrprice" class="innercanteenouter3"> Price:- <span>$30</span> </li> </ul> <div id="verified" class="innercanteenouter_inner_center6_center1"> <a>Verified Expert</a> </div> <div class="clear"></div> <input type="submit" name="btnASolution" value="Download Verified Solution File" id="btnASolution" class="innercanteenouter_inner_center6_center2" /> <p id="compare">Priced at <label class="priceold">$60</label> Now at $30, Verified Solution</p> </div> <div class="innerjohnanswered1"> <div class="innerjohnanswered1ftti"><h2></h2> <p></p> </div> <div class="clear"></div> </div> </div> </div> <div class="inneranswer"> <b>Have any Question?</b><span id="RequiredFieldValidator1" style="background-color:Yellow;visibility:hidden;">Write your Review or question?</span> <br /><br /> <div class="inneranswerhgrows"> <textarea name="txtReview" id="txtReview" class="inneranswerhgrowss" ValidationGroup="Review" placeholder=" Write your message!!"></textarea> </div> <div class="inneranswerhgrowsddf"> <input type="submit" name="btnReview" value="Have Question" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("btnReview", "", true, "Review", "", false, false))" id="btnReview" class="planpageinnerrightcontleftcommetgetquotebt" /> </div> </div> <br /> <div class="innerquestions"> <h2>Related Questions in Computer Engineering</h2> <table id="dlReviewList" cellspacing="0" style="width:100%;border-collapse:collapse;"> <tr> <td> <div class="innerquestionsgtr"> <h3> <span id="dlReviewList_lblTitle_0"><b><a href='http://www.mywordsolution.com/question/a-chemistry-student-needsnbsp600-mlnbspof-carbon/93114045' target='_balnk' class='que_link' >A chemistry student needsnbsp600 mlnbspof carbon</a></b></span></h3> <p> <span id="dlReviewList_lblContent_0">A chemistry student needs 60.0 mL of carbon tetrachloride for an experiment. By consulting the  CRC Handbook of Chemistry and Physics , the student discovers that the density of carbon tetrachloride is 1.59 g.cm^-3. Calc ...</span> </p> </div> </td> </tr><tr> <td> <div class="innerquestionsgtr"> <h3> <span id="dlReviewList_lblTitle_1"><b><a href='http://www.mywordsolution.com/question/taylor-found-that-8-of-the-recipients-of-loans-form-a/93109319' target='_balnk' class='que_link' >Taylor found that 8 of the recipients of loans form a</a></b></span></h3> <p> <span id="dlReviewList_lblContent_1">Taylor found that 8% of the recipients of loans form a particular mortgage lender default within 3 years. If he takes a random sample of 736 customers who received loans 3 years ago, what is the average number of custome ...</span> </p> </div> </td> </tr><tr> <td> <div class="innerquestionsgtr"> <h3> <span id="dlReviewList_lblTitle_2"><b><a href='http://www.mywordsolution.com/question/question-create-an-android-app-to-show-others-a-collection/93137315' target='_balnk' class='que_link' >Question create an android app to show others a collection</a></b></span></h3> <p> <span id="dlReviewList_lblContent_2">Question: Create an Android app to show others a collection of five to eight items that you intend to sell through your app. Choose any items you desire. Include the following features and functions in your app: • An ope ...</span> </p> </div> </td> </tr><tr> <td> <div class="innerquestionsgtr"> <h3> <span id="dlReviewList_lblTitle_3"><b><a href='http://www.mywordsolution.com/question/let-sigmaab-give-the-transition-diagram-for-a/93113367' target='_balnk' class='que_link' >Let sigmaab give the transition diagram for a</a></b></span></h3> <p> <span id="dlReviewList_lblContent_3">Let Σ={a,b}. Give the transition diagram for a nondeterministic ?nite state machine that accepts the set of strings in {a,b}∗ that contain a substring of length four that begins and ends with the same symbol. For example ...</span> </p> </div> </td> </tr><tr> <td> <div class="innerquestionsgtr"> <h3> <span id="dlReviewList_lblTitle_4"><b><a href='http://www.mywordsolution.com/question/question-suppose-message-a-is-one-block-long-suppose-that/93129559' target='_balnk' class='que_link' >Question suppose message a is one block long suppose that</a></b></span></h3> <p> <span id="dlReviewList_lblContent_4">Question : Suppose message (a) is one block long. Suppose that an attacker has received the MAC (t) for a using CBC-MAC under some random key unknown to the attacker. Explain how to forge the MAC for a two-block message ...</span> </p> </div> </td> </tr><tr> <td> <div class="innerquestionsgtr"> <h3> <span id="dlReviewList_lblTitle_5"><b><a href='http://www.mywordsolution.com/question/1-investment-risk-and-default-risk-are-interchangeable/93133102' target='_balnk' class='que_link' >1 investment risk and default risk are interchangeable</a></b></span></h3> <p> <span id="dlReviewList_lblContent_5">1. Investment risk and default risk are interchangeable terms and essentially mean the same thing.   2. Disadvantages of the Capital Asset Pricing Model include that you are using the past to predict the future and that ...</span> </p> </div> </td> </tr><tr> <td> <div class="innerquestionsgtr"> <h3> <span id="dlReviewList_lblTitle_6"><b><a href='http://www.mywordsolution.com/question/pure-gasoline-has-an-energy-density-of-115600-btu-per/93121680' target='_balnk' class='que_link' >Pure gasoline has an energy density of 115600 btu per</a></b></span></h3> <p> <span id="dlReviewList_lblContent_6">Pure gasoline has an energy density of 115,600 BTU per gallon, while ethanol has an energy density of 75,670 BTU per gallon. Gasoline cost $3.70 per gallon. What would the price of E85 (85% ethanol, 15% gasoline) have to ...</span> </p> </div> </td> </tr><tr> <td> <div class="innerquestionsgtr"> <h3> <span id="dlReviewList_lblTitle_7"><b><a href='http://www.mywordsolution.com/question/are-search-algorithms-tied-to-data-structures-being/93124340' target='_balnk' class='que_link' >Are search algorithms tied to data structures being</a></b></span></h3> <p> <span id="dlReviewList_lblContent_7">Are search algorithms tied to data structures being searched, or can they be utilized in other scenarios?</span> </p> </div> </td> </tr><tr> <td> <div class="innerquestionsgtr"> <h3> <span id="dlReviewList_lblTitle_8"><b><a href='http://www.mywordsolution.com/question/do-you-believe-corporation-pose-as-a-risk-to-our-national/93132966' target='_balnk' class='que_link' >Do you believe corporation pose as a risk to our national</a></b></span></h3> <p> <span id="dlReviewList_lblContent_8">Do you believe corporation pose as a risk to our national economy and to domestic employees based upon external shocks to our economy as well as government regulations and Obamacare?</span> </p> </div> </td> </tr><tr> <td> <div class="innerquestionsgtr"> <h3> <span id="dlReviewList_lblTitle_9"><b><a href='http://www.mywordsolution.com/question/identify-and-evaluate-at-least-three-considerations-that/93125296' target='_balnk' class='que_link' >Identify and evaluate at least three considerations that</a></b></span></h3> <p> <span id="dlReviewList_lblContent_9">Identify and evaluate at least three considerations that one must plan for when designing a database. Suggest at least two types of databases that would be useful for small businesses, two types for regional level organi ...</span> </p> </div> </td> </tr><tr> <td></td> </tr> </table> </div> <div class="innerlogo"> <ul> <li><div class="innerlogoback1"></div></li> <li><div class="innerlogoback2"></div></li> <li><div class="innerlogoback3"></div></li> </ul> </div> </div> <div class="innercanteenouter_inner_right"> <div class="innercanteenouter_inner_right1"> <div class="innercanteenouter_inner_right1pou"> <ul> <li class="red1"> <div class="counterDivTag">4,153,160 Questions Asked</div> </li> <li class="oring1"><div class="counterDivTag">13,132 Experts</div></li> <li class="grine1"><div class="counterDivTag">2,558,936 Questions Answered</div></li> </ul> <div class="clear"></div> <h2>Ask Experts for help!!</h2> </div> </div> <div class="innerchoose"> <h2>Looking for Assignment Help?</h2> <p> <b>Start excelling in your Courses, Get help with Assignment</b><br /><br /> Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time. </p> <a href="http://www.mywordsolution.com/free-quote-job-posting.aspx">Ask Now</a> <span>Help with Problems, Get a Best Answer</span> </div> <div class="innertranspoitation"> <div class="innertranspoitation1"> <ul> <li><a href="#">Recent Questions </a></li> </ul> <div class="clear"></div> </div> <table id="LeftSideControl1_RecentQuestion1_dlReviewList" cellspacing="0" style="width:100%;border-collapse:collapse;"> <tr> <td> <div class="innertranspoitation2"> <h3><span id="LeftSideControl1_RecentQuestion1_dlReviewList_lblTitle_0"><b><a href='http://www.mywordsolution.com/question/why-might-a-bank-avoid-the-use-of-interest-rate-swaps-even/93137978' target='_balnk' class='que_link' >Why might a bank avoid the use of interest rate swaps even</a></b></span></h3> <p> <span id="LeftSideControl1_RecentQuestion1_dlReviewList_lblContent_0">Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate</span> </p> </div> </td> </tr><tr> <td> <div class="innertranspoitation2"> <h3><span id="LeftSideControl1_RecentQuestion1_dlReviewList_lblTitle_1"><b><a href='http://www.mywordsolution.com/question/describe-the-difference-between-zero-coupon-bonds-and/93137977' target='_balnk' class='que_link' >Describe the difference between zero coupon bonds and</a></b></span></h3> <p> <span id="LeftSideControl1_RecentQuestion1_dlReviewList_lblContent_1">Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p</span> </p> </div> </td> </tr><tr> <td> <div class="innertranspoitation2"> <h3><span id="LeftSideControl1_RecentQuestion1_dlReviewList_lblTitle_2"><b><a href='http://www.mywordsolution.com/question/compute-the-present-value-of-an-annuity-of--880-per-year/93137976' target='_balnk' class='que_link' >Compute the present value of an annuity of 880 per year</a></b></span></h3> <p> <span id="LeftSideControl1_RecentQuestion1_dlReviewList_lblContent_2">Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As</span> </p> </div> </td> </tr><tr> <td> <div class="innertranspoitation2"> <h3><span id="LeftSideControl1_RecentQuestion1_dlReviewList_lblTitle_3"><b><a href='http://www.mywordsolution.com/question/compute-the-present-value-of-an-1150-payment-made-in-ten/93137975' target='_balnk' class='que_link' >Compute the present value of an 1150 payment made in ten</a></b></span></h3> <p> <span id="LeftSideControl1_RecentQuestion1_dlReviewList_lblContent_3">Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int</span> </p> </div> </td> </tr><tr> <td> <div class="innertranspoitation2"> <h3><span id="LeftSideControl1_RecentQuestion1_dlReviewList_lblTitle_4"><b><a href='http://www.mywordsolution.com/question/compute-the-present-value-of-an-annuity-of--699-per-year/93137974' target='_balnk' class='que_link' >Compute the present value of an annuity of 699 per year</a></b></span></h3> <p> <span id="LeftSideControl1_RecentQuestion1_dlReviewList_lblContent_4">Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As</span> </p> </div> </td> </tr><tr> <td></td> </tr> </table> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> </div> <div class="footer"> <div class="footerouter"> <div class="footerouter_inner"> <div class="footerouter_left"> <ul> <li> <div class="footerouter_left1"> <ul> <li><a href="http://www.mywordsolution.com/homework-help/science/8">Science</a></li> <li><a href="http://www.mywordsolution.com/homework-help/english/390">English</a></li> <li><a href="http://www.mywordsolution.com/homework-help/biology/384">Biology</a></li> <li><a href="http://www.mywordsolution.com/homework-help/humanities/388">Humanities</a></li> </ul> </div> </li> <li> <div class="footerouter_left1"> <ul> <li><a href="http://www.mywordsolution.com/homework-help/engineering/9">Engineering</a></li> <li><a href="http://www.mywordsolution.com/homework-help/programming/10">Programming</a></li> <li><a href="http://www.mywordsolution.com/homework-help/computer-science/11">Computers/IT Courses</a></li> </ul> </div> </li> <li> <div class="footerouter_left1"> <ul> <li><a href="http://www.mywordsolution.com/homework-help/accounting/1">Accounting</a></li> <li><a href="http://www.mywordsolution.com/homework-help/finance/2">Finance</a></li> <li><a href="http://www.mywordsolution.com/homework-help/management/7">Management</a></li> <li><a href="http://www.mywordsolution.com/homework-help/statistics/6">Statistics</a></li> <li><a href="http://www.mywordsolution.com/homework-help/economics/5">Economics</a></li> <li><a href="http://www.mywordsolution.com/homework-help/taxation/4">Taxation</a></li> <li><a href="http://www.mywordsolution.com/homework-help/law/3">LAW Assignment Help</a></li> </ul> </div> </li> <li> <div class="footerouter_left1"> <ul> <li><a href="http://www.mywordsolution.com/homework-help/essay/13">Essay Writing Help</a></li> <li><a href="http://www.mywordsolution.com/homework-help/dissertation/12">Dissertation Help</a></li> <li><a href="http://www.mywordsolution.com/homework-help/thesis-writing/117">Thesis Help</a></li> <li><a href="http://www.mywordsolution.com/homework-help/literature-review/79">Literature Review</a></li> <li><a href="http://www.mywordsolution.com/homework-help/research-paper/78">Research Paper</a></li> <li><a href="http://www.mywordsolution.com/homework-help/solved-classroom-assignments/77">Solved Problems</a></li> <li><a href="http://www.mywordsolution.com/homework-help/popular-courses-and-coursework-help/82 ">Coursework Help</a></li> </ul> </div> </li> <div class="clear"></div> </li> </ul> </div> <div class="footerouter_right"> <div class="footerouter_right0"> <div class="footerpayment"> <div class="footerpaymentscur"></div> <div class="footerpaymentscard"> <ul> <li class="footerpaymentscard1"></li> <li class="footerpaymentscard2"></li> <li class="footerpaymentscard3"></li> <li class="footerpaymentscard4"></li> </ul> </div> </div> <div class="footerouter_right1"> <h2>Follow Us</h2> <ul> <li class="fb"><a href="http://www.facebook.com/Mywordsolution" rel="nofollow" target="_blank"></a></li> <li class="twt"><a href="http://www.twitter.com/Mywordsolution" rel="nofollow" target="_blank"></a></li> </ul> <div class="clear"></div> </div> </div> </div> <div class="clear"></div> </div> </div> <div class="footerbottom"> <div class="footerbottom_inner"> <ul> <li><a href="http://www.mywordsolution.com/">Home</a></li> <li><a href="http://www.mywordsolution.com/about-us.aspx">About Us</a></li> <li><a href="http://www.mywordsolution.com/blog/">Blog</a></li> <li><a href="http://www.mywordsolution.com/faqs.aspx">FAQs</a></li> <li><a href="http://www.mywordsolution.com/ask-question.aspx">Assignment Help</a></li> <li><a href="http://www.mywordsolution.com/homework-help.aspx">Homework Help</a></li> <li><a href="http://www.mywordsolution.com/contactus.aspx">Contact Us</a></li> <li><a href="http://www.mywordsolution.com/questions/archive/">Q&A</a></li> <li><a href="http://www.mywordsolution.com/directory.aspx">Directory</a></li> <li><a href="http://www.mywordsolution.com/sitemap.aspx">Sitemap</a></li> <li><a href="http://www.mywordsolution.com/refund-policy.aspx">Refund Policy</a></li> <li><a href="http://www.mywordsolution.com/privacy-policy.aspx">Privacy Policy</a></li> <li><a href="http://www.mywordsolution.com/terms-and-conditions.aspx">T & C </a></li> <li><a href="http://www.mywordsolution.com/disclaimer-policy.aspx">Disclaimer Policy</a></li> <li> <a href="http://www.mywordsolution.com/copyright-notice.aspx">Copyright Notice</a></li> </ul> <div class="clear"></div> <p>© Copyright 2013-14 <span>mywordsolution.com</span> All rights reserved </p> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-38762144-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.mywordsolution.com/library/js/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!--Start of Tawk.to Script--> <script type="text/javascript"> var $_Tawk_API={},$_Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/5584638c0ed4869955a0dce2/default'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--> </div> </div> </div> <script type="text/javascript"> //<![CDATA[ var Page_Validators = new Array(document.getElementById("RequiredFieldValidator1")); //]]> </script> <script type="text/javascript"> //<![CDATA[ var RequiredFieldValidator1 = document.all ? document.all["RequiredFieldValidator1"] : document.getElementById("RequiredFieldValidator1"); RequiredFieldValidator1.controltovalidate = "txtReview"; RequiredFieldValidator1.errormessage = "Write your Review or question?"; RequiredFieldValidator1.validationGroup = "Review"; RequiredFieldValidator1.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid"; RequiredFieldValidator1.initialvalue = ""; //]]> </script> <script type="text/javascript"> //<![CDATA[ var Page_ValidationActive = false; if (typeof(ValidatorOnLoad) == "function") { ValidatorOnLoad(); } function ValidatorOnSubmit() { if (Page_ValidationActive) { return ValidatorCommonOnSubmit(); } else { return true; } } //]]> </script> </form> </body> </html>