Author Topic: Exam results  (Read 13119 times)

0 Members and 1 Guest are viewing this topic.

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Exam results
« Reply #30 on: October 29, 2010, 11:52:17 pm »
shift java's bits to the right TIBASIC units?!
:P but yeah in the future i wouldn't doubt it if i made this method in all my programs in the future:

Code: [Select]
public int booleanLogic(Boolean b){
    if (b)
    return 1;
    return 0;
}


Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Exam results
« Reply #31 on: October 29, 2010, 11:54:26 pm »
That wouldn't exactly be optimized, unless you used it enough.  But it could certainly come in handy.

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Exam results
« Reply #32 on: October 29, 2010, 11:55:50 pm »
it would never be optimized, since really the function just calls an if statement. so rather than having a function convert booleans to integers through if statements, why not just use if statements to begin with


Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Exam results
« Reply #33 on: October 29, 2010, 11:58:49 pm »
I meant size-wise optimized. (Hey, that rhymed!)

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Exam results
« Reply #34 on: October 30, 2010, 01:29:00 am »
It's been a challenge in my C++ class to not use things before we've learned them. For example, we haven't learned arrays or functions yet. >_>
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Exam results
« Reply #35 on: October 30, 2010, 04:04:19 am »
I don't have any programming classes, but the department heads decided that everyone needed to learn how to program in MatLab (as well as Mathematica) for some unidentifiable reason. They arranged a seminar for a few of the students that included "homework." The professors weren't too happy to find out that I used a calculator instead of Matlab to implement the speaker's overcomplicated algorithms. My calculator beat MatLab by several seconds  ;D

The other students got a kick out of it. Needless to say, the speaker did not...
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Exam results
« Reply #36 on: October 30, 2010, 05:02:37 am »
/\as did i =D
my teacher thinks he can program and it made him angry when he discovered that everything he had learned to "program" on his "ipad" over a period of 6 months i could do with crap z80 hardware in a tiny fraction of the space and without the help of his lame object oriented programming :3

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Exam results
« Reply #37 on: October 30, 2010, 05:44:24 am »
/\as did i =D
my teacher thinks he can program and it made him angry when he discovered that everything he had learned to "program" on his "ipad" over a period of 6 months i could do with crap z80 hardware in a tiny fraction of the space and without the help of his lame object oriented programming :3

Haha, my chemistry teacher asked me to hack a flash website so that she could get the .swf file to convert it to.fla to make the animation in portuguese (an animation of stars like the Sun running out of hydrogen).

She asked "Can anyone translate this?", so I installed a bunch of tools and did it. Hah, hope to get higher grade for it ;)

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Exam results
« Reply #38 on: October 30, 2010, 09:57:21 am »
I have really come to the point to think that my grades are simply a result of my classes being so easy.  In some classes that I have taken in the past, I have felt challenged, but this year, the material we cover and the tests are so easy.  Also, my teachers will give me almost unlimited amount of time on tests, so I never have the problem of running out of time.

AP USH - 99
EAH Honors - 100
Spanish III - 100
English III Honors - 94 (I hate english :()
AP Chem - 100 (this class is a complete joke)
AP Bio - 100
« Last Edit: October 30, 2010, 09:58:44 am by apcalc »


Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Exam results
« Reply #39 on: October 30, 2010, 10:25:15 am »
I don't have any programming classes, but the department heads decided that everyone needed to learn how to program in MatLab (as well as Mathematica) for some unidentifiable reason. They arranged a seminar for a few of the students that included "homework." The professors weren't too happy to find out that I used a calculator instead of Matlab to implement the speaker's overcomplicated algorithms. My calculator beat MatLab by several seconds  ;D

The other students got a kick out of it. Needless to say, the speaker did not...

goes to show how adults are complete babies when they realize that we > them in technology. I bet he was pretty mad at you for having superiority XD

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Exam results
« Reply #40 on: October 30, 2010, 11:07:36 pm »
Some teachers seem to have some sort of ego. Over here, my compsci intro teacher was amazed at what I could do compared to him and he did not try to make me lose points because I barely used any code he told us to practice with. I think in the end, as long as it was functional and met most requirements, that's all that counted for him. I hate requirements such as "must include OVER 9000 Gotos". Of course there was still the highscore thing, but it was said that we required one since the beginning anyway.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Exam results
« Reply #41 on: October 30, 2010, 11:10:25 pm »
hmm, poor teachers, getting attacked by so many velcoraptors (xkcd)

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Exam results
« Reply #42 on: October 30, 2010, 11:22:23 pm »
AP Chem - 100 (this class is a complete joke)
oh chemistry... XD
have you gotten to the part where they tell you that stretching out a clump of steel wool increases its volume?

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Exam results
« Reply #43 on: October 30, 2010, 11:25:26 pm »

goes to show how adults are complete babies when they realize that we > them in technology. I bet he was pretty mad at you for having superiority XD

She just stared.... and stared... and gave me a zero on the assignment.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Exam results
« Reply #44 on: October 30, 2010, 11:29:58 pm »
should have told her how stupid she was and then drop the class. I think you dont need the class of you are smarter then them by over 9000 :P