Web Development Concepts - George Mason University, Assignments of Electrical and Electronics Engineering

A set of questions and answers related to web development concepts such as markup languages, scripting languages, html, xml, dhtml, and vrml. It covers topics such as the main function of markup languages, the use of scripting languages, and the differences between html, xml, and vrml.

Typology: Assignments

Pre 2010

Uploaded on 02/12/2009

koofers-user-rxy
koofers-user-rxy ๐Ÿ‡บ๐Ÿ‡ธ

10 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1
EC 511 โ€“ Fall 2003
George Mason University
Assignment 5
Student Name: __________________________________________________
Mark your answer below and return only this answer sheet:
Question
Number Answer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pf3
pf4
pf5

Partial preview of the text

Download Web Development Concepts - George Mason University and more Assignments Electrical and Electronics Engineering in PDF only on Docsity!

EC 511 โ€“ Fall 2003 George Mason University

Assignment 5

Student Name: __________________________________________________

Mark your answer below and return only this answer sheet:

Question Number Answer 1 2 3 4 5 6 7 8 9

10 11 12 13 14 15 16 17 18 19 20 21 22 23

  1. The main function of markup languages is to a) provide a graphical user interface to an application. b) set the specifications for how text is to be displayed by a Web browser. c) program applets to use over the Internet. d) add dynamic content to a Web page. e) to provide special formatting for multimedia content on a Web page.
  2. In Web page development, scripting languages are used to a) add functionality and interactivity to Web pages. b) program applets to use over the Internet. c) add procedures to an uncompiled Java program. d) format static Web documents. e) implement XML documents.
  3. An executable program that is loaded on a Web server and executed by the browser is a(n) a) document b) script c) program d) applet e) XML script
  4. All HTML files start and end with the tag set a) , b) , c) , d) , /BODY> e) ,
  5. The _________ tag set is used to describe the Web page and is what is displayed in the browser list when the page is bookmarked. a) , b) , c) , d) , /BODY> e) ,
  6. The information between the ___________ tag set, such as style sheet information, does not appear in the Web document. a) , b) , c) , d) , /BODY> e) ,
  1. Dynamic HTML adds dynamic content to a Web page through the use of _____________. a) animation b) XML c) tags d) style sheets e) attributes
  2. Templates that define a hierarchy of styles that can be applied to each HTML tag are _____________. a) meta documents b) cascading style sheets c) display attributes d) style templates e) document object models
  3. ________ is used to dynamically position items on HTML pages, provide dynamic content, or to create events. a) VRML b) XML c) JavaScript d) DTD e) SGML
  4. A new feature of HTML version 4.0 is the use of _____________ to provide external definition of the document structure. a) document type definitions b) display attributes c) cascading style sheets d) linked style sheets e) embedded style sheets
  5. A model defining the interaction of all the elements used in dynamic HTML pages is called the ____________________. a) document type definition b) HTML display definition c) document object model d) linked style sheet e) meta document
  6. _________ is a file format for creating three-dimensional environments on the Web. a) HTML b) DHTML c) SGML d) XML e) VRML
  1. The files created with VRML are called________ a) VRML Webs b) environs c) elements d) worlds e) types
  2. When coding an XML document, the attribute values must be a) enclosed in quotation marks (โ€œ โ€). b) enclosed in single quotes (โ€˜ โ€™). c) enclosed in angle brackets (<>). d) inside the tag itself. e) enclosed with curly braces ({}).
  3. The purpose for the development of __________________ is for it to become the global electronic commerce standard for computer-to-computer exchange as an easy-to- translate equivalent of EDI. a) XML b) XHTML c) ebXML d) vertical XML e) WML
  4. A new markup language that is used to create Web pages for micro-browsers is a) XML b) XHTML c) ebXML d) vertical XML e) WML
  5. A common scripting language that is currently used to add dynamic content to HTML Web pages in response to user actions is ________________. a) CGI b) Java c) VB d) JavaScript e) DHTML
  6. A JavaScript routine must be coded within the ______________ tags of an HTML document. a) b) , c) , d) , e) ,