[07:24] morning all [08:44] Guys i want to try an experiment... [08:45] Is assembly logic easier to follow than a higher language's? [08:47] inetpro paddatrapper smile night confluency spinza superfly thatgraemeguy tumbleweed ^^ [08:49] chesedo: I don't find it to be, no [09:08] That's a pretty subjective judgement. [09:09] confluency: meaning? [09:09] I mean that your question is unclear. [09:09] Are you asking if we personally find it easier to follow? Are you asking if we think most people find it easier to follow? [09:09] It's not an objective fact. [09:13] hmm, that makes it even harder... so it seems like you are saying that some might find assembly logic easier? [09:14] i am actually trying to sort out some exam issues, so that is it context... [09:15] s/it/its/ [09:15] Sorry, was afk. [09:15] np [09:16] I think assembly instructions are relatively easy to understand in isolation, because they're so simple, but a short piece of high-level code translates to a much longer sequence of assembly code. So comparing them directly is comparing apples and oranges. It's like asking whether it's easier to understand how to make stitches than how to make a shirt. [09:16] I guess I'm saying I don't understand what you're actually asking. [09:17] Let me rephrase that. [09:17] the context is entire programs, so the longer sequence [09:18] Are you asking if it's easier to understand assembly than *the same length* of high-level code, or *the equivalent program* in high-level code? [09:19] equivalent program [09:19] will give the entire question in a bit... [09:19] Well, it would be longer and more verbose. I'd say that most people would find it more difficult. [09:19] Although not necessarily everyone; maybe some people would find it easier to understand because it was completely spelled out. [09:21] But assembly has a very limited instruction set, and the low-level implementation of e.g. loops is just tedious. [09:24] confluency: i am trying to debug the marking of an exam script... this one is question n on this page -> https://pasteboard.co/Hh0J4xH.jpg [10:00] chesedo: is it supposed to be 5? [10:01] Are you marking this exam? Did you write this exam? [10:03] confluency: wrote it, but do not agree how it was marked (like the last three questions on that paper)... [10:03] page* [10:03] I'm pretty sure the answer they want is 5. [10:04] I don't know about the others; I don't really know assembly. But the others seem like straightforward factual questions. [10:06] Last one is also 5. [10:07] oh, so far I can disprove all (except 2 and 3) from the textbook... i thought this was more common, so will have to present all the evendince to the dean... [10:07] confluency: the hex calculation? [10:07] Yes. It's 194, which is none of the above. [10:07] I would agree with 5. The easier to follow is too subjective - to someone who only writes assembly it would be easier to follow [10:07] Whol [10:08] While someone who write Javascript for a living would struggle even though individually the instructions are simpler [10:08] confluency: http://www.calculator.net/hex-calculator.html?number1=EC&c2op=%2B&number2=98&calctype=op&x=94&y=28 [10:09] * paddatrapper grumbles about mobile keyboards... [10:09] Hmm, maybe I did something dumb. [10:09] i have checked that one in three ways just to make sure i was right... [10:09] Yeah, my bad. It is 184. [10:10] ubuntu's calculator also supports hex calculations [10:11] chesedo: all the other questions are straightforwardly falsifiable, but I think you're wrong about n. [10:12] Assembly is *less* compatible *because* it's so low-level. [10:12] It is known for being less portable. [10:12] 3 is subjective, and it's far less clear-cut than 5. [10:16] confluency: i agree with you there [10:19] The problem then is that the learning material should be corrected as they will just throw that at a person when trying to prove it as corrrect [12:09] here is the textbook extract (which i emailed to the director) regarding n [12:12] by libraries it seems that they may mean things like a libraries that makes use of a specific hardware capability (like something using the SSE or AES in a processor) that may not be accessible by higher languages (ties in with option 4) [12:13] In the disadvantage list, the textbook does have the portability restriction highlighted by confluency [12:14] oops the extract -> https://pasteboard.co/Hh1Om87.jpg [12:15] "with multiple entries" makes more sense, I guess. [12:16] yeah, like an auto fallback... [12:16] In that case, I'd say your answer was correct. [12:16] but will still be architecture specifiec [12:16] Since the question literally seems to be "which of these points was not in the book?" [12:17] This marking was so weird that I wonder if the marker got answer sheets mixed up. ;) [12:18] that is what i am thinking too. but the lecturer does not want to do anything about this, hence the email to the director... [12:19] Option 2 seems to be equivalent to the debugging described in point 1. [12:19] Is it just this page, or is the whole exam like this? [12:20] the previous lecturer (from which the current one took over) has setup the memo, and i think he was angry for leaving and created a rogue memo [12:20] the entire exam... [12:20] Did any other students experience the same issue? [12:21] Your complaint will have a lot more weight if a lot of people confirm the issue and complain together. [12:21] yes, in my class only two students passed... the one has had all distinctions so far but just passed this exam [12:22] That sounds pretty weird. Seriously, talk to your fellow students. [12:22] i am the other... got 62 for this exam but my worse mark ever (in 20 modules) is 85 [12:22] If you got 62%, then surely the whole thing wasn't marked like this? [12:23] ola guys and gals [12:23] It really could be a mistake in the marking sheets (one page out of order, pages swapped, etc.). [12:23] howz1t: hello [12:23] unfortunatly i still have contact with only one other student who failed for the first time too and really badly [12:23] hi howz1t [12:24] how are yall doing? [12:24] chesedo: well, that's still something. How was their exam marked? [12:24] confluency: i have an issue with about 25% of the markings, 13% which i can proof directly from the textbook [12:24] chesedo: are they grouped by page at all? [12:26] chesedo: do you not have email addresses or other contact details for the other students? [12:27] i think he requested his marked script awhile ago... i had to wait about 3 months for mine... [12:27] grouped by pages? [12:27] If there are any differences between your scripts, they may be useful. [12:27] Are the incorrectly marked questions grouped on particular pages? [12:28] Depending on what the marking guide looked like, the answers could also be shifted up by a question, or something. [12:28] oh, no that is the only page with 3, the others are about one per page [12:31] confluency: here is another page -> https://pasteboard.co/Hh1XA7p.jpg [12:31] question 5.a [12:32] and textbook extract -> https://pasteboard.co/Hh1XXnB.jpg [12:33] the other student requested his marked script three weeks ago (i had to wait three months for mine) [12:36] only 30% of the exam was multi choice questions so the others are harder to proof... [12:44] oh, regarding the email of other students. My e-tutor group initially had an issue with the exam itself ( the exam was not inline with assignments for them and had questions on material that was not part of the course), which they were going to email the lecturer about. From it i could get the contact details of only one student who was part of that email [12:48] what exam is this chesedo [12:48] if i may ask [12:48] lol [12:49] grade two computer science module... COS2621 at UNISA to be specific [12:55] cool, did I'm guessing that they screwed you on the marks? [12:57] yes, possibly all students who wrote that exam... [13:11] I went to the government college, we intentionally got lower marks in out term papers so that we would pass out final papers, our institutes are crazy! [13:13] howz1t: this is on the final paper... [13:15] yep, the math teachers figured out that the algorithm that calculated the final mark would punish the student that got a good term mark and an average final paper mark [13:15] * chesedo is ok with under-marking as tool to improve/refine during the course [13:17] for one assignment in this module I got 85, with only one big correct mark and no wrong marks (x's) anywhere... the lecturer has never told what was wrong specifically, so i could never use it to prepare for the exam. [13:18] thats crazy... how do you learn if the lecturer doesn't show you where you have gone wrong... [13:18] even if he did tell me what was, he decided to only answer my email about it two hours after the exam... [13:18] :| [13:19] * chesedo goes to mow the very long lawn