Friday, November 19, 2010
refection 11/19
while loops statements threw me off for a while, such as
int k=3
String s="";
while (k>-1){
s=k+" "+s;
k--;
}
System.out.print(s);
but then i realized what i was doing wrong and now i found out that it is much easier than i thought after all
int k=3
String s="";
while (k>-1){
s=k+" "+s;
k--;
}
System.out.print(s);
but then i realized what i was doing wrong and now i found out that it is much easier than i thought after all
Monday, November 15, 2010
Blog update 11/15
recently i applied for a job at the movie theatre (regal gateway 16) and got hired--thank you for your reference.
i had orientation yesterday,and i am very excited to start this weekend, i also found out that i will be working with one of my old friends so that is a positive that i will be working with my friends and it wont be a strange environment.
i had orientation yesterday,and i am very excited to start this weekend, i also found out that i will be working with one of my old friends so that is a positive that i will be working with my friends and it wont be a strange environment.
Reflection11/15
switches and "for" statements are pretty easy, and i am understanding the concepted that i am learning lately.
the labs kind of threw me off for a while but i am back on track and ready to move on.
Tuesday, November 2, 2010
10-24-10 share
ITS MAH BIRTHDAY(on the 24th it was) :]
i think that stac is my favorite class so far this year
i think that stac is my favorite class so far this year
10-24-10 reflection
i would like to learn how to program. very simple statement. but what i want to do with that knowledge is: i want to apply to be in the CIA after i graduate from college. what i want to learn from this class more in depth- i would like to learn how to code(at least the basics, such as Java). this helps because in STAC i am also trying to learn about html. i would like to know how to do advanced programming really in depth before i graduate from high school.
Monday, November 1, 2010
week 5 reflection.
AP computer science is a easy class to learn if you are a fast learner. i am a fast learner, but the only problem that is facing me is that i have missed alot of school lately due to illness, so i am behind on my school work currently, so this class is not that easy for me right now.
Saturday, October 23, 2010
Thursday, October 7, 2010
week 3 refection
i think things in this class are getting much easier to comprehend and such, i understand and everything.
http://lifehacker.com/5659408/how-to-transfer-files-over-wi+fi-with-dropbox?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+lifehacker/full+(Lifehacker)
i thought that this was an interesting post. i have never used this application but have heard nothing but good things about it.
http://lifehacker.com/5659408/how-to-transfer-files-over-wi+fi-with-dropbox?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+lifehacker/full+(Lifehacker)
i thought that this was an interesting post. i have never used this application but have heard nothing but good things about it.
Tuesday, September 28, 2010
Blog update
i read online(lifehacker) that
you can now officially change your iphone app icons without jailbreaking your ipod. i thought that this was cool because all my friends have jailbroken their iphone, so this was very useful information.
Reflection
As for my updated reflextion(haha)
i think that the class is going a lot easier... i understand what is going on more(although not 100%) and i feel like i can absorb the information better.
i think that the class is going a lot easier... i understand what is going on more(although not 100%) and i feel like i can absorb the information better.
Sunday, September 19, 2010
Reflection
AP Computer Science is more difficult than i thought. I feel that everyone knows alot about what is going on, it feels like everyone knew alot about the class before they came to the class. but i dont.... i pay attention in class and i just dont understand.
Subscribe to:
Comments (Atom)