WILEY

Publishers since 1807

Wiley - Publishers Since 1807

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 0782140815
CIW: Foundations Study Guide (Exam 1D0-410)
ISBN: 978-0-7821-4081-1
Hardcover
791 pages
April 2002
This title is out-of-print and not currently available for purchase from this site.
Other Available Formats: Adobe E-Book
  • Description
  • Table of Contents
  • Author Information
  • Errata

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
Combined Errata

Page 0CD

Bonus 1, question #50, none of the choices are correct.
NONE OF THE FOUR CHOICES ARE COMPLETELY APPROPRIATE.

JAVASCRIPT CAN BE USED TO INSTANTIATE DATA OBJECTS. THIS IS RARELY USED BY
PROGRAMMERS BECAUSE THIS FEATURE IS A MEMORY HOG ON THE CLIENT SIDE.

JAVASCRIPT CANNOT BE USED TO CREATE USER-DEFINED OBJECTS AND CLASSES, WHICH
ARE PRIMARY ACTIVITIES IN JAVA PROGRAMMING, OF COURSE.

CHOICE A WOULD BE CORRECT IF THE WORD "JAVA" WERE SUBSTITUTED FOR
"JAVASCRIPT", AS SUGGESTED.

OTOH, BOTH CHOICES B AND C WOULD BE CORRECT IF THE WORD "JAVASCRIPT" WERE
SUBSTITUTED FOR "JAVA".

IN CHOICE D, JAVASCRIPT IS ONE OF THE TWO SCRIPTING LANGUAGES THAT ARE
SUPPORTED IN THE MS IMPLEMENTATION OF ASP. VBSCRIPT IS THE DEFAULT SCRIPTING
LANGUAGE.

Page 101

Table 3.2, inadvertantly omitted information,
Cat5 cable can be used for gigabit Ethernet if IEEE 802.3ab networking standards are used.

Additional information:
802.3ab was designed to support 802.3z network transmissions on the large installed base of Cat5-based networks worldwide, thus allowing IS departments to add gigabit Ethernet hardware without extensive and expensive recabling.

802.3ab still requires upgraded routers, switches, and other hardware that will
support the standard.

However, 802.3ab only supports a transmission distance of 100 meters, unless repeaters are used to amplify the signal en route.

http://standards.ieee.org/announcements/802.3ab.html
http://grouper.ieee.org/groups/802/3/tutorial/march98/mick_170398.pdf

Page 387

Review Question Answers, #10. Correct response should be "D".

Page 469

Ques. #10, the correct answer should be A not B.

Page 473

Question 10, correct answer choice should be "A".

Page 632

1st paragraph, the text should refer to table 15.2 instead of "the table above"

Page 655-656

Exercise 13.3, #7 see detailed description
Instructions are to change the code to <FRAMESET COLS="25%,75%>. This would produce 2 "vertical" frames, not 2 "horizontal" frames as stated on p 656 number 10.