1. Cheat could be considered something as simple as collaborating on a group assignment when specifically instructed not to do so.
2. An XE is a failing grade due to academic dishonesty.
3. Another possible sanction could be that the professor decides to give you a zero on the assignment.
4. An AIP file is kept in the dean's office.
5. An AIP file is destoyed after 6 years, or once the student graduates. Whichever comes first.
6. You shouldn't for the simple reason that the reprocussions aren't worth the laziness.
Wednesday, October 20, 2010
Tuesday, September 28, 2010
Sorting Program
I'm not going to take full credit for writing this program, because I wrote a majority of it from an example 800 pages ahead of my class in my C++ book. I do however understand how it's working. I wrote the program so that you can enter your own array in, versus the set array my book was using. There was also an error in the book's program. It had an issue with setting "k=0" in the initial "for" statements, i resolved them but I cannot remember what the problem with them was (I spent like 2 hours on this). There was also an error in the "quicksort" with initializing variable. It might have been a typo on my part, but again i dont remember.
The code is commented to show you that I do have understanding of what I wrote. I don't 100% know how everything works in it, but I do get what and why it's doing what it's doing.
The code is commented to show you that I do have understanding of what I wrote. I don't 100% know how everything works in it, but I do get what and why it's doing what it's doing.
Wednesday, September 22, 2010
Is your number here?
The program searches for the number k, the only problem is that you cant enter in a list of numbers that n long. The way it's written, it's limited to 5 inputs. That can be changed to however many is desired, but it's still locked into that that many. I'm not sure how to make it so that can happen.
However, as the program is written, it is successful. You can enter in any number into the a1 - a5 locations, and then it asks for a k. It then searches a1-a5 for k and returns what location it is in if it's there, otherwise returns that the number is not here. It will also finish in finite time.
Wednesday, August 25, 2010
Austin Waller
I was born in Missoula, Montana. I've lived in Arizona for 14 years though, so I consider myself more of an Arizonan than a Montanan. I will always have my roots there though, and having family there, I really can't leave it behind.
I graduated from Westwood High School, Class of 2010. It was the greatest school ever, and I wouldn't have chosen to go to any other school. I graduated with honors. I've been a full AP student since 10th grade. I love the challenge, and if I could chose to do it again I would, just with a little more effort.
So far the transition from high school to college hasn't been that hard. There's a ridiculous amount of walking that I have to do and I don't have more than 15 minutes between my classes except one time, on one day. I've managed it though. I also have an issue with some of the bigger classes I have. I fell asleep in a 400 person lecture hall on my first day. If anything that is what will take some getting used to. I managed to stay awake today though so hopefully I'll be good.
I'm going to a Computer Systems Engineering degree. Super excited about it. I'm hoping that it will give me everything that I need to do what I want, even though I have no clue what that really is. I know in some way or another it will involve computers. I am somewhat leaning towards some type of security. I think it would be a fun field, but guess what, I have 4 more years here. There's no telling where I'm going to end up.
So, since I know that no one cares about my life that's going to read this, I shall leave it at that.
I graduated from Westwood High School, Class of 2010. It was the greatest school ever, and I wouldn't have chosen to go to any other school. I graduated with honors. I've been a full AP student since 10th grade. I love the challenge, and if I could chose to do it again I would, just with a little more effort.
So far the transition from high school to college hasn't been that hard. There's a ridiculous amount of walking that I have to do and I don't have more than 15 minutes between my classes except one time, on one day. I've managed it though. I also have an issue with some of the bigger classes I have. I fell asleep in a 400 person lecture hall on my first day. If anything that is what will take some getting used to. I managed to stay awake today though so hopefully I'll be good.
I'm going to a Computer Systems Engineering degree. Super excited about it. I'm hoping that it will give me everything that I need to do what I want, even though I have no clue what that really is. I know in some way or another it will involve computers. I am somewhat leaning towards some type of security. I think it would be a fun field, but guess what, I have 4 more years here. There's no telling where I'm going to end up.
So, since I know that no one cares about my life that's going to read this, I shall leave it at that.
Subscribe to:
Posts (Atom)