Recent content by sammie194

  1. S

    URL with question mark and without

    Thank you! That makes much sense, as the query string isn't there an question mark isn't needed.
  2. S

    URL with question mark and without

    Question: How would the action of a browser differ if you asked it to "find the document" at the URL, http://stargazer.universer.org as opposed to http://stargazer.universer.org? My attempt: The question mark permits data to be passed from the web browser to the program which...
  3. S

    Exam: Detecting Errors in Bit Strings

    Oh many thanks! I finally understand it! Can you change the thread title to [closed], or is it not needed, and how can I do that?
  4. S

    Exam: Detecting Errors in Bit Strings

    Oh I read that part completely wrong =( So odd number of errors in each bit string, not in total -.- In which strings have errors definitely occurred? (part of question) How do you know if it might have an error or definately has an error? I would say 11011 and 10001 are definite errors, as...
  5. S

    Exam: Detecting Errors in Bit Strings

    So the parity bits are already added, this would mean that bit string: 11011, and 10001 still have an even amount of ones. This would mean that 11011 and 10001 would be the errors. However this is a single bit parity, so there needs to be an odd number of bit errors for it to be an definite...
  6. S

    Exam: Detecting Errors in Bit Strings

    1. The question The following message was originally transmitted with odd parity in each short bit string. In which strings have errors definitely occurred? 11001 11011 10110 00000 11111 10001 10101 00100 01110 2. The attempt at a solution It says that it is transmitted with odd...
Back
Top