Thursday, November 30, 2006
compatibility program is now extra credit
We are focusing on the modules pretty seriously now. So we will put javascript specifically on the backburner for a bit. I hope you keep up your skills though...much of your midterm will be based on javascript! So if you were upset that I didn't give the quiz in class and you studied I hope you realize that those skills are very important to this class (and maybe your life).
DF
Exam Schedule
MONDAY, DECEMBER 18 7:30 - 9:30 Period 1 Exam, 2 hours Periods 1 and 4 9:35 - 10:35 Period 2, Homeroom & Regular Class, 60 minutes BE BASED ON TEACHER’S ASSIGNED LUNCH. First Lunch Second Lunch Third Lunch |
TUESDAY, DECEMBER 19 7:30 - 9:40 Period 2 Exam, Homeroom, 2 hrs. 10 min. Periods 2 and 5 9:45 - 10:35 Period 3, Regular Class, 50 minutes BE BASED ON TEACHER’S ASSIGNED LUNCH. 10:40- 12:25 Period 6, Regular Class, 70 minutes First Lunch Second Lunch Third Lunch |
WEDNESDAY, DECEMBER 20 7:30 - 9:30 Period 3 Exam, 2 hours Periods 3 and 6 9:35 - 9:45 Period 2, Homeroom, 10 minutes 9:50 - 10:35 Period 1, Regular Class, 45 minutes RELEASE STUDENTS FOR ASSIGNED LUNCH. First Lunch Second Lunch Third Lunch THURSDAY, DECEMBER 21 Regular |
FRIDAY, DECEMBER 22 Teacher Planning Day |
Wednesday, November 29, 2006
Javascript Quiz Tomorrow!
http://www.webdeveloper.com/javascript/javascript_js_tutorial.html
Blogger wouldn't let me put the exact javascript code that will be on your quiz so you just have to read through all the examples on that page.
Javascript Quiz:
1. What is the difference between HTML and Javascript?
2. To what does the Object model refer?
3. What are two ways the '+' sign can be used with Javascript?
4. What does 'onMouseOver' do?
5. What does this code
A clever student (DL)
http://www.filehippo.com/download_ccleaner/
Tell me what you think!
-----
If you want to continue your javascript training, don't forget about Aptana.
A great work in progress!
http://itsjustasubdomain.orgfree.com/blackjack.html
Tuesday, November 28, 2006
Second Period
Monday, November 27, 2006
Quiz Will Not be Tomorrow
So it'll be postponed until Wednesday.
I will leave the work for class on this blog tomorrow and you will work on your "Dating Program!"
So after coming up with the 'compatible' partner for the person who entered the name, return both names in a prompt and whether they are compatible. You can add other variables.
Project due Friday at the beginning of class.
Here is the grading procedure:
Prompts 20 pts.
Comparison of two names 60 pts.
Output 20 pts.
Extra A in the gradebook for every variable you bring into the equation! This is a great opportunity for extra credit!
Wednesday, November 22, 2006
Tuesday, November 21, 2006
Three questions
http://www.nytimes.com/2006/11/21/science/21myth.html?8dpc
Do you think it is a good way to teach science?
How would you encourage students to be more interested in science?
Design a while loop that prints out only numbers that 3 can divide evenly
Monday, November 20, 2006
Finish in class
Remember to use .charAt(i);
Looping homework
Make a while loop go to 0 from 100 by 3s!
Due tomorrow on paper.
Friday, November 17, 2006
Summarize Three Current Events on your blog
DO NOT COPY AND PASTE!
MINIMUM OF 100 words for each article!
INCLUDE URL TO ARTICLE!
FIND YOUR ARTICLES RELATED TO BUSINESS OR TECHNOLOGY! ANY COPYING AND PASTING WITHOUT GIVING CREDIT WILL RESULT IN AN F!
Finance calculation
Here are the inputs:
Interest rate Per Year.
Length of time (Years).
Initial cost.
Output:
What is the total cost of the product.
What is the total cost of the interest.
Wednesday, November 15, 2006
Tuesday, November 14, 2006
In class practice
1. Write a program that gives you a random number (var randomnumber=Math.floor(Math.random()*10))with a maximum of 10. Test to see if that number is over six. If it is give the user an alert "Hey your number is over six!" Print out the HTML.
Homework due Thursday.
elements (var num_Array = new Array(5)) and add random
numbers less than 10 to each element of the array.
Loop through the array and print out to the screen the element of the array if it is greater than 5.
Print out the HTML.
Homework DUE THURSDAY
Create a new program. Create an array with five
elements (var num_Array = new Array(5)) and add random
numbers less than 10 to each element of the array.
Loop through the array and print out to the screen the element of the array if it is greater than 5.
Print out the HTML.
Homework DUE THURSDAY
Create a new program. Create an array with five
elements (var num_Array = new Array(5)) and add random
numbers less than 10 to each element of the array.
Loop through the array and print out to the screen the element of the array if it is greater than 5.
Print out the HTML.
Monday, November 13, 2006
Saturday, November 11, 2006
Watch this at home
Thursday, November 09, 2006
Programming "Paper, Rock, Scissors!"
One option will be to have the computer playing against a person and the other option will be to have a person playing against a person.
You need a random number generator and a ranking system for the three levels.
Wednesday, November 08, 2006
If you are considering a job with computers
http://www.techinterviews.com/?p=39
One word: WOW!
Tuesday, November 07, 2006
Monday, November 06, 2006
Three Questions
- What is a wiki?
- Is wikipedia as accurate as a professional encyclopedia?
- What is the biggest issue with bias and wikipedia?
Your answer must be 500 words and is due before school on Wednesday morning. This means it has to be done on Monday or Tuesday!