• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/27

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

27 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)
The scripting language JavaScript runs within the browser. T/F
TRUE
p1
HTML editors such as Macromedia Dreamweaver and Microsoft Frontpage are known to create simpler Web files than simple text editors such as Notepad. T/F
FALSE
p8-9
Like HTML, XHTML is not case sensitive. T/F
FALSE
p7
The common terms Web authoring, Web programming and Web mastering describe the same tasks. T/F
FALSE
p26-27
You can place <script> elements in either the document head or in the document body. T/F
TRUE
p41
Place the listed Web technologies in order of complexity and chronology.
a. HTML, DHTML, SGML, XHTML
b. DHTML, HTML, SGML, XHTML
c. SGML, HTML, DHTML, XHTML
d. XHTML, SGML, HTML, DHTML
c p1,3,5,7
What international organization oversees the development of Web technology standards?
W3C
p4
University of Illinois
W3C
Microsoft
Netscape
A well-formed XHTML document must include the tags ____.
a. <!DOCTYPE>,<head>,<html>,<body>
b. <!DOCTYPE>,<head>,<html>,<br />
c. <!DOCTYPE>,<head>,<h1>,<body>
d. <!DOCTYPE>,<head>,<html>,<bold>
a
p14
p14
<p><b><i>Call for a free estimate!</i></b></p>
The line above is said to be ____.
nested
p15
a. tagged open
b. nested
c. rendered
d. displayed
Phrase elements describe how enclosed elements are ____.
d.
p16
a. displayed
b. coded
c. rendered
d. identified
CSS styles are created with two parts separated by a colon: the ____, which refers to a specific CSS style, and the ____ assigned to it.
property, value
p18
a. attribute, style
b. property, value
c. type, format
d. source, file
The most basic method of applying styles is to use ____, which allow you to add style information to a single element in a document.
inline styles
p18
a. external style sheets
b. internal style sheets
c. single rendered styles
d. inline styles
Multiple style declarations in a style or style sheet are written separating each style declaration with a
____.
semicolon
p19
a. semicolon
b. colon
c. comma
d. period
The ____ is sent to the Web browser before the Web page is sent to provide information that the browser needs to render the page.
response header
p23
a. meta header
b. charset
c. response header
d. internal style sheet
Web ____, or Web ____, refers to the design of software applications for a Web site.
development, programming
p26
a. page design
b. development, programming
c. logging, maintenance
d. page authoring, authoring
In the client/server system, a primary role of the client, or front end, is to ____.
present an interface to the usser
p28
a. carry out complex data processing
b. provide for data storage
c. send e-mail
d. present an interface to the user
A three-tier, or multitier, client/server system consists of three distinct pieces. These are ____.
tiers for client, processing, and data storage
p28
a. client, processing, and data storage
b. client, design, and processing
c. storing, distributing and processing
d. email, messaging and data storage
p28
JavaScript is a client-side scripting language. ____ are popular server-side scripting languages.
PHP, ASP, and JSP
p31
p31
The ability to ____ is the only type of access to a client that JavaScript has.
read and write cookies
p31
p31
When a client requests a server-side script, the client will never see the server-side script, only the ____.
HTML and XHTML
p32
p32
The ____ element tag or phrase tells the browser which ____ language and which version of the language is being used.
<script>, scripting
p33
p33
An object is ____ that can be treated as an individual unit or component.
programming code and data
p35
p35
Individual statements used in a computer program are often grouped into logical units called procedures, which are used to perform specific tasks. The procedures associated with an object are called ____.
methods
p35
a. methods
b. processes
c. attributes
d. functions
You can place <script> elements in either the document ____ or document ____.
head, body
p41
a. code, comments
b. head, tail
c. head, body
d. file, text
When parsing XHTML documents, the statements in a <script> element are treated as ____, but HTML parses the statements as ____.
PCDATA, CDATA
p44
a. text. Script
b. CDATA, PCDATA
c. PCDATA, CDATA
d. script, data
Any error in a program that causes it to function incorrectly, whether because of incorrect syntax or flaws in logic, is called a(n) ____. The term ____ refers to the act of tracing and resolving errors in a program.
bug, debugging
p46
a. bug, debugging
b. bomb, defusing
c. error factor, refactoring
d. code segment, rewriting
Identify the letter of the choice that best matches the phrase or definition.
a. hyperlink
b. URL
c. W3C
d. tag
e. DTD
f. XHTML
g. syntax
h. logic
i. bugs

1. An organization overseeing Web standards
2. Rules of a computer language
3. Defines the elements and attributes used in a document
4. Determines how data is displayed on a Web page
5. Is commonly referred to as a Web address
6. An advanced form of Web technology
7. Errors in syntax or logic in a program
8. A correct order for processing steps in a program
9. A clickable reference to a specific Web page
1. ANS: C PTS: 1 REF: 4
2. ANS: G PTS: 1 REF: 46
3. ANS: E PTS: 1 REF: 13
4. ANS: D PTS: 1 REF: 5
5. ANS: B PTS: 1 REF: 3
6. ANS: F PTS: 1 REF: 11
7. ANS: I PTS: 1 REF: 46
8. ANS: H PTS: 1 REF: 46
9. ANS: A PTS: 1 REF: 2