Just for fun (either that or I'm just a sad person.....) I followed a link to a website that asks a few questions and then comes up with a Nerd Score. Here is mine:
So, depending on your definition of Nerd, I'm either a dull person with almost no social skills, or I'm a person that would rather study than party [ed: I think that sums you up quite well], or that I show a pronounced interest in subjects which others find dull or complex and difficult to comprehend - particularly in areas of science, mathematics and technology [ed: are you sure this relates to you?].
Well, any or all of the above may be true. But what I want to know is how to they come up with that score with so few questions? Its not enough I tell you. And, of course, the test is self selecting - only people who think they are nerds will actually take the test...and they then hope that they get a good Nerd Score. So I am now going to go away and redo the test - but this time answer in such a way that I should (I think) get a low Nerd Score. Here goes.....
Time passes....
Well, thats interesting - I had thought that it was biased towards giving high nerd scores - but perhaps it isn't.
So now I want to know what is the minimum number of questions required to determine whether someone is a nerd or not - and what those questions are - and clearly these are determined by how the questioner defines the term 'nerd'.
I have my own ideas......any suggestions?
ps: And who cares anyway?[Ed: not me, thats for sure].
Monday, April 14, 2008
Nerd?
MT262 - TMA01
My marked TMA01 received back a couple of days ago. I had almost forgotten what it covered having completed it in early February and submitted it in early March. So reading it again was interesting. A couple of errors that I had allowed through - which is annoying considering that I wasn't exactly short of time. But a 90% score is above the 85% that I set myself as targets so I'm happy with that. And this time I have no issue with the marking scheme (see T224).
I completed TMA02 in late March but won't be submitting it until mid-May. Which is just as well - because I decided to have a final read through of it this weekend and found some much simpler ways of writing some of the C++ code (and I like to keep my code clean and simple). And one question where I hadn't read the descriptions of one of the functions correctly. So tonight I must finish going through TMA02 and the set it aside ready for submission.
Meanwhile I am progressing through Block 3. Slight problem here because the OU are not shipping the Block 3 books until May (actually, according to the Material Dispatch page for MT262 there are no Blocks 3 and 4 - but thats wrong). But hoorah for pdf's - so I can make headway by printing out what I need - and printing 2-up double-sided means that I get 4 pages on one sheet of A4 - so not quite as environmentally disastrous as it might have been.
Monday, March 17, 2008
T224 - Must be clear!
Good news! Got my first TMA back for T224. Grumpy news - lost points for not being clear. Well, when I say 'not being clear' what I really mean is that 'it was not clear enough for the OU marking scheme'. See what you make of this - and if you think it isn't clear then please tell me. The question told us that we had a display panel with three 7-segment LED's on board. We had to write out the bit pattern that would be held in the 3 bytes that represent the pattern that will be displayed on the LED's. The pattern we were asked to use was '-05'. Note: This is not asking for the binary representation of -05, but for the representation that causes the correct segments in a 7-segment display to light up to display -05.
So in my answer I put: 00010000 11101110 11010110
Now, as it happens, that is the correct answer (hoorah!) ... so you may be wondering why I lost marks...Well, believe it or not, its because I did not make it clear which of those bit patterns was the first byte, which was the second, and which was the third. I lost a mark for each.
The moral of this story is that its not good enough just to get the answer technically correct, you actually have to make it very, very clear.
Its easy to forget that Universities are not real life and that this kind of thing is a requirement. In my professional life I have written countless lines of assembler code, and have had to work with colleagues doing the same - and I can guarantee that every one of those people would have understood that the first 8 bits referred to the first byte, the second 8 bits to the second byte, and the third 8 bits to the third byte.
If I am wrong, then you can call me Aunt Madge.
Monday, February 18, 2008
Bits, Bytes, Megabytes and the rest
An interesting thread appeared on one of the T224 OUSA conferences today. The question came up about how many bits there are in a byte, and how many bytes make a word. Now, you might look at that and think '...thats easy, everyone knows how many...' but do they?
Curiously, only last night night I was think about a dialogue I had with some technical people at IBM around 1990. In that discussion I had queried their (IBM) term for MBytes. They were using the value of 10 to the 6th (1,000,000) and I had always used 2 to the 20th (1048576). The problem that I had was that there documentation said that I should format the paging areas (this is on an IBM Mainframe) in 1MB blocks - but they were using the wrong definition of a megabyte! Anyway, I argued my case and they agreed (IBM's phrase for such things used to be 'A non documented restriction' - in other words: 'oh right yeah, we didn't know it worked that way - and we haven't documented it - but thats how we say it works from now on....').
So, back to T224: The word from the OU is that there are always 8 bits in a byte. They didn't qualify that statement in any way. Now, I know for a fact that on some systems (1970's) there were 6 bits in a byte - I know that because I had to write some conversion software for them - so its NOT TRUE to say that there are always 8 bits in a byte. Mind you I can't imagine anyone now designing a processor that did't use 8 bits per byte - so its pretty unlikely that anyone need worry about that (unless, perhaps, you work at the Science Museum and are involved in conserving such machines).
Then the question went to how many bits there are in a word. Now, this is more complicated - because it all depends on the architecture of the processor, the bus size etc. On an 8-bit processor then word size would be 8-bits, on a 16-bit processor the word size would be 16 bits, 32 bits on a 32-bit processor, and so on. And even then its not so straight forwards. I seem to recall that on the Zilog Z80 chip (anyone remember CP/M?) you had an 8-bit processor with a 16-bit address bus - and, if I remember correctly, a 16-bit word size.
Anyone know what the word-size is on the 64-bit processors?
Friday, January 18, 2008
OU - M366 Intelligence
One of the courses that I like the idea of doing (perhaps next year) is M366 (Natural and Artificial Intelligence). It is currently part way through its first presentation and yesterday I exchanged a couple of emails with some who is presently a student on that course. I wanted to know from them what the course was like, what it covered, did it live up to expectations etc.
The answer is that...its quite hard, many people have dropped out because of the programming, but that it is interesting. The programming environment is NetLogo - a new name to me - which is a modelling/simulation environment that can be programmed in what looks like a version of Logo (in much the same way that Scheme is a descendant of Lisp, I guess). This environment allows you to simulate all sorts of dynamic systems - from groups of people interacting at a party and their levels of group happiness, to biological systems, physical systems (moelecules interacting) etc.
Really sounds like a lot of fun and very interesting.
OU - T224 -
The Student website for T224 opened yesterday and this is a great relief - at last I have some idea of the flavour of the course. According to my Student Homepage, the printed materials for the course have still not yet been sent.
But, from what I can see, we kick off gently with an introduction to number base systems, what a processor is (and not just the PC on your desk, but the 100 processors in a BMW 7-Series - and I don't know many academics who have been anywhere near a 7-Series!, processors in kitchen scales (not the old type!), washing machines, and so on), what IO-Systems are (and, of course, some are just I, and some are just O, and some are both).
A quick run around binary and hexadecimal (an old favourite of mine) and why/how it is easy to convert from one to the other (and yes, it is easy). Years ago I used to play darts in our local with a few colleagues. Just for the fun of it we would play 501 but do the scoring in hex instead of decimal - and somewhere I know that I have a photo from those days to prove it. How mad is that?
Wednesday, January 09, 2008
Lectures
Simon McClive has a posting on his blog about iTunesU (or uTunes as I keep thinking of it). If you want to download and listen to some lectures on all kinds of academic subjects (Computer Science, Psychology, Art, and many more) then visit Simon's blog and follow his links. Its a wonderful resource - and its free.
Monday, January 07, 2008
OU - MT262 - Progress so far
It might seem odd to be posting a progress report before a course has even started, but I find that I have just finished Unit 3 of Block 1. Unit 4 claims to be 6 hours work, which if its anything like the previous 3 units means that I will complete it in about 90 minutes. No kidding.
Why started already and why so quickly? Two questions, two answers. First off, I want to get as much done before I start on T224 (materials haven't arrived yet anyway), and the reason that I am making good headway is that it appears to assume no previous programming experience so spends some time telling us what an Integer is; what a String is; this is how you repeat blocks of code, etc. etc.
So all I have to do is to note down the terminology that they use (because I'll be expected to use it in TMA answers) and then do the practical work which, so far, requires very little thought.
Still, the more I get ahead the more time I will have when it gets challenging!
Smart Toys?
On BBC1 this morning there was an interview with some trade exhibitors at the Consumer (don't you just detest that word?) Electronics Show in Las Vegas. Every electronic gadget you can think of, and some you would never have thought of, are 'on show' - which really means that the hyped-up sales-people are full of hype and convinced that they can persuade you that their's is best.
But what really caught my attention was a throw-away comment by one of the traders spokespeople. Talking about toys, they claimed, and probably rightly so, that toys are getting smarter. I'm sure they are (although its probably a loose definition of 'smart' - I'm not sure that there is much intelligence involved, not yet anyway). But is that a good thing?
My kids have had all sorts of toys, some of the 'smart' kind, and some not. But what I have noticed, with the obvious exception of games consoles, is that they generally prefer the non-smart toys. It seems to me that the smart toys may have instant appeal and grab the attention of the kids (who are as much susceptible to instant-gratification as the rest of us) but after the novelty factor has worn off there is very little left to hold their interest. But give the kids a simple toy (and by that I mean anything that requires a bit of imagination and input) and they happily play for hours.
Now, it might be that I'm just too old and curmudgeonly, or that a grew up in a rural Kentish area where our toys where the fields, trees, and streams, an old bicycle, and our mates down the lane. I don't know. But I have seen the benefits of technology and used them for years so its not that I am technophobic (otherwise I would be blogless amongst other things!).
My daughter is 11 years old. Give her a book of blank paper and some pencils and she is happy for hours, drawing, writing, whatever. But give her something that will do the drawing for her - initial amazement then not interested.
But I'm not sure that this is a modern phenomena. I remember being given a spirograph one Christmas. Brilliant, I could make shapes and patterns. And then boredom - very quickly. It was a clever idea (and pretty low-tech to boot), but pointless. There was very little imagination required.
So, 'smart toys': as toys, I'm not convinced. As ways exploring and advancing technology then yes, this is probably their place.
Friday, January 04, 2008
OU - Blog Readers!
I have received a few emails recently from other OU students who have stumbled (or googled, if I can turn a noun into a verb - a process called 'verbing' I understand , which is pleasantly self-referential!) upon this blog.
I must say that it is always a thrill to receive these emails, firstly it proves to me that this is not just a 'write only' blog (cathartic though that may be) but is a 'read/write' blog. Secondly, its great to hear from people studying the same, or similar, courses and being able to share experiences etc.
I had one email from someone working and studying in Malta - no chance of tutorials and very little chance even meeting up with other students. I think that this must take great motivation and dedication, so I doff my hat to all students studying in such circumstances. To cap it all, the course fees are much higher for overseas students.
I might even start to create a map showing the spread of readers (whoa, getting a bit ahead of myself there!) - more of a personal challenge really but I have a GoogleMaps API key, so might incorporate that into a Rails app at some point.
That reminds me of the time when, as kids, we set off gas-filled balloons at the village fete. The balloons had a label attached and there was a prize for who ever had the balloon that went furthest and was returned. Some of my friends had balloons that travelled to continental Europe, my brother once had a balloon that ended up in Germany. His prize was an orange (okay, it was a small village with no money!). My balloons generally ended up in the nearest tree although one did make it as far as Tonbridge (a distance of some 7 miles) before being dashed to the ground. I consoled myself with the thought that I didn't have to have an orange!
OU - MT262
Subtitled "Putting computers to work" this course covers the art of writing computer software in C++. I have been looking forwards to this course for some while. Not because I want to find out how to make computers do some work (I've been doing that for more years than I care to think about) but because I love writing software and want to get to grips with C++.
The official start date of the course is late January, but I thought I would make a head start and am currently up to Unit 3 of Block 1. So far, it has to be said, its been a stroll in the park - just covering some basic syntax and clearly aimed at people who have very little programming experience. I am assured that as the course progresses it does become more challenging. Well, lets hope so!
I have another course running in parallel with this and am still waiting for the course material to turn up. I only registered on 1st January and the start date is not until February 2nd, so plenty of time to get further ahead with MT262.
