Computer Science Coding

Lab 6 Part I (30 points)

A popular children’s toy is the Magic 8 Ball,an oversizedplastic billiard ball that yields answers to simple questions. (Magic 8 Ball is a trademark owned by Mattel, Inc. © 2003 Mattel, Inc. All Rights Reserved.) To receive its wisdom, you ask the Magic 8 Ball a question, shake it vigorously, and then read the response that appears in a window on the bottom. Functionally speaking, the Magic 8 Ball determines its answer by randomly selecting from a list of predetermined responses, such as “yes,”“no,”and “reply hazy—try again.”

Don't use plagiarized sources. Get Your Custom Essay on
Computer Science Coding
Just from $13/Page
Order Essay

Create a Web page named magic.html that simulates the functionality of a Magic 8 Ball. Your page should look similar to the figure shown below, with a text box for entering a yes/no question and a clickable 8-ball image (a simple image is provided in http://balance3e.com/Images/8ball.gif). When the button is clicked, a function should be called to select a random response from a list of at least five possible responses (using the RandomOneOf function) and display the response in a page division. Test your page to make sure that it operates correctly, providing a (potentially) different answer on each click.

Lab 6 Part II (10 points)

The time.js Library

JavaScript provides basic features for manipulating dates and times. Building upon these features, the time.js library (available as http://balance3e.com/time.js) contains the definitions of several functions that can be useful within a variety of pages (see the table below).

The Web page shown next uses the CurrentTime function from time.js to timestamp the page as it loads. The showClock function, which is defined in the HEAD of the page, is automatically called when the page is finished loading (line 24).That function calls CurrentTime to get the current time and displays that time in the outputDiv page division (lines 18–19).The rendered page is shown below the code.

Enter the clock.html text from Figure 9.14 into a new Web page, then load the page in the browser to verify that it behaves as shown below.

As is, your clock.html page displays a single time—the clock time when the page was loaded. Modifying this page so that it displays a dynamic, running clock is surprisingly simple. Recall from Chapter 7 that the predefined setInterval function schedules the repeated execution of a function call at regular intervals. In particular, the call

setInterval(‘showClock()’, 1000)

will schedule the showClock function to be called every second (1,000 milliseconds). The result is that the current time is repeatedly updated in place on the screen, in effect turning the page division into a digital clock.

Modify the ONLOAD attribute of the BODY so that it executes this call to setInterval when the page loads (instead of the single call to showClock). Verify that the resulting clock “runs” in the page.

The Homework Labs
Calculate your paper price
Pages (550 words)
Approximate price: -

Our Advantages

Plagiarism Free Papers

We ensure that all our papers are written from scratch. We deliver original plagiarism-free work. To guarantee this, we submit all work alongside a plagiarism report.

Free Revisions

All our papers are completed and submitted before the deadline. We ensure this to provide you with enough time to go through the work and point out any sections or topics that may need revision or polishing. We provide unlimited revision services for free.

Title-page

All papers have a title page providing your personal and institutional information. We do not charge you for this title page.

Bibliography

All papers have a bibliography or references page. This page is a requirement for academic and professional documents. We provide this page at no cost for all our papers.

Originality & Security

At Thehomeworklabs, we guarantee the confidentiality and security of your information. We value our clients and take confidentiality seriously. All personal information is treated with confidentiality and stored safely to ensure that no third parties gain access to it. We also provide original work and attach an originality/plagiarism report alongside all papers.

24/7 Customer Support

Our customer support team is available 24/7 to provide you with any necessary assistance when you need it. You can contact us at any time, day or night, via email or through the live chat button.

Try it now!

Calculate the price of your order

Total price:
$0.00

How it works?

Follow these simple steps to get your paper done

Place your order

Fill in the order form and provide all details of your assignment.

Proceed with the payment

Choose the payment system that suits you most.

Receive the final file

Once your paper is ready, we will email it to you.

Our Services

We provide our customers with the best experience in the academic and business writing field.

Pricing

Flexible Pricing

We provide the best quality of service at affordable prices. We also allow our clients to make partial payments for their orders. You can also contact our customer support team in case you need to discuss a different payment plan.

Communication

Admission help & Client-Writer Contact

We realize that sometimes clarification is necessary to ensure that quality work is done. Therefore, we provide a button for clients and writers to communicate in case some clarification is needed.

Deadlines

Paper Submission

We ensure that we submit all papers ahead of their respective deadlines. This allows you to go through the documents and request any revision, corrections, or polishing before the paper is due.

Reviews

Customer Feedback

We encourage customer feedback, positive or negative. We can identify the various areas that we need to improve to provide even better services through your feedback. Please feel free to give us feedback.