MedVision ad

Search results

  1. Graceofgod

    what type of algorithms are we expected to write up

    I have done a trial in which you had to write a bubble sort and a binary selection.
  2. Graceofgod

    Mathematics HSC 2007

    I think you have got this completely wrong. Anything --> Life --> DotA
  3. Graceofgod

    Incremental Compilation

    Even though this definition is technically correct, I have no idea why it is on 'HSC online'. It is not the best or most common definition and is in relation to the course, I guess wrong.
  4. Graceofgod

    Incremental Compilation

    Incremental compilation is a broad term. It means what it says, the code is compiled in parts. However, in relation to the syllabus, course and common usage, incremental compilation is as follows: The code is compiled at first all in one go. Then as changes are made, they are added to the...
  5. Graceofgod

    Sequential files

    Yes, again, its completely up to the programmer how they do it. But yeah, that would work. You could write a program to read it like this if you wanted. It doesn't have to read anything into memory to perform a linear search on a sequential file. So yes, you could just read through it until...
  6. Graceofgod

    Sequential files

    We don't need to know this much lol.. =D But yeah, it depends on the programmer. You could make another seperator other than TAB to separate records. It doesn't really matter. I'm not to sure about random access files. I would say it doesn't matter, as RAM is random access too. You would only...
  7. Graceofgod

    Sequential files

    Don't poke fun at my lazy algorithm :( I don't think you have quite got it though =P ArrayIndex handles which index of the ARRAY you are talking about. The part of the record is then specifically referenced in the program. Remember the record has to be predefined. So the program already knows...
  8. Graceofgod

    Mathematics HSC 2007

    Re: Mathematics HSC 2008. Here here.
  9. Graceofgod

    Managing Global Business General Question

    Geographic: The different sections of the business are divided based on which geographic area they control. For example you may have an australasia section, american, african, european etc. Product: The business sells multiple products, so it is organised so that the business is divided...
  10. Graceofgod

    Proper reasoning?

    You mean why isn't it an official proof? When i said that I meant (AA) isn't an official proof, like with congruency and (SAS) etc.
  11. Graceofgod

    Sequential files

    Yes! I can answer this properly. Pretty much, the program reads the array however the programmer wants them to. A sequencial file can be any way you want it to be, so long as it works with the program. I think this algorithm will help you. Don't know if that algorithm will work, but yeah...
  12. Graceofgod

    Sequential files

    Ok, I can't answer them all fully and correctly, but here goes: a) It isn't. Well, not without some crazy programming skills. b) I think, but am not sure =S, a sequencial file would work like this: it could be anyway, depending on how the individual program reads it, for example: sof---array1...
  13. Graceofgod

    Proper reasoning?

    I have seen answers get full marks like this: Angle blah = angle blah Another blah angle = another blah angle therefore blah triangle is similar to blah triangle (AA) Even though it is not an OFFICIAL proof, it is clear to the marker what you mean. I would think.
  14. Graceofgod

    Checking over answers

    Mmm, the catholic trial, I think? I too got stuck on that (or another if yours wasn't catholic) question for about 5 minutes before realising its simplicity =S
  15. Graceofgod

    what type of algorithms are we expected to write up

    Yeah, you should know how to do bubble, insertion and selection sorts, as well as their pros and cons. Also you should know how to do a linear and binary search, as well as when they can/should be used.
  16. Graceofgod

    Sequential files

    I think you may be reading too much into this question. To be honest, you have completely lost me on your second question and a little in your first. But I will try anyway. A) They are indexed by the array, as it is an array of records. The answer is saying that you then load this into RAM as...
  17. Graceofgod

    point of inflexion

    Re: 回复: Re: 回复: Re: 回复: Re: point of inflexion Its cool :) I got my answer in the end. Thanks.
  18. Graceofgod

    Checking over answers

    Haha nup, I guess my rank in maths confirms I am just weird. 70/100ish. (school rank 25) lol.. I haven't worked all year! =D And I don't really need a uai better than 83 anyway, so i don't really care.
  19. Graceofgod

    point of inflexion

    Re: 回复: Re: 回复: Re: point of inflexion Ah good, so it was you who missed what I meant. We are talking about proving that it is a point of inflexion. If you find that f"(4) = 0, then check f"(3) and f"(5), you can see if it is actually a point of inflexion. My question was whether or not you...
  20. Graceofgod

    point of inflexion

    Re: 回复: Re: point of inflexion I think I must have missed some sarcasm or misunderstood your question...
Top