|
|
Silkroad Online
|
|
Silkroad Forums
|
|
Affiliates
|



|
|
View unanswered posts | View active topics
| Author |
Message |
|
Squirt
|
Post subject: Final Exams/ Big test Posted: Thu Apr 29, 2010 10:54 am |
|
| Forum God |
 |
 |
Joined: Jan 2008 Posts: 8186 Location:
|
|
Anyone here have a huge upcoming test since the end of the year is upon us?
Anyone taking an AP test in the US has to be scared, its next week. I'm taking the AP US History one, which i'm confident on and the AP Java test which I will most likely fail since I spent all year doing other teachers work in that class. Also, Is anyone graduating this year?
_________________

woutR wrote: Squirt, you're a genius when it comes to raping women.
|
|
| Top |
|
 |
|
Goseki
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 11:03 am |
|
| Veteran Member |
 |
 |
Joined: Apr 2008 Posts: 3452 Location:
|
Pft High School AP. Actually My GF's graduating this year, going to grad school. I got finals myself. Heading out now for advanced evolutionary fun... 
_________________
.curve wrote: Unless Silkroad has a hole I can stick it in, I prefer spending money on the girlfriend.


|
|
| Top |
|
 |
|
Fresh
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 11:29 am |
|
| Active Member |
 |
 |
Joined: Nov 2009 Posts: 939 Location: House arrest
|
|
Algebra 1 Final. Principles of Physics Final. American Government Final.
Lol.
|
|
| Top |
|
 |
|
woutR
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 2:45 pm |
|
| Elite Member |
 |
 |
Joined: Feb 2006 Posts: 5573 Location: Netherlands
|
Final nation wide exams for final high school year in the Netherlands in like 3 weeks. I'm 'studying' all day (half of the time I spend doing other shit though  ) I expected it to be much worse than it actually is, but I have good grades going into the exams as well so I'm pretty sure I'll make it. At my school there is an average 'passing percentage' of 97% each year, so statistically I'm also fine  So here's hoping that in a month I can leave this bullshit high school behind me.
_________________

<< >>
|
|
| Top |
|
 |
|
Toshiharu
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 2:47 pm |
|
| Senior Member |
 |
 |
Joined: Feb 2008 Posts: 4222 Location: Nowhere
|
|
I'm exempt from all Senior finals. I got another 2 weeks of school left. Fun fun.
_________________

 If being a loser means not playing Silkroad all day.. lulwut?
|
|
| Top |
|
 |
|
Sinner
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 2:50 pm |
|
| Active Member |
 |
 |
Joined: Oct 2007 Posts: 732 Location:
|
|
AP in History one, C# and Hebrew (It`s kinda like English, grammar and all that shit..)
_________________
|
|
| Top |
|
 |
|
LillDev!l
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 3:43 pm |
|
| Addicted Member |
 |
 |
Joined: Aug 2007 Posts: 2587 Location: OTL&OG
|
woutR wrote: Final nation wide exams for final high school year in the Netherlands in like 3 weeks. I'm 'studying' all day (half of the time I spend doing other shit though  ) I expected it to be much worse than it actually is, but I have good grades going into the exams as well so I'm pretty sure I'll make it. At my school there is an average 'passing percentage' of 97% each year, so statistically I'm also fine  So here's hoping that in a month I can leave this bullshit high school behind me. I remember studying my ass off for the finals. Teachers were telling me they were pretty tough, more then the usual tests would have been (motivating, eh). On the finals i only had 7-8's and 9's, they were easier than what i was used to. That was on HAVO, atleast. None the less, keep studying, and i hope you do great  (And i hope you wont have final grades such as an 8.42 which will be made into a mere 8 x__X like i did for english). I myself need to finish 1 more test for my 'propedeuse', a first year's degree for the dutch higher education. And i still need to finish two projects (one is 80% done, one is 40% done, though ^^).
_________________
|
|
| Top |
|
 |
|
Mirosuke
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 3:53 pm |
|
| Forum Legend |
 |
 |
Joined: Aug 2008 Posts: 6735 Location: Love the way you are.
|
|
lol kiddies :p GL there. :o
_________________
( ๏̯͡ ๏ ) ~ Hwang Mi Hee(L)あなた の運命を全うする   
WE WANT [ TORCHLIGHT II], [ TERA ONLINE], [ BLADE& SOUL] AND... [ DIABLO III]. ~* Old Sigs *~[ x][ x][ x][ x]
|
|
| Top |
|
 |
|
evilpeta
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 4:07 pm |
|
| Active Member |
 |
 |
Joined: Feb 2006 Posts: 895 Location: ...
|
just got out from my C programming final had to code: 1. a battleship game using pointers and dynamic mats. 3 types of ships, each with different number of bullets, health and movement. 2. load a txt file, ask the user to input a string, search the string throughout the file and write the words that include that same string onto another file separated with spaces. 3. recursively show in screen the binary of an int parameter. 4. a game called mathdoku, kind of like sudoku but using math (duh). user is given a 11x11 matrix full of random numbers from -25 to 25, there's 4 operators (+ - * /) on each row and column, so 88 total. you can make operations with only 3 numbers at a time on a chosen row or column. for example: on row 1 lets say we have, --> 1 2 0 9 -10 25 3 6 0 10 -5 <-- (+ - * /), we can choose 3 numbers and an operator for example (1 * 0 = 0), that will eliminate all the chosen numbers and operators, so we are left with --> [x] 2 [x] 9 -10 25 3 6 [x] 10 -5 <-- (+ - [x] /). user can also choose to randomly generate 3 numbers or generate all operators on a row or column of choice, but it will cost 5 points. highest scores are stored in a txt file to be loaded every time the game is reopened. the game ends when all numbers are turned into [x] or the user decides to quit. (this one alone was worth half the exam  ) 82/100, i guess i'm happy.. not THAT great, but for the effort i put into it i kind of deserve it.
_________________ wat
|
|
| Top |
|
 |
|
woutR
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 4:25 pm |
|
| Elite Member |
 |
 |
Joined: Feb 2006 Posts: 5573 Location: Netherlands
|
LillDev!l wrote: Teachers were telling me they were pretty tough, more then the usual tests would have been (motivating, eh).
We only got tests made out of previous exams for our school exams, so it can't be harder. 
_________________

<< >>
|
|
| Top |
|
 |
|
cpinney
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 4:43 pm |
|
| Ex-Staff |
 |
 |
Joined: Aug 2007 Posts: 5718 Location: Maine, USA
|
|
finals in two weeks.
_________________
|
|
| Top |
|
 |
|
Jstar1
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 4:46 pm |
|
| Senior Member |
 |
 |
Joined: Mar 2007 Posts: 4757 Location:
|
|
got my calc 3 final this evening ughhh
_________________
|
|
| Top |
|
 |
|
piootr
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 7:11 pm |
|
| Frequent Member |
 |
 |
Joined: Jul 2007 Posts: 1424 Location:
|
Taking my AP Java test this coming Tuesday(which means so are you). I took the practice one from last year and it was piss easy, got a 5. I'm not worried, plus we get free bagels! Though the scoring is freaking weird. Good luck Squirt. If you really find yourself having trouble, might I suggest http://www.javabat.com. Some of the problems there are really simplistic, but they can be nice practice, especially the recursive ones.
_________________
|
|
| Top |
|
 |
|
Goseki
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 7:39 pm |
|
| Veteran Member |
 |
 |
Joined: Apr 2008 Posts: 3452 Location:
|
Jstar1 wrote: got my calc 3 final this evening ughhh Always heard calc 3 is the easiest. I haven't taken any math in college since i got credit up to calc 2. I just finished my one exam. Yay, no more having to remember how a parasitic dick biting nematode is showing evolution. Get a 1 week break before i come back for microscopy training. Summer's officially started 
_________________
.curve wrote: Unless Silkroad has a hole I can stick it in, I prefer spending money on the girlfriend.


|
|
| Top |
|
 |
|
TOloseGT
|
Post subject: Re: Final Exams/ Big test Posted: Thu Apr 29, 2010 10:44 pm |
|
| Forum Legend |
 |
 |
Joined: Sep 2006 Posts: 7129 Location:
|
|
i have a final project and 3 finals to study for, yay
_________________
|
|
| Top |
|
 |
|
aznronin
|
Post subject: Re: Final Exams/ Big test Posted: Fri Apr 30, 2010 1:35 am |
|
| Frequent Member |
 |
 |
Joined: Jun 2008 Posts: 1393 Location:
|
|
AP US History Exam for me in May and for the rest of the country and AP Chemistry
|
|
| Top |
|
 |
|
Skyve
|
Post subject: Re: Final Exams/ Big test Posted: Fri Apr 30, 2010 2:07 am |
|
| Forum Legend |
 |
 |
Joined: Apr 2006 Posts: 7328 Location: Canada
|
Seji wrote: Algebra 1 Final. Principles of Physics Final. American Government Final.
Lol. Algebra is an actual subject?  Here its parts of Math/Calculus
_________________
ExSoldier/Skyve/Loki
what is life even
|
|
| Top |
|
 |
|
TheDrop
|
Post subject: Re: Final Exams/ Big test Posted: Fri Apr 30, 2010 2:08 am |
|
| Forum Legend |
 |
 |
Joined: May 2008 Posts: 7150 Location: uefa2012
|
I have my algebra 1 and spanish 1 finals coming soon  . and all the SOLs (state tests) which are damn easy
_________________ let it gooooo let it gooooOoOooOOOOOO
Let her suck my pistol She open up her mouth and then I blow her brains out
|
|
| Top |
|
 |
|
Asheru
|
Post subject: Re: Final Exams/ Big test Posted: Fri Apr 30, 2010 2:14 am |
|
| Common Member |
 |
 |
Joined: Apr 2008 Posts: 178 Location: Sugarcandy Mountain
|
|
AP Calculus -.- not so motivated to take the exam tho...
_________________ Sin la mujer, la vida es pura prosa ~Rubén Darío
|
|
| Top |
|
 |
|
McLovin1t
|
Post subject: Re: Final Exams/ Big test Posted: Fri Apr 30, 2010 3:07 am |
|
| Loyal Member |
 |
 |
Joined: Apr 2008 Posts: 1825 Location:
|
|
Algebra State Exam Chemistry State Exam Ap World History Exam Spanish State Exam English Final. Law final project. Math/Chemistry/Ap World SAT IIs.
_________________

ZSZC Water - Pure Int S/S 3x ZSZC Fire - Pure Str Bow 4x ZSZC Fire - Pure Int Spear 4x
|
|
| Top |
|
 |
|
Jstar1
|
Post subject: Re: Final Exams/ Big test Posted: Fri Apr 30, 2010 3:20 am |
|
| Senior Member |
 |
 |
Joined: Mar 2007 Posts: 4757 Location:
|
ExSoldier wrote: Seji wrote: Algebra 1 Final. Principles of Physics Final. American Government Final.
Lol. Algebra is an actual subject?  Here its parts of Math/Calculus yes because we americans are so dumb that algebra is even divided into algebra I and algebra II! I just got back from my calc 3 final and it was too hard. I hope I get over a 3.0
_________________
|
|
| Top |
|
 |
|
heroo
|
Post subject: Re: Final Exams/ Big test Posted: Sat May 01, 2010 11:49 am |
|
| Forum Legend |
 |
 |
Joined: Sep 2006 Posts: 6618 Location:
|
|
Final exams after 6 years of highschool, so yeah, kind of a big test -.-
_________________
''When I die, make sure they bury me upside down, so that the world can kiss my ass.''
|
|
| Top |
|
 |
|
woutR
|
Post subject: Re: Final Exams/ Big test Posted: Sat May 01, 2010 12:14 pm |
|
| Elite Member |
 |
 |
Joined: Feb 2006 Posts: 5573 Location: Netherlands
|
@ heroo: which profile? (profiel  )
_________________

<< >>
|
|
| Top |
|
 |
|
heroo
|
Post subject: Re: Final Exams/ Big test Posted: Sat May 01, 2010 12:40 pm |
|
| Forum Legend |
 |
 |
Joined: Sep 2006 Posts: 6618 Location:
|
E&M met Wiskunde B en Latijn, dus gaat nogal wat leertijd in zitten  you?
_________________
''When I die, make sure they bury me upside down, so that the world can kiss my ass.''
|
|
| Top |
|
 |
|
woutR
|
Post subject: Re: Final Exams/ Big test Posted: Sat May 01, 2010 1:25 pm |
|
| Elite Member |
 |
 |
Joined: Feb 2006 Posts: 5573 Location: Netherlands
|
E&M Wiskunde A, Aardrijkskunde en M&O Niet te moeilijk 
_________________

<< >>
|
|
| Top |
|
 |
|
Zyphir
|
Post subject: Re: Final Exams/ Big test Posted: Sat May 01, 2010 1:37 pm |
|
| Valued Member |
 |
 |
Joined: Jan 2010 Posts: 376 Location: Belgium
|
|
Got exams in 4 weeks. Only my 2nd year of highschool though, one more year to go afte this year. I'm not too stressed about it actually .. always passed easily.
_________________
[Empire] Zyphir: Lv 60 Pure STR Bower (ZSZC) 
|
|
| Top |
|
 |
|
Squirt
|
Post subject: Re: Final Exams/ Big test Posted: Sat May 01, 2010 3:00 pm |
|
| Forum God |
 |
 |
Joined: Jan 2008 Posts: 8186 Location:
|
Corevalue wrote: Got exams in 4 weeks. Only my 2nd year of highschool though, one more year to go afte this year. I'm not too stressed about it actually .. always passed easily. do you mean two?
_________________

woutR wrote: Squirt, you're a genius when it comes to raping women.
|
|
| Top |
|
 |
|
Skyve
|
Post subject: Re: Final Exams/ Big test Posted: Sat May 01, 2010 4:10 pm |
|
| Forum Legend |
 |
 |
Joined: Apr 2006 Posts: 7328 Location: Canada
|
Squirt wrote: Corevalue wrote: Got exams in 4 weeks. Only my 2nd year of highschool though, one more year to go afte this year. I'm not too stressed about it actually .. always passed easily. do you mean two? No, Gr10,Gr11 and Gr12?
_________________
ExSoldier/Skyve/Loki
what is life even
|
|
| Top |
|
 |
|
Squirt
|
Post subject: Re: Final Exams/ Big test Posted: Sat May 01, 2010 4:11 pm |
|
| Forum God |
 |
 |
Joined: Jan 2008 Posts: 8186 Location:
|
ExSoldier wrote: Squirt wrote: Corevalue wrote: Got exams in 4 weeks. Only my 2nd year of highschool though, one more year to go afte this year. I'm not too stressed about it actually .. always passed easily. do you mean two? No, Gr10,Gr11 and Gr12? In USA High school is 9-12 >.>
_________________

woutR wrote: Squirt, you're a genius when it comes to raping women.
|
|
| Top |
|
 |
Who is online |
Users browsing this forum: Google [Bot] and 26 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|