DOC PREVIEW
Siena CSIS 401 - CSIS-401 Web Design Final Exam

This preview shows page 1-2-3 out of 10 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 10 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 10 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 10 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 10 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

CSIS-401: Web Design Final Exam Name: _______________________Multiple Choices: Put you answer in the space provided on the right column. 1. Following HTML and CSS standards helps make your web pages Answer ____a. display fasterb. less accessiblec. forward compatibled. only a and c are true, b is not truee. a, b, and c are all true2. Which is an example of purely presentational HTML markup Answer ____a. <p> paragraph content </p>b. <b> bold text </b>c. <div id=“pagetitle”>My Website</div>d. <img class= “playerphoto” src= “Jordan.jpg” title=”Michael Jordan” />3. Which example is the most semantic Answer ____e. <p> paragraph content </p>f. <b> bold text </b>g. <div id=“pagetitle”>My Website</div>h. <img class= “playerphoto” src= “Jordan.jpg” title=”Michael Jordan” />4. CSS Answer ____a. is a markup languageb. stands for Core Style Sheetc. defines the presentational layer of a web paged. none of the above are true5. What is NOT part of the client tier? Answer ____a. HTML codeb. cookiesc. session variablesd. JavaScripte. DOM6. JavaScript Answer ____a. is a language used to define the structural layer of a web pageb. is used in the database tierc. is typically used to communicate with the web serverd. is used to manipulate the browser7. If you want to insert content/data from an external source into a web page, Answer ____which language will NOT help?a. CSSb. SQLc. JavaScriptd. PHP1/108. Which of the following is most likely to happen if your page uses Answer ____ HTML instead of XHTML?a. The page will NOT load in most web browsersb. The page may not be compatible with come XML-based systems.c. Both a and b are correct9. Which of the following is a full-featured programming language? Answer ____a. CSSb. PHPc. HTMLd. SQLe. All of the above are full-featured programming languages10. In this CSS code, what is being set? body { color: #990000; } Answer ____a. Text Color of only paragraphsb. Background Color of the entire web pagec. Text Color of the entire web paged. Background Color of the body element11. Which of the following must be true in order to use PHP code in a web page? Answer ____a. The web server must have PHP processor b. The code must be inside the <head> tagc. The code must be inside a <script> tagd. All of the above12. What PHP variable is used to access URL variables? Answer ____a. $_FORMb. $_FILESc. $_GETd. $_POST13. What PHP function is used to start a user session? Answer ____a. session_start()b. session_init()c. session()d. $_SESSION14. What has higher priority? Answer ____ a. Styles define in a linked style sheetb. Embedded stylesc. Inline styles15. Which of the following is NOT a built-in associative array used by PHP? Answer ____a. $_URLb. $_FILESc. $_GETd. $_POST15.5. What do ninja’s and princesses have in common? Think about it…really thing about it…._________________________________________________________________________________________2/1016. Consider the following regular expression and select the most correct answer: Answer ____ ^[a-zA-Z][a-z0-9]+$a. The pattern must start with a capital letterb. The pattern must contain exactly two charactersc. The pattern must contain at least one letterd. The pattern must contain at least one numeric digit17. Consider the following regular expression and select the most correct answer: Answer ____ ^[a-z0-9]+@[a-z0-9]+.com$a. The pattern must end with .comb. The pattern can only contain one dotc. The pattern can NOT have any capital lettersd. All of the above are true18. You can make a web page more accessible by Answer ____a. putting it on the a web serverb. using standard HTML and CSSc. providing alternative style sheet for printers and screen readersd. using a big fonte. a, b, and c are all correct; d is not really truef. a, b, c, and d are all correct19. Select the most correct statement Answer ____a. Radio buttons are used when multiple options can be selectedb. Check boxes are used when multiple options can be selectedc. Radio buttons can be used to submit a form.d. Check boxes can be used to submit a user text entry 20. Using a single linked style sheet for an entire web site is Answer ____a. bad because the style sheet can be big and take a long time to downloadb. bad because the style sheet gets downloaded repeatedly every time a page is requestedc. good because you can control the site’s appearance in one central placed. good because it hides all your styles and people can’t steal your website code21. What is the current standard for the structural layer of web pages? Answer ____a. XHTML 1.0 b. CSS 2.0c. PHP 4d. all of the above 22. Which of the following does NOT reside on the server side? Answer ____a. Apache softwareb. Session variablesc. PHP filesd. Web browser software3/1022. When is a cookie saved on a user’s web browser? Answer ____a. Only when a user submits a form.b. Whenever a user requests a web page.c. If a web page is loaded that includes JavaScript code that sets the cookied. If PHP is used to send back an http response header that sets the cookiee. a, b, c, and d are all true.f. Only c and d are true.23. Cookies and session variables can be used to. Answer ____a. Prevent browser actions from happening more than onceb. Logout users after a period timec. Keep track of user activityd. All of the above24. Which of the following is not a scripting language used by web servers to Answer ____connect to databases and dynamically generate web pages.a. PHPb. XMLc. ASPd. ColdFusion25. Consider the following PHP code: $var = “3” . “5”; Answer ____$var will most likely be:a. Integer 8b. Integer 15c. String “35”d. Integer (ascii value of character 3 times ascii value of character 5)26. Which HTML tag is the most semantic Answer ____a. <i>b. <b>c. <p>27. Which CSS attribute is used to center text? Answer ____a. font-alignb. text-alignc. alignd. center28. Which CSS attribute is used to change the font size? Answer ____a. font-sizeb. text-sizec. sized. font-family29. Which CSS attribute is used to make text italic? Answer ____a. text-decorationb. text-stylec. italicd. font-style4/1030. In a 3-tier web architecture, which tier is responsible for rendering a web page? Answer ____a. serverb. clientc. database31. By default, the <p> tag is Answer ____a. inlineb. blockc. float leftd. centered32. Which of the following is a mark-up language? Answer ____a. CSSb. PHPc. HTMLd. SQLe. all of the above are markup


View Full Document

Siena CSIS 401 - CSIS-401 Web Design Final Exam

Download CSIS-401 Web Design Final Exam
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view CSIS-401 Web Design Final Exam and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view CSIS-401 Web Design Final Exam 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?