If using a Series 7 controller or newer CompactLogix controller, the ____________________ port is an easy way to access the current configuration of an Ethernet module.

What will be an ideal response?

USB

Computer Science & Information Technology

You might also like to view...

What happens if you use the modulus operator with two floating point values?

What will be an ideal response?

Computer Science & Information Technology

Create the user interface for the Road Sign Review application. The detailed description of this application can be found in Exercise 29.13. The design for the two pages for this application is displayed in Fig. 30.26. You will develop this application over this and the next two tutorials, so you do not yet have the images from the database. To help you to better understand what you are setting out to do, Figure 30.27 shows a test-drive-like full final screen output.





a) Copying the template to your working directory. Copy the C:Examples Tutorial30ExercisesRoadSign directory to the C:SimplyJava directory.

b) Opening the roadSigns.jsp template file. Open the roadSigns.jsp file in your text editor.

c) Setting the title of roadSigns.jsp. Add a title element to set the JSP’s title to

“Road Signs.”

d) Adding an h1 header element to roadSigns.jsp. Add an h1 header element that displays “Road Signs.”

e) Adding road sign images to roadSigns.jsp. Add 15 img elements to add the road sign images to the JSP. Set the src and the alt attributes of each element to “” for now.

f) Adding a form to roadSigns.jsp. Add an HTML form element.

g) Adding a paragraph to roadSigns.jsp. Within the form element, add a paragraph that displays “

Computer Science & Information Technology