F01.justanswer.com



???A ______is a tool used in the planning of a website. database server?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[0].NumericAnswer[0].ChoiceNumber\" VALUE=\"2\" TYPE=\"radio\">" MACROBUTTON HTMLDirect application server?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[0].NumericAnswer[0].ChoiceNumber\" VALUE=\"3\" TYPE=\"radio\">" MACROBUTTON HTMLDirect web server?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[0].NumericAnswer[0].ChoiceNumber\" VALUE=\"4\" CHECKED TYPE=\"radio\">" MACROBUTTON HTMLDirect web browserQuestion 2. 2. (TCO 2) A _______ is a tool used in the planning of a web site. ?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[1].NumericAnswer[0].ChoiceNumber\" VALUE=\"1\" TYPE=\"radio\">" MACROBUTTON HTMLDirect Wireframe?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[1].NumericAnswer[0].ChoiceNumber\" VALUE=\"2\" TYPE=\"radio\">" MACROBUTTON HTMLDirect Storyboard?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[1].NumericAnswer[0].ChoiceNumber\" VALUE=\"3\" TYPE=\"radio\">" MACROBUTTON HTMLDirect Mockup?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[1].NumericAnswer[0].ChoiceNumber\" VALUE=\"4\" TYPE=\"radio\">" MACROBUTTON HTMLDirect All of the aboveQuestion 3. 3. (TCO 3) A valid HTML document requires ?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[2].NumericAnswer[0].ChoiceNumber\" VALUE=\"1\" TYPE=\"radio\">" MACROBUTTON HTMLDirect a head element and a page element?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[2].NumericAnswer[0].ChoiceNumber\" VALUE=\"2\" TYPE=\"radio\">" MACROBUTTON HTMLDirect a head element and a body element?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[2].NumericAnswer[0].ChoiceNumber\" VALUE=\"3\" TYPE=\"radio\">" MACROBUTTON HTMLDirect a body element and a div element?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[2].NumericAnswer[0].ChoiceNumber\" VALUE=\"4\" TYPE=\"radio\">" MACROBUTTON HTMLDirect a page element and a div elementQuestion 4. 4. (TCO 4) When you set the float property for a block element to left, the elements that follow it will flow into the space ?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[3].NumericAnswer[0].ChoiceNumber\" VALUE=\"1\" TYPE=\"radio\">" MACROBUTTON HTMLDirect to the left of the floated element?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[3].NumericAnswer[0].ChoiceNumber\" VALUE=\"2\" TYPE=\"radio\">" MACROBUTTON HTMLDirect to the right of the floated element?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[3].NumericAnswer[0].ChoiceNumber\" VALUE=\"3\" TYPE=\"radio\">" MACROBUTTON HTMLDirect to the left of the floated element if there’s enough space?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[3].NumericAnswer[0].ChoiceNumber\" VALUE=\"4\" TYPE=\"radio\">" MACROBUTTON HTMLDirect to the right of the floated element if there’s enough spaceQuestion 5. 5. (TCO 5) As a best practice, you should only use the height and width attributes of an img element to specifiy ?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[4].NumericAnswer[0].ChoiceNumber\" VALUE=\"1\" TYPE=\"radio\">" MACROBUTTON HTMLDirect the size at which you want the image to be displayed after the page is rendered?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[4].NumericAnswer[0].ChoiceNumber\" VALUE=\"2\" TYPE=\"radio\">" MACROBUTTON HTMLDirect the actual size of the image?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[4].NumericAnswer[0].ChoiceNumber\" VALUE=\"3\" TYPE=\"radio\">" MACROBUTTON HTMLDirect the optimum size of the image?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[4].NumericAnswer[0].ChoiceNumber\" VALUE=\"4\" TYPE=\"radio\">" MACROBUTTON HTMLDirect the size at which you want the image to be displayed while the page is being renderedQuestion 6. 6. (TCO 6) How many radio buttons from the following code can be selected at any given time?<input type="radio" name="address" value="Home">Home Address<input type="radio" name="delivery" value="FedEx">Federal Express <input type="radio" name="delivery" value="UPS">UPS ?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[5].NumericAnswer[0].ChoiceNumber\" VALUE=\"1\" TYPE=\"radio\">" MACROBUTTON HTMLDirect 0?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[5].NumericAnswer[0].ChoiceNumber\" VALUE=\"2\" TYPE=\"radio\">" MACROBUTTON HTMLDirect 1?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[5].NumericAnswer[0].ChoiceNumber\" VALUE=\"3\" TYPE=\"radio\">" MACROBUTTON HTMLDirect 2?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[5].NumericAnswer[0].ChoiceNumber\" VALUE=\"4\" TYPE=\"radio\">" MACROBUTTON HTMLDirect 3Question 7. 7. (TCO 7) Many jQuery features require the use of these files: (Points : 5) ?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[6].NumericAnswer[0].ChoiceNumber\" VALUE=\"1\" TYPE=\"radio\">" MACROBUTTON HTMLDirect the jQuery core library, the jQuery UI library, and the jQuery UI stylesheet?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[6].NumericAnswer[0].ChoiceNumber\" VALUE=\"2\" TYPE=\"radio\">" MACROBUTTON HTMLDirect the JavaScript core library, the jQuery core library, and the jQuery UI library?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[6].NumericAnswer[0].ChoiceNumber\" VALUE=\"3\" TYPE=\"radio\">" MACROBUTTON HTMLDirect the jQuery core library, the jQuery UI library, and the jQuery stylesheet?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[6].NumericAnswer[0].ChoiceNumber\" VALUE=\"4\" TYPE=\"radio\">" MACROBUTTON HTMLDirect the JavaScript core library, the jQuery core library, and the jQuery UI stylesheetQuestion 8. 8. (TCO 8) Before you can use the CSS3 font-face selector, you have to store the font ?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[7].NumericAnswer[0].ChoiceNumber\" VALUE=\"1\" TYPE=\"radio\">" MACROBUTTON HTMLDirect on your computer system?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[7].NumericAnswer[0].ChoiceNumber\" VALUE=\"2\" TYPE=\"radio\">" MACROBUTTON HTMLDirect in the root folder of the web site?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[7].NumericAnswer[0].ChoiceNumber\" VALUE=\"3\" TYPE=\"radio\">" MACROBUTTON HTMLDirect in any folder of the web site?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[7].NumericAnswer[0].ChoiceNumber\" VALUE=\"4\" TYPE=\"radio\">" MACROBUTTON HTMLDirect in the fonts folder of the web siteQuestion 9. 9. (TCO 9) Three ways to test whether a web page request is coming from a mobile device are using: ?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[8].NumericAnswer[0].ChoiceNumber\" VALUE=\"1\" TYPE=\"radio\">" MACROBUTTON HTMLDirect JavaScript code, server-side code, or media queries?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[8].NumericAnswer[0].ChoiceNumber\" VALUE=\"2\" TYPE=\"radio\">" MACROBUTTON HTMLDirect JavaScript code, server-side code, or jQuery?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[8].NumericAnswer[0].ChoiceNumber\" VALUE=\"3\" TYPE=\"radio\">" MACROBUTTON HTMLDirect JavaScript code, server-side code, or jQuery Mobile?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[8].NumericAnswer[0].ChoiceNumber\" VALUE=\"4\" TYPE=\"radio\">" MACROBUTTON HTMLDirect JavaScript code, server-side code, or WURFLQuestion 10. 10. (TCO 10) Today, CSS should be used for page layout, and tables should only be used for ?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[9].NumericAnswer[0].ChoiceNumber\" VALUE=\"1\" TYPE=\"radio\">" MACROBUTTON HTMLDirect aligning components within a div element?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[9].NumericAnswer[0].ChoiceNumber\" VALUE=\"2\" TYPE=\"radio\">" MACROBUTTON HTMLDirect aligning components in the header of a page?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[9].NumericAnswer[0].ChoiceNumber\" VALUE=\"3\" TYPE=\"radio\">" MACROBUTTON HTMLDirect handling difficult layout problems within a page?????? PRIVATE "<INPUT NAME=\"StudentNumericAnswer[9].NumericAnswer[0].ChoiceNumber\" VALUE=\"4\" TYPE=\"radio\">" MACROBUTTON HTMLDirect presenting tabular dataQuestion 11. 11. (TCO 1) Explain the differences between absolute and relative paths and when you should use each in your coding.. (Points : 30) ???????????? PRIVATE "<TEXTAREA NAME=\"StudentTextAnswer[10].TextAnswer.Text\" COLS=\"80\" ROWS=\"18\" WRAP=\"virtual\"></TEXTAREA>" MACROBUTTON HTMLDirect Question 12. 12. (TCO 3) Discuss the relationship between foreground and background colors. What guidelines should you follow? ???????????? PRIVATE "<TEXTAREA NAME=\"StudentTextAnswer[11].TextAnswer.Text\" COLS=\"80\" ROWS=\"18\" WRAP=\"virtual\"></TEXTAREA>" MACROBUTTON HTMLDirect Question 13. 13. (TCO 5) Why might it be better to use CSS3 rules to create graphic-like elements on a page? What are some of the effects that can be created? ( ???????????? PRIVATE "<TEXTAREA NAME=\"StudentTextAnswer[12].TextAnswer.Text\" COLS=\"80\" ROWS=\"18\" WRAP=\"virtual\"></TEXTAREA>" MACROBUTTON HTMLDirect Question 14. 14. (TCO 10) Differentiate between the three levels of CSS (inline, embedded, and external). Describe an application (use) for each of the styles. ( ???????????? PRIVATE "<TEXTAREA NAME=\"StudentTextAnswer[13].TextAnswer.Text\" COLS=\"80\" ROWS=\"18\" WRAP=\"virtual\"></TEXTAREA>" MACROBUTTON HTMLDirect Question 15. 15. (TCO 7) Describe in detail how JavaScript can be used for input validation on the client side ???????????? PRIVATE "<TEXTAREA NAME=\"StudentTextAnswer[14].TextAnswer.Text\" COLS=\"80\" ROWS=\"18\" WRAP=\"virtual\"></TEXTAREA>" MACROBUTTON HTMLDirect Question 16. 16. (TCO 5) What is the CSS box model and how is it used to setup the layout of a page? ???????????? PRIVATE "<TEXTAREA NAME=\"StudentTextAnswer[15].TextAnswer.Text\" COLS=\"80\" ROWS=\"18\" WRAP=\"virtual\"></TEXTAREA>" MACROBUTTON HTMLDirect ?? Top of FormBottom of Form ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download