Jump to content
Urch Forums

eho0n3

Members
  • Posts

    58
  • Joined

Converted

  • My Tests
    No

eho0n3's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. But then the event "executing another U" has different probabilities. Shouldn't it have the same probability every time? Maybe the problem is my notion of "expected value". I've never encoutered a problem where the random variable is constant. Can you provide another example where the random variable is constant?
  2. You didn't calculate a weighted average. If you did calculate an expected value, shouldn't it look like (1)1 + (1/2)2 + (1/4)3 + (1/8)4 + ...
  3. Interesting, but why do you add the probabilities? You are basically saying that the probability of U exectuing once, or twice, or thrice, etc. is 2 (which doesn't even make sense).
  4. I am not understanding question 34 on the GRE CS Practice Test Form GR0329. The question asks "What is the expected number of times that U executes?" where U is the entry node in the CFG in the question. The options are (A) 0.5, (B) 1, © 1.5, (D) 2, and (E) More than 10. I remember covering CFGs when learning about cyclomatic complexity but I don't remember studying about CFGs having edges with execution-probabilities. Options (A) and © don't make any sense so I can ignore those. Since U is the first statement at the beginning of a "do...while" loop, it executes at least once. However, I don't know how to use the probabilities given to find the number of times U executes. How can I know the number times U executes without knowing the number of times the "do...while" loop executes?
  5. May I ask why you are taking the TOEFL and the TSE? Apart from that, your profile looks great. You say your GRE score for the subject test will reach the grad. dept. after the deadlines, but what is the deadline? (If the deadlines are between Dec. and Jan., I don't see the problem.)
  6. The point I was trying to make is that people are raising what a "decent GRE score" is. On another topic, I was told yesterday by a taiwanese acquaintance that he took the GRE test to enter grad. school long ago and got a score of 2100/2400 which is equivalent to a 1400 nowadays. Because of his score, they decided to give him a teaching assistantship, but after a couple of classes as a TA he lost his TA position because nobody could understand what he was saying (because his english was horrible) so they gave him another job. He laughed as he told me this. I found the situation rather comical as well.
  7. Congratulations on your score. Unfortunately it is people like you that keep raising the bar on these tests and now I have to study harder to match if not surpass your score (please don't take this personally). It makes me wonder what would happen if the average score dropped considerably. Would institutions lower their requirements? Would ETS change the test? What would happen?
  8. I'm not sure but I think you will have to retake it. I'm in a similar predicament (took the TOEFL back in 1999), but I don't think I need it anymore since I am a U.S. university graduate (which means I speak fairly good english).
  9. I suggest you retake it. You want to get at least a 1400 on the GRE. I know since I'm also retaking it because of my "bad" score. You need to improve your verbal score big time.
  10. I'm not saying the 7th largest element is the root of the tree or located in the right subtree in your example. I'm saying that the 7th largest element will be on this tree (because the rightmost subtree at height h - 3 starts at the root, so the whole of the tree is the rightmost subtree). Maybe I'm not communicating properly here. I'm not sure how I can further clarify myself.
  11. Backtracking seems exceedingly complex. I prefer my simpler method. There are balanced binary trees and complete balanced binary trees. Every node in a complete balanced binary tree has two children, except for the leaves. A balanced binary tree (more specifically a height balanced binary tree) is such that the difference in height of a node's left and right subtree is at most 1.
  12. eho0n3

    Has anybody ever...

    Has anybody ever taken the GRE for the first time with little to no preperation and managed to score over 1400? I took it last year and obtained Verbal: 460 Quantitative: 750 AWA: 4.5 I downloaded POWERPREF about a month before the exam and did every practice section/test just to get a feel for the exam. As you can see though, my scores suck. I'm thinking about taking it again this year so I can increase my verbal score, but the only way this seems possible is if I become a walking english dictionary. Why does ETS do this?
  13. Try to get in as much discrete maths., comp. arch., and data structures/algorithms under your belt. Next I recommend studying some software eng. and networking. Know enough of these subjects and you should do very well on the test.
  14. Try to be as overprepared as possible. Don't leave anything to chance.
×
×
  • Create New...