Search results

  1. Z

    Just a Quesiton

    i wasnt trying to make you look like you dont know what you are talking about, i just said that it wasnt a protocol :s
  2. Z

    Just a Quesiton

    CSMA/CD isnt a protocol its a method of handling contention used by the Ethernet Protocol
  3. Z

    Just a Quesiton

    Most common stars are treated as buses and therefore use ethernet as well
  4. Z

    Just a Quesiton

    Bus use Ethernet protocol
  5. Z

    IPT "Last Minute" Question and Answer

    I thought this worked well for the SDD thread.. post questions you have and someone will answer them.. 1) Please don't post comments in this thread. 2) Questions and replies to questions only. 3) Please don't repeat your question if not answered. =)
  6. Z

    sort

    it is the same amount of searches but it has to search through all 10,000 elements to find the next max value, where as an insertion only needs to shuffle it doesnt need to go through all 10,000 elements to find the max then go through all 9,999 to find the next max, etc etc
  7. Z

    sort

    i worked it out so i talked about bubble in part i... then looked at part iii decided that insertion was the one that was the best so i talked about selection in part ii covering all 3 sorts in the section
  8. Z

    Multiple Seat Bookings

    http://www.boredofstudies.org/community/showthread.php?t=47165
  9. Z

    Q22biii What search to use with 10 000 items question

    I believe the correct answer is Insertion Sort but not for the reason you said... a Bubble sort and a Selection sort need to pass through all 10,000 elements each "pass" so if on avage it needs about 8,000 passes (assuming some elements are already in order) each sort would need to go through...
  10. Z

    Multiple Choice

    14 is not A the key is in the wording.. the first row is the year.. year 1, 2, 3 the second row is the ages 10,11 etc and the 3rd roow is how many people in that year are that age... so in year 1 there are 12 people of age 10 and in year 2 there are 9 people of age 10 so the answer is (0,2) + (2,2)
  11. Z

    How many books ya all use?

    9 2 for 21 2 for 22 2 for 23 3 for 25 They should give 8 page booklets... 4 was ridiculous most of mine filled all booklets except 25 which was two pages in the third...
  12. Z

    Did anyone write the 6mark algorithm??

    don't beat yourself up about it.. the question was worth 6 marks chances are you wont do everything perfect if you didnt validate it (between 1 and 10) you might lose half a mark and another half for something else.. but if you did validate it and didnt do something else you will still get 5 /6
  13. Z

    Did anyone write the 6mark algorithm??

    you were supposed to write one from scratch but it was easier to take parts of their algorithm.. because it did most of the job if it works, it works, regardless of whether you used parts of the code in the earlier question or not
  14. Z

    Did anyone write the 6mark algorithm??

    i did: Begin print_adjacent unsold --Input "How many adject seats" ; amtadj --IF amtadj > 0 AND amtadj < 11 ----row = 1 ----WHILE row <= 8 ------Seat = 1 ------WHILE seat <= 10 --------available = 1 --------IF array(row,seat) = "unsold" THEN ----------FOR i = seat to (seat + amtadj)...
  15. Z

    whats aligning and raw marks and stuff like..

    given the relative ease of this test i would say an 85 - 88 raw mark would be needed to get a band 6
  16. Z

    Software Developers View of the Hardware - Option Topic

    The question was so easy.. i mean converting a number from binary to decimal then back to binary was a give away 4 marks.. and identifying the AND and NAND gates was easy too.. how did people "compare and contrast" them.. that threw me off a bit but overall the option was a giveaway 10-14 marks...
  17. Z

    Multiple Choice

    nice work pop'n'fresh!!
  18. Z

    Multiple Choice

    1: C 2: A 3: C 4: D....? (maybe B) 5: D 6: A 7: D 8: D 9: A 10: C 11: C 12: A 13: C 14: B 15: B 16: B 17: B 18: D 19: C.... (Maybe D) 20: B
  19. Z

    Aftermath

    yes you are right.. it was a trick... the test was easy compared with previous years
  20. Z

    2002 Q3

    I think the key is "end-user" not the whole company.. the end-user only really has a say on how much he/she can do therefore how much training they need
Top