Question 121
This question requires that you evaluate the underlined text to determine if it is correct.
The duplication of code so that modifications can happen in parallel is known as separating.
Select the correct answer if the underlined text does not make the statement correct.
Select "No change is needed'' if the underlined text makes the statement correct.
Question 122
You have a class named Truck that inherits from a base class named Vehicle.
The Vehicle class includes a protected method named brake ().
How should you call the Truck class implementation of the brake () method?
Question 123
You are migrating several HTML pages to your website. Many of these pages contain HTML <center> and
<font> tags. Which XHTML document type declaration should you use?
Question 124
HOTSPOT
You are reviewing the architecture for a system that allows race officials to enter the results of 5K race results. The results are then made available to students using a web application. The architecture is shown below:
Use the drop-down menus to select the answer choice that answers each question. Each correct selection is worth one point.
Question 125
You are writing a Web application that processes room reservation requests. You need to verify that the room that a guest has selected is not already reserved by another guest.
Which type of programming should you use to determine whether the room is still available when the request is made?

