Week 7 of Cow Goes Moo, there really wasn't a main objective for the week. Just to finish the work given and completing them was the main goal. The only work remaining from the last week, Temperature Converter was completed easily and we learned the Visual Basics Operators. Operators are symbols used in an operation that performs on one or more values either to modify one value or to produce a new value by combining existing value. There are several types of operators. Arithmetic operators are used to do simple calculation of numeric values. Arithmetic operators include addition, substraction, multiplication, division, modulus, and exponent. Comparison operators are used to compare data values. They are used to compare two expression to determine if they are the same or not. These includ, =, >, <, <=, >=, and <>. Finally there is the logical operators, which are used to combine two or more comparision tests into a single compound comparisions. They are "And", "Or", and "Not" to join more than one comparisionss.
I was completed developing a program that uses all of the skills learned in class that calculates the payroll. The payroll is different depending on the number of hours worked and the amount of coffee cups sold. Depending on the total amount of money earned, the tax is different as well. I have yet to complete the payroll application uses the new features. The newly learned features include The dialogue and the menu command. The menu is something to add on extra settings or ability on to the program and it can save spaces visually. Dialogs are different form of Form that are opened using the menu.
The future goal is to complet the work remaining, which is the program that was just mentioned and study and do well on the upcoming test and project. There were that many challenges that I had to face. The programs seemed hard but once I got the beginning of it, the rest seemed easier. I feel that I am understanding at a faster, not by a lot, pace than when I first started the course.
Friday, March 30, 2007
Friday, March 23, 2007
Cow Goes "Weekly Status Report 6" Moo
Week 6 of Cow Goes Moo, the tiring first week back from the March Break, we learned many new skills and did developed new programs. First we learned new toolbos controls like HScrollBar and TrackList. Hscrollbar is a bar that moves left and right depending on the value given. TrackList is similar to HScroll bar, expect that theres is a pointer instead of a bar that moves left and right. We applied these new skills in developing a Temperature Converter where we enter the Temperature in Fahrenheit and converts it in to Celsius and determine the conditions with Freezing, Cold, Comfortable, Too Hot or Boiling. We used new control like the PictureBox, where we can add a picture in it. We learned about many different Data Types used in Visual Basics. So far, we learned String, Interger, Long, Single, Double, Date, Boolean, and Byte, and learned in which situation to used them. Also to help us to idenfity the data type, we learned to use prefixes like int, sng, dbl, dec, and str in front of the name of the variable. We learned the Web Awareness Internet Safety Pledge and completed a three paragraph essay about our opinion about Web Awareness. Lastly, we learned about String, a text composed of a sequence of zero or more characters. We also learned 16 different string functions we can use and completed the chart that explains what each function does. We developed a program, String Tutorial, that runs ten of the string functions using the ListBox.
Objective of the week was to stay awake, which I was successful at, and complete what ever we learn in class. Currently, the only work remaining is the Temperature Converter that uses the Tracklist. The objective, or the goal for next week is to finish that program and try to develop the new programs with less help from the classmates.
The challenge faced from last week, which was performing poorly on the test, somehow got solved by itself. I got the test back and surprising, I did much much better than I expected. Some of the other challenges this week was that it took me a long time to understanding the new functions, but by just looking at it over and over, I was somehow able to understand them.
Objective of the week was to stay awake, which I was successful at, and complete what ever we learn in class. Currently, the only work remaining is the Temperature Converter that uses the Tracklist. The objective, or the goal for next week is to finish that program and try to develop the new programs with less help from the classmates.
The challenge faced from last week, which was performing poorly on the test, somehow got solved by itself. I got the test back and surprising, I did much much better than I expected. Some of the other challenges this week was that it took me a long time to understanding the new functions, but by just looking at it over and over, I was somehow able to understand them.
Friday, March 9, 2007
Cow Goes "Weekly Status Report 5" Moo
Week 5 of Cow Goes Moo, my main objective for the week was to be on cruise control and wait for the weekend, which is MARCH BREAK!!! Also the main objectives for the course was the Voting Program thats due Friday and the Test on programming which was Thursday and complete them with success. This week, we learned more detailed usage of SELECT CASE statement. It is used for situation where mutiple conditions and codes that go along with the conditions are needed. We worked on grading, pizza and voting programs that used IF or SELECT CASE statement to practice the statement over and over. We also leanred what Debuggin is and the 3 main different errors that might occur during programming. They are complier error, which is mistakes like spelling, the run-time error, which is a situation where the operation cannot be run, and logic error, which is an error that doesnt effect the programs ability to run but result is not the expected due to a wrong code. We also learned different way we can find and fix these errors.
By handing in the voting program along with its flowchart, there is no more work left, especially because its MARCH BREAK!!!! However future goal is do better in test. I did the test on thursday and i feel very bad about the result. I thought I did enought preparation but apprantely I was very wrong. This is an area where I have to definetly improve and be set as a future goal.
There were many challenges using the CASE statement. I have struggled because I thought the pizza program used CASE statement and could not get it woring properly. The problem kind of got solved by itself when I found out the IF statement could be used instead of the CASE statement. Another problem was the voting problem, which sounded extremely hard at first. However once I started, and with some help of classmates, the program did not seem very hard at all. The flowchart was not hard but long, and took me several trys to make in fit into a paper, but only to find out that turning the paper sideway can solve the problem. Lastly the biggest challenge was the test, which didn't get solved at all because I do not feel very good on how I did.
By handing in the voting program along with its flowchart, there is no more work left, especially because its MARCH BREAK!!!! However future goal is do better in test. I did the test on thursday and i feel very bad about the result. I thought I did enought preparation but apprantely I was very wrong. This is an area where I have to definetly improve and be set as a future goal.
There were many challenges using the CASE statement. I have struggled because I thought the pizza program used CASE statement and could not get it woring properly. The problem kind of got solved by itself when I found out the IF statement could be used instead of the CASE statement. Another problem was the voting problem, which sounded extremely hard at first. However once I started, and with some help of classmates, the program did not seem very hard at all. The flowchart was not hard but long, and took me several trys to make in fit into a paper, but only to find out that turning the paper sideway can solve the problem. Lastly the biggest challenge was the test, which didn't get solved at all because I do not feel very good on how I did.
Saturday, March 3, 2007
Cow Goes "Weekly Status Report 4" Moo
Week 4 of Cow Goes Moo, the main objective of the week was to finish the question 2 which was marked on wednesday. Along with that assignment sheet, we've learned the IF statement and were briefly introduced to CASE statement. The If statement is used if the program need to do different things in response to different conditions. You can use either If, Elseif, or Else to varify the different situation the program can encounter during the process of running. Some task that goes along with are creating a program that determines if a number is positive, negative or zero, and creating a program that determines if the plural of sheep the user enters is a correct anwer. Also Case statement can be used to program for many different conditions you might encounter during the process. Many conditions mean that writing codes for all of the possible choices.
I have completed all the programs that uses the IF statement. However I have not completed the ones that uses the Case statement. Future goal at the moment is to complete all the given assignment and have complete understand because there are a lot to understand than just understanding how to use it. One of the biggest thing for the week was the quiz but it got cancelled due to too little people in class because the the snow storm.
There was a lot, of challenges and difficulties during the course of the programming because Visual Basics, still, remains a very complicated software for me. Help from many different classmates were needed to solve the problems like different situations that are used during developing different programs.
I have completed all the programs that uses the IF statement. However I have not completed the ones that uses the Case statement. Future goal at the moment is to complete all the given assignment and have complete understand because there are a lot to understand than just understanding how to use it. One of the biggest thing for the week was the quiz but it got cancelled due to too little people in class because the the snow storm.
There was a lot, of challenges and difficulties during the course of the programming because Visual Basics, still, remains a very complicated software for me. Help from many different classmates were needed to solve the problems like different situations that are used during developing different programs.
Subscribe to:
Posts (Atom)