• Best of luck to the class of 2024 for their HSC exams. You got this!
    Let us know your thoughts on the HSC exams here
  • YOU can help the next generation of students in the community!
    Share your trial papers and notes on our Notes & Resources page
MedVision ad

Search results

  1. Z

    SDD "Last Minute" Questions

    in previous years they have said.. use a sort/search.. my advice would be to learn the algorithm for a linear search and a bubble sort .. and learn the logic behind the other 3 kinds (insertion, selection, binary) .. this is unless they say search using the most effecient method but thats up to...
  2. Z

    SDD "Last Minute" Questions

    doing the things listed above will ensure that the project is completed on time and properly managed (except maybe the developers code of conduct) a control parameter is a boolean variable usually used as a flag .. such as Found = true/false, Exit = Yes/no
  3. Z

    will the exam be hard this year??

    They would use your exam and internal marks like they would normally if you were only doing 10 units then they would halve the mark for the one that was the worst in terms of final marks and it would only count for 1 unit
  4. Z

    SDD "Last Minute" Questions

    I believe "Active Listening" is an IPT term not an SDD one
  5. Z

    SDD "Last Minute" Questions

    · Ergonomics · Privacy · Equity (equal access for all) · Inclusivity · Licensing laws and copyright.
  6. Z

    SDD "Last Minute" Questions

    Variable Name | Data Type | How it is Validated (Validation) | Comment (Description) | Example
  7. Z

    SDD "Last Minute" Questions

    I know a Customised off the Shelf Package (COTS) is when there is an application available that does most of the required functions but doesnt meet the needs exactly.. but can someone please give some examples of some for me :)
  8. Z

    SDD "Last Minute" Questions

    It looks like the numbers should be 17 - 9 - 12 - 18 - 6 - 2 - 14 in which case it is a selection sort as it has found the biggest number first (18) and swapped that with 14 then swapped the 17 with the two...
  9. Z

    SDD "Last Minute" Questions

    A flip flop is a speciality circuit which allows us to shift bits in a register. Its primary purpose is to store a bit in memory. There are three requirements for this circuit: 1. Must be a bistable device – Stable in 2 states (1 or 0) 2. It should stay in the state to which it has been set...
  10. Z

    SDD "Last Minute" Questions

    imagine black box as the code in a black box where you can't see it.. so you just try all different values to find errors where as white box you can see through the box into the code and therefor the test values test all pathways and boundaries .. (lame i know but it helps ;)
  11. Z

    SDD "Last Minute" Questions

    - Program trace – as the program runs, it prints out details of what has just been executed. This can include statement numbers or routine names as appropriate. - Single line stepping – the source code executes one line at a time, and waits for the programmer to indicate when to execute the...
  12. Z

    SDD "Last Minute" Questions

    If you go to the boardofstudies site and do the paractice hsc multiple choice questions i remember seeing a few there Edit: 2002 Question 14 and 15
  13. Z

    The 2004 HSC - (Advanced) English Paper 2

    But I am better in bed, so I win!
  14. Z

    The 2004 HSC - (Advanced) English Paper 2

    Question 1 - Elective 1: Transofmations How has your perception of Transfomations been illuminated by your comparitive study of your prescribed texts? Question 2 - Elective 2: In the Wild How has your perception of In the Wild been illuminated by your comparitive study of your...
  15. Z

    Major Project Help - Rubik's Cube

    for my major project i'm making a rubik's cube in FutureBASIC, I'm a bit stuck on the solving algorithm.. anyone got any suggestions... good sites whith how to solve the cube? i can solve a physical cube, but writing an algorithm for it is a bit harder.. For now the program just records every...
  16. Z

    SDD Major Project Ideas

    For my major work, I'm making a Rubik's Cube in FutureBasic .. Will have a built in solver and will also allow the user if they have their own physical cube to paint a blank cube then give step by step on how to solve it
Top