Friday, November 30, 2007

What progress did you make on your solution
Today i finsih step 7. Yesterday i didnt rename it under my name but i fixed that. Started on the mad libs program but i didnt get that far. Just made the program and all the labels and things like that. Next class i need to finish the mad lib program and hand it in on time.
Example of Code
MessageBox.Show("You win")
End
You can use the message box to tell the user instructions and other things.
You can even get it to end the program

Wednesday, November 28, 2007

What progress did you make on your solution?
Today i worked on the project that we had to do. I am almost done all i need to do is save the money and get it to subtract. After i finish that i will be done and can play around

Tuesday, November 27, 2007

We can save the pics into the whole thing so it is easier.

If intdice = 1 Then
Me.Pbdice1.Image = My.Resources.d1
ElseIf intdice = 2 Then
Me.Pbdice1.Image = My.Resources.d2
ElseIf intdice = 3 Then
Me.Pbdice1.Image = My.Resources.d3
ElseIf intdice = 4 Then
Me.Pbdice1.Image = My.Resources.d4
ElseIf intdice = 5 Then
Me.Pbdice1.Image = My.Resources.d5
ElseIf intdice = 6 Then
Me.Pbdice1.Image = My.Resources.d6

You save it into my resources

Monday, November 26, 2007

Today I read Sports Illustrated.com. The Browns are surprisingly good and hopefully will get to the playoffs. The Patriots almost lost but Mcnabb wasn't playing which is why they lost. If he had been playing then they would of defiantly won and finally the Patriots can lose.

Sunday, November 25, 2007

Scored thru 11/25 (20 pts possible) - see Edline for your score tomorrow evening.

Tuesday, November 20, 2007

What prgoress did you make on your solution?
Today i worked on step 7. i finished the first solution and the questions. NExt class i need to keep working on stpe 7 and finish it since it is due tommorow

Monday, November 19, 2007

Today i read form Nick's book All Things Possible by Kurt Warner. I started reading it last week so he is trying to make the NFL and has a new girlfriend. He just got to the NFL tryout for the packers.

Thursday, November 15, 2007

What progress did you make on your solution?
Today i finished step 6. I modified the rock,paper, scissors program and did the computer support program. Next class i need to work on step 7 and finsih it before the Thangsgiving break on Thursday

Tuesday, November 13, 2007

Provide yourself with an example of code to jog your memory.
You can use Logical Operations to join tow expressions that evaluates if it is true or false.
There are three types, and, or, and Not
WE use truth tables to show how they are evaluated.
And
Expression1 Expression2 Result
True True True
True False False
False True False
False False False

Monday, November 12, 2007

Today i read from Sports Illustrated.com. The NBA season has finally started so I can read that instead of football. Gilbert Arenas is horrible and I think that the Wizards should trade him quick. He thinks he is the best but really he is just horrible. IF he was good then the wizards wouldn't be losing.

Friday, November 9, 2007

What problems did you have creating your solution?
One of the problems i had was using the static. Its kinda hard to know where to put and and things like that.

Thursday, November 8, 2007

Provide yourself an example of code to jog your memory?
Yo ucan use static instead of dim while programming. The book says it works better but i dont see a difference.
This is how you would use it in the code.
i think it keeps the number of times you push a button

Static intSecretNumber as Integer = int(50*Rnd()) + 1
What progress did you make on your solution?
Today i finished step 4. Didnt really get it and i dont think it works but had to go on to Step 5.
Next class i need to finish Step 5. Step 5 hopefully wont be as hard as Step 4 or else it will take forever.

Tuesday, November 6, 2007

What progress did you make on your solution?
Today I tried to finish step 4. Number 10 is really hard and is taking a long time. You need to write code for every button and get the variables and all that. I didnt finish and tommorow I need to finish question 10.

Friday, November 2, 2007

Describe some examples when you would use random numbers?
You could use Random numbers to play games like to roll a dice. Could help you study when doing random math problems. They could also be used to create Screen Savers on your computer.

Thursday, November 1, 2007

Scored through 10/31. All blogs from this point forward are second marking period.
*****************************************************************************************************************************************************************************************************************************************************************************************************************************************