Search results

  1. L

    2021 HSC SDD First In Course: My thoughts, comments and advice for future students [Guide]

    https://draw.io - I think it’s called diagrams.net now
  2. L

    USYD Library or UNSW Library

    Like, better study spaces / more spacious / convenience etc
  3. L

    USYD Library or UNSW Library

    Also, can I bring my USYD friend to UNSW library to use the study space only? They don’t need to borrow books from there. What about the other way around?
  4. L

    USYD Library or UNSW Library

    Hey guys, I’m wondering which university library is better. I thought there was a thread from 2005 but I believe it might be outdated.
  5. L

    2021 HSC SDD First In Course: My thoughts, comments and advice for future students [Guide]

    In my opinion, the answer is yes, definitely. I chatted with a few state ranks earlier last week and it turned out that they don't necessarily have an extensive background in coding. Sure, an extensive background will definitely help as it will help you solve those algorithm questions...
  6. L

    2021 HSC SDD First In Course: My thoughts, comments and advice for future students [Guide]

    Well, remember that the HSC is an exam, not a coding assignment - although there are quite a few algorithm questions. You don't need to write actual code in the exam - but you will need to know all the logic & how to solve stuff using pseudocode. Imo, you don't need extensive knowledge of...
  7. L

    2021 HSC SDD First In Course: My thoughts, comments and advice for future students [Guide]

    Hey, thanks for that! I chose BComm + BAdvComp (if USYD) and BComm + BSc (Comp Sci) (if UNSW), although I’m not too sure which uni yet.
  8. L

    2021 HSC SDD First In Course: My thoughts, comments and advice for future students [Guide]

    Of course - shoot me a DM and we can exchange socials or something
  9. L

    2021 ATAR/HSC Marks

    Hmmm is there a link for it?
  10. L

    2021 HSC SDD First In Course: My thoughts, comments and advice for future students [Guide]

    It depends - I think the final ranking is more important than the actual internal mark. Internal Mark: 53% * 20% = 10.6% (out of 20%) So it's about a 9.4% mark loss there. I believe how the system works is (I'm gonna write it out programmatically since you're an SDD student :)) const...
  11. L

    Ancient History, IPT and SDD

    https://boredofstudies.org/threads/2021-hsc-sdd-first-in-course-my-thoughts-comments-and-advice-for-future-students-guide.398706/ Here you go
  12. L

    2021 HSC SDD First In Course: My thoughts, comments and advice for future students [Guide]

    I'm new to coding. Which languages would you recommend? - Visual Basic. I don't use it but I believe a lot of schools teach it & a lot of teachers have knowledge of this language. PROS: Kinda simple in terms of creating GUI. CONS: Not suitable for Web apps. Not that easy to create beautiful UIs...
  13. L

    2021 HSC SDD First In Course: My thoughts, comments and advice for future students [Guide]

    Hey guys, It's Lincoln Yan here - or more formally known as Yijun Yan. I'm one of the two students who got FIC (First in Course) for SDD in HSC 2021. BoS helped me quite a lot during my HSC revision, especially for SDD - and I don't think I would have achieved FIC without the help of the...
  14. L

    When are ‘First in Course’ students told that they came first in the state this year?

    I believe FICs are only allowed to disclose info to their immediate family. They can invite their teachers/friends at 9 but they're only allowed to post stuff on socials after 12. One of them got a call on Sunday at ~11:45 I believe
  15. L

    Ancient History, IPT and SDD

    For SDD, I’ll write a longer post tomorrow with some resources that really helped me right before my HSC exam. I’ll also probably be able to send you some past papers, if I can find any.
  16. L

    Ancient History, IPT and SDD

    2021 SDD student here. Some notes from BoS are quite good - Mr BrightSide and another one.
  17. L

    I made a solubility/flame test quiz website

    Hey guys, I just made a solubility/flame test quiz website to help me memorise solubility rules. The website is live here: https://hscchem.yyjlincoln.app/ and I will be running it for at least today and tomorrow. Can't guarantee it will still be up long after I graduate though. The source code...
  18. L

    Can we use the modulus operator in HSC algorithm questions?

    Hey there, I know it's a bit late, but can we use the modulus operator in HSC algorithm questions? A modulus operator, "%" can be used to calculate the remainder of a division operation: 10%6 = 4 as 10/6 = 1 .... 4 has remainder 4. And also, can we just say that "array starts from 1 or 0" in...
Top