What is another name for the staging server?
A. Live server
B. Production server
C. Redundant server
D. Development server
In order to create two simultaneous moving objects, you would need at least:
A. one layer, one timeline and four keyframes.
B. one layer, two timelines and two keyframes.
C. two layers, one timeline and two keyframes.
D. two layers, one timeline and four keyframes.
Which of the following is one of the advantages that SWF (Flash) files bring to Web-based environments?
A. SWF files are compressed, so files download quickly.
B. SWF files use layers, so animation is linear and parallel.
C. SWF files use vector images, so files can be easily modified.
D. SWF files can stream images, so files can be uploaded quickly.
Which of the following is true of both SWF and SVG file formats?
A. Both can be streamed.
B. Both are open industry standards.
C. Both are W3C Recommendations.
D. Both describe two-dimensional vector graphics.
Marcos is writing a client-side JavaScript that asks the user to type a dollar amount that will be used to compute a loan payment amount. Which of the following methods can Marcos use to ask the user for input?
A. alert(Please enter the loan amount.);
B. msgbox(Please enter the loan amount.);
C. prompt(Please enter the loan amount., );
D. input(Please enter the loan amount., Loan Calculation);
You have created a design template using Dreamweaver MX 2004 and generated several child Web pages from this original template. What happens if you edit the original template?
A. The Z-index of each child page increases.
B. The change has no effect on the child pages.
C. The layer number of each child page increases.
D. The child pages reflect the change to the original.
You are creating a Web site for a customer, which will have many pages. You want to implement a single style sheet to control all the pages on the site. Which of the following would be the preferred method for doing so?
A. Use an internal style sheet.
B. Use an external style sheet.
C. Use an exported style sheet.
D. Use an embedded style sheet.
Server and operating system vendors regularly update their software by offering security patches when new vulnerabilities are discovered. To keep your Web site and server safe, you should apply security patches:
A. after your system has been compromised.
B. after they have been standardized by the ISO.
C. as soon as they are released and proven stable.
D. during your next scheduled monthly maintenance session.
Which attribute should be used to assign inline styles to HTML?
A. id
B. style
C. value
D. class
You receive complaints from customers that your Web site is inaccessible. You check the Web server and notice that it is behaving sluggishly. You cannot explain the sluggishness because the server logs show that few Web server connections exist. However, a security worker notices that thousands of ICMP packets are being sent to the server every second, making the server drop connections. What type of attack is being waged against your site?
A. Brute force
B. Denial of service
C. Social engineering
D. Password guessing