2/22 - Lab 3.5:
You will need to carefully study the example discussed in class to complete
this assignment. The multiple choice question must appear on your page. You
capture the user's answer via the prompt window. Your instructor will
show you how to call the alert box to give the user feedback about the
response.
2/24 - PR 3.3:
Be sure that your instructor or grader can easily spot your three facts.
You might want to put a minor heading on your page right before you print
the three facts. At least one of these facts must address an opposing view
or controversial aspect of your topic.
2/24 - HW Drill #6:
Click on the link in this homework drill package and copy the program to a
NotePad document. Make the changes and save the programs in your
CS103 folder. It is best to work on one task at a time.
2/24 - Lab 3.6:
Your output for this lab should have appropriate labels for the data. For
example: The sum of the odd integers from 1 to 499 is ###. Call your
SA or instructor when your program runs without errors.
2/26 - Lab 3.7:
Remember that variables and functions are defined in the <HEAD> section
of your program. Review how arguments are passed from the calling statement
to the function. You can produce the output directly from your function or
you can use a return statement to pass the result of your computation
back to the <BODY> and print the results from there.
2/26 - Lab 3.8:
This lab requires you to create a program that uses functions and a decision
statement to control the output. The program is not as complex as it may
initially appear so plan your code carefully.
3/1 - HW 3.1:
Use the links provided in the Chapter 3 Assignments area for this
homework to review the college policies covering the three topics described.
Login to the course blog and follow the directions posted there. This
blog closes at midnight on March 19.
3/1 - HW 3.2:
Use the links provided in the Chapter 3 Assignments area for this assignment
to gather information about the risks and liabilities of using
computer-based systems. Some examples have been included for you but your
research should deal with three areas that you have identified. Try to find one example
related to your project. Login to the course blog and follow the directions
posted there. This blog closes at midnight on October 25.
3/1 - HW Drill #7 (in class):
Click on the link in this homework drill package and copy the program to a
NotePad document. Make the changes and save the programs in your
CS103 folder. It is best to work on one task at a time.
3/3 - PR 3.4:
This assignment is a complex addition to your page. Start early and work in
a step-by-step fashion. Start with the code to ask the questions and get the
answers first. Then add the code that determines if the answers are correct
or incorrect. Finally, add the code that tallys the answers and gives the
required message. Remember to comment your code.
3/3 - HW Drill #8:
Click on the link in this homework drill package and copy the program to a
NotePad document. Make the changes and save the programs in your
CS103 folder. It is best to work on one task at a time.
3/3 - HW Drill #9:
Click on the link in this homework drill package, View Source, and save the
program in your CS103 folder with the same name (drill91.html).
Answer the questions to your satisfaction by examining the code carefully
(nothing to turn in). Make the changes and save the programs as directed
in your CS103 folder. It is best to work on one task at a time.