I've given instructions for the last assignment, and for the next assignment. I have graded your Sum Numbers programs, please open that file and check the message I left for you at the bottom of your program. Once you have checked your grade, please move the file to your own documents folder and delete it from the V drive. A couple of you need to redo the assignment, you can look off this page to see what the program is supposed to do.
Make sure that all of your files are saved in your documents folder, and only programs you are turning in are put in the Public folder.
Right now, please go to the folder with the programs in it so you are looking at it. I'm going to show you what to do so that you can easily open these files.
Thursday, December 09, 2004
Guessing Game Program
Here is the output that should be given by the Guessing Game program:
~~~~~~~~~~~~~~
This is a game where you try to guess my number in as few tries as possible.
You need to tell me the range of numbers to pick a number in, then you will guess it.
What number should be the lowest possible?
?
What number should be the highest possible?
?
What is your guess?
?
That's too high.
What is your guess?
?
That's too low.
What is your guess?
?
You got it in only _ tries.
~~~~~~~~~~~~~
A random number between the two numbers picked should be chosen, then the program should continue taking guesses until the correct answer is guessed. After each guess tell whether the number is too high or too low. As a bonus, display a different message if they guess a number that is not in the original range. When the number is finally guessed, be sure to tell how many guesses it took.
Another bonus would be to ask if the user wants to play another game.
The text does not need to be exact, but the basic message should be same.
~~~~~~~~~~~~~~
This is a game where you try to guess my number in as few tries as possible.
You need to tell me the range of numbers to pick a number in, then you will guess it.
What number should be the lowest possible?
?
What number should be the highest possible?
?
What is your guess?
?
That's too high.
What is your guess?
?
That's too low.
What is your guess?
?
You got it in only _ tries.
~~~~~~~~~~~~~
A random number between the two numbers picked should be chosen, then the program should continue taking guesses until the correct answer is guessed. After each guess tell whether the number is too high or too low. As a bonus, display a different message if they guess a number that is not in the original range. When the number is finally guessed, be sure to tell how many guesses it took.
Another bonus would be to ask if the user wants to play another game.
The text does not need to be exact, but the basic message should be same.
Sum Numbers Program
Here is the output that should be given by the Sum Numbers program:
~~~~~~~~~~~~~~
This program will add all the numbers in a given range.
What number should I start at?
?
What number should I end on?
?
The total of all the numbers from _ to _ is _____.
~~~~~~~~~~~~~
The text does not need to be exact, but the basic message should be same.
~~~~~~~~~~~~~~
This program will add all the numbers in a given range.
What number should I start at?
?
What number should I end on?
?
The total of all the numbers from _ to _ is _____.
~~~~~~~~~~~~~
The text does not need to be exact, but the basic message should be same.
Monday, November 29, 2004
Posting WebPage
Today we are going to post webpages to the internet. This is not a required assignment, but I want to give you all the chance to post these pages you have worked hard on to the internet. In order to do this we need to do a couple of things.
First, we need to find a host. There are hundreds of web hosts for webpages. These hosts vary in services they offer and in costs. In order to find one that fits your needs you will want to do a lot of searching, and maybe some trial and error. (Try a site, see if it works for you, if not, try another)
Each person will have different needs, and different things that they are looking for.
Here is a site that allows you to search for a free web hosts that fits your needs: http://www.freewebspace.net/search/power.shtml
Once you have found a site that you want to use, you need to set up an account and begin uploading your pages.
Before you post your site there are a couple of things you will want to change:
We will be looking at some of the things you will run into while you try to upload your page.
First, we need to find a host. There are hundreds of web hosts for webpages. These hosts vary in services they offer and in costs. In order to find one that fits your needs you will want to do a lot of searching, and maybe some trial and error. (Try a site, see if it works for you, if not, try another)
Each person will have different needs, and different things that they are looking for.
Here is a site that allows you to search for a free web hosts that fits your needs: http://www.freewebspace.net/search/power.shtml
Once you have found a site that you want to use, you need to set up an account and begin uploading your pages.
Important note!
Before you post your site there are a couple of things you will want to change:
- Don't include personal information such as: phone number, mailing address
- Be careful of the email address you use. Don't give your primary address as you will quite likely start getting junk email messages. (If you don't have one, set up a hotmail account to deal with all your junk mail.)
- Change or remove the links to your friends' pages.
- Make sure you are following all rules of the host (they may require you to add code for advertising.)
We will be looking at some of the things you will run into while you try to upload your page.
Wednesday, November 17, 2004
Changes
OK, I looked at your template pages, as well as what you have in your file so far and I created a file with notes in it. Go to your V drive folder and look at the file "Notes from Mr. Whittaker.txt" You will find some comments about your page, then some general instruction regarding the document. You are welcome to add a comment at the top in response to what I've said. You also need to do the things I have said in the note. When adding a comment, simply go to the top of the document, hit enter a couple times to create some room. press F5 to show the date, add your name, then press enter and type your note to me. I will see it the next time I look for it!
Also, please make sure that you are placing your most up to date files on the V drive every day!
Today we will be looking at the sample page I have created just to make sure you all are understanding what I'm looking for. so, once you have read the notes I left for you, go to my folder on the V drive and open template.html. Then, while you wait for me, you can work on your pages.
Also, please make sure that you are placing your most up to date files on the V drive every day!
Today we will be looking at the sample page I have created just to make sure you all are understanding what I'm looking for. so, once you have read the notes I left for you, go to my folder on the V drive and open template.html. Then, while you wait for me, you can work on your pages.
Tuesday, October 26, 2004
Sunday, October 17, 2004
Learning html !!!
Our next projects will deal with creating a webpage. We will be doing this in a couple of different ways. We will start by learning to use html. I have included links to a few different tutorials. We will be looking at a few specific pieces of information off of them, and you will be able to use them to help you when it comes to actually creating your site.
Dave's html code guide we will use this site quite a bit as it is the one I have used before and know.
w3schools
Writing html
Introduction to html
You will be allowed to use any of these sites (or any you find by searching) to research different pieces of information, but Dave's code guide will be the one that I will be speaking from and making quizzes from.
OK, now that you know what we are doing, go to Dave's site and read down to the link:
Okay! Let me Learn HTML!
Select that link and read through the first two pages, complete the questions in the next post for your assignment.
Final note, if you haven't already bookmarked this page, you need to!
Dave's html code guide we will use this site quite a bit as it is the one I have used before and know.
w3schools
Writing html
Introduction to html
You will be allowed to use any of these sites (or any you find by searching) to research different pieces of information, but Dave's code guide will be the one that I will be speaking from and making quizzes from.
OK, now that you know what we are doing, go to Dave's site and read down to the link:
Okay! Let me Learn HTML!
Select that link and read through the first two pages, complete the questions in the next post for your assignment.
Final note, if you haven't already bookmarked this page, you need to!
html assignment #1
On a blank sheet of paper answer these questions be ready to hand them in by the end of the period. (You are writing these out because I don't want you to just copy and paste, I want it in your own words.) Use full sentences (or paragraphs) for your answers!
- What does html stand for?
- What is the most important html file?
- Explain the two copy rule.
- What does "c:\" mean?
- What is a URL?
- What is a Host?
- What is a Domain?
- What is an ISP?
- How do the host, domain, and ISP work together in order for you to have a website?
- What is Data Transfer Bandwidth?
Tuesday, October 12, 2004
Instructions for Wednesday
- Save your file to your computer. (You should have already done this)
- Save your file to "V:\Classes\Computer9\Presentations" with your name as the file name.
- Click "Grading Sheet", select "Save"
- Save the file to "My Documents" with the name "Ppt Grading Sheet Fred" (replace Fred with your own name though!)
- Right-click on the new file, go to properties, and turn off read-only.
- Open the file
- On the View menu select comments to stop them from displaying. (You can still read the comment by placing your mouse over the cell.)
- Type your full name in B1.
- We will discuss what each category means and begin watching the presentations on Wednesday.
- After we are done with the presentations you will copy the Grading sheet you created into the folder listed in step 2.
Friday, October 08, 2004
Grading Criteria
Here is the Grading sheet you will need to save it to your folder. Look at the comments to see what each category is asking for.
Sunday, October 03, 2004
PowerPoint Project
Goal: Create a 15-20 slide presentation.
Topic: The presentation needs to be informative:
Requirements:
Grading:
Your presentation will be graded by your peers. We will spend a day or two displaying the presentations in the class. During that time, each of you will fill out an excel sheet critiquing each of the presentations. I will fill the sheet out as well.
Be sure to look at the second tutorial, "Tips" for some good guidelines about the display.
Here is the Grading sheet you will need to save it to your folder. Look at the comments to see what each category is asking for.
Due Date:
We will present our shows on October 13 and 14. You will need to be ready to go at the beginning of class on Wednesday as I will select the order at random. You will not be able to work on the presentation during class on Wednesday!
Topic: The presentation needs to be informative:
- Tell how to do something.
- Tell about a hobby you enjoy.
- Describe an event in history.
- Tell about your home country, state, or city.
- Tell a Biblical story.
- Be creative!
Requirements:
- Presentations should be stand-alone (you shouldn’t have to do any talking)
- Slides should work well together (use a template)
- You need to use transitions and animations.
- Transitions and animations should be smooth, and not detract from the presentation (don’t use the transitions that take 20 seconds to show the slide!)
- The user should be able to progress through the show in order, or jump to specific slides (use hyperlinks)
- The information you give needs to be accurate, be sure to list any references that you use. (Have a bibliography page with URLs of websites and names of books)
Grading:
Your presentation will be graded by your peers. We will spend a day or two displaying the presentations in the class. During that time, each of you will fill out an excel sheet critiquing each of the presentations. I will fill the sheet out as well.
Be sure to look at the second tutorial, "Tips" for some good guidelines about the display.
Here is the Grading sheet you will need to save it to your folder. Look at the comments to see what each category is asking for.
Due Date:
We will present our shows on October 13 and 14. You will need to be ready to go at the beginning of class on Wednesday as I will select the order at random. You will not be able to work on the presentation during class on Wednesday!
Saturday, October 02, 2004
PowerPoint Tutorial
Here are two different tutorials that can help you learn the different features of PowerPoint. The biggest key to learning is to try something! If you don't like what happened. . . ctrl+z!
PowerPoint Tutorial 1
PowerPoint Tutorial 2
PowerPoint Tutorial 1
PowerPoint Tutorial 2
Subscribe to:
Comments (Atom)