Slashdot Mirror


Would You Pass the Information Literacy Test?

Grundelfeldsten writes "The Educational Testing Service -- the maker of the SAT and the GMAT -- has a new test called the Information and Communication literacy assessment. The test is designed to measure your "ability to make sense of the multiple streams of information that our computers throw at us every day," according to a Wired News reporter who just took it and described the process. The questions focus on completing tasks with Internet technologies, like using search engines efficiently and weeding out irrelevant email messages. Are such tasks really tied to technology? Or is "Information and Communication literacy" just a way for ETS to make money by selling more tests?"

77 of 356 comments (clear)

  1. Flash, popups, cookies by alanw · · Score: 5, Informative

    Don't bother trying the free demo if you don't have Flash, block popup windows, or
    restrict cookies. That's some of the most pointless web site coding I've ever seen.

    1. Re:Flash, popups, cookies by Glowing+Fish · · Score: 2, Insightful

      I e-Mailed the people and told them this, and told them they shouldn't claim to be giving tests on information literacy, if they don't know how to develop a professional website.

      For professional websites, you should use as much static html as possible. Flash should mostly be used for entertainment, especially the type of entertainment that appeals to stoned kids at 3 AM.

      --
      Hopefully I didn't put any [] around my words.
  2. Congratulations by The+New+Andy · · Score: 5, Funny
    You passed.

    Avoiding flash, popups and cookies gives you IT_literacy++.

    1. Re:Congratulations by smchris · · Score: 4, Insightful

      Although the 6"x5" Flash window means the type displays at about friggin' 5 point. Cute layout. Virtually unreadable demo with 17" at 1152x864. A pet peeve I have with web designers.

      Seems like a valid office worker test to me. And, obviously more important, a money-making need to promote that they can fill.

  3. in aus by Anonymous Coward · · Score: 5, Interesting

    Most universities over here have this as a standard test for first year students, to make sure they can use search engines properly and also reference material properly.

    1. Re:in aus by Caff · · Score: 2, Interesting

      That's really surprising. Here in Canada, from my experience in first year, a lot of my classmates had still not discovered how to use search engines effectively. As for referencing material, we actually spent some time on that, for a writing class. The idea of a test that can evaluate the ability of students to process all this information is good, but I'm still skeptical as to whether the results would be accurate or useful.

    2. Re:in aus by Caff · · Score: 2, Interesting

      I think the use of enough keywords so that useful results come out when they enter their keywords in. Most of the time, when people ask me to find something for them, I usually tell them to try Google first. Most of the time, they pick search terms that are too broad, or don't bother doing simple things like putting quotes around phrases that they want, or just giving another keyword to narrow down the results, and end up getting all sorts of useless results. I've noticed this from some of my fellow students.

    3. Re:in aus by Adrilla · · Score: 4, Interesting

      There are ways to word questions to get the proper results. Sometimes the words you add or omit make a world of difference in what you get back. Using + and - signs. Find all words in a term, to make sure you get that term exactly instead of having some page comeback that has nothing to do with what you want, because it happened to have a couple of matching words in the result. Learning to correctly use a boolean search engine can make your internet life a lot simpler, and if you don't know the intracacies you should learn them, especially if you're a student.

      --

      "Plans are for fools! Oglethorpe, the plutonian (Aqua Teen Hunger Force)
  4. "Are such tasks tied to technology" by Dancin_Santa · · Score: 5, Interesting

    The unqualifiable answer to that question is an emphatic YES. The fact of the matter is that what we here on /. think of as "computer usage" is a far cry from what normal people with actual exposure to the sun and a plethora of IRL friends think. For us, a computer usage scenario includes hooking up and programming an LED disco light floor to our Linux laptop using USB 2.0 and getting it to spell 55378008.

    The typical computer user gets online, checks his email, checks his stock prices, then gets back to his real life. Our real life revolves around computers, so such minimal usage seems strange and scary to us. However, it is actually what most users do.

    You'd be surprised to learn that the computer usage scenario of the "real person" I described above is actually that of a "Power User". The typical person can barely turn the computer on, much less open Outlook Express without help from one of these Power Users. So, in fact, this test is useful as a step in the process of weeding out non-computer oriented hires.

    1. Re:"Are such tasks tied to technology" by onion2k · · Score: 5, Insightful

      I think it's a little more complicated than that. If you look at the task of, for example, checking email and finding spam, you have two options. Either you test whether someone knows what buttons in Outlook to click on, or you show them a client they're never seen before and ask them to figure it out. Testing a user on Outlook is tying the problem to the technology. Testing the user on a new email client is looking for pattern recognition, problem solving, and general logic applied to IT skills.

      In my opinion, to be "IT literate" you should be able to transfer skills between applications. Thats what the test ought to be looking for..

    2. Re:"Are such tasks tied to technology" by digitalchinky · · Score: 2, Funny

      Sir, can you explain that simple concept to my wife? I get in serious trouble every time I try :-)

      The first 350 attempts for me are totally calm, compassionate, and loving, after that I have a tendency to mutter various sentences starting with 'WTF' under my breath.

    3. Re:"Are such tasks tied to technology" by MooseGuy529 · · Score: 4, Insightful
      In my opinion, to be "IT literate" you should be able to transfer skills between applications.

      EXACTLY!

      I don't know how many times I've been working with someone, and they're perfectly proficient in Word, Excel, and all the other crap that came with their computer. But when they want me to explain a new feature, and I say "Pick BAR from the FOO menu and select QUUX from the BAZ list" or something like that, they have no idea what to do and want me to point at things to click.

      It's like being computer-fluent instead of computer-proficient. I can be a little proficient at Spanish, and have conversations about relatively tame topics, but if I'm fluent I can pick up pretty easily on other topics as well. It's the same with computers: many people have a very limited "vocabulary" of skills, but they can't extend it to other applications or situations.

      --

      Tired of free iPod sigs? Subscribe to my blacklist

    4. Re:"Are such tasks tied to technology" by BlewScreen · · Score: 4, Funny
      And what do you do when it's a programmer who can't use his/her computer? My pet peeve is people who rely on the mouse to use their IDE.

      A couple of years ago, I worked with a developer who didn't know the "shortcut" key for build and I thought that was bad... little did I know...

      Just yesterday, I watched a "programmer" fix a function on an object with a member named nSize. The function took parameter nSize1 and never set the member.

      How does my coworker fix this? He selects nSize from the declaration with the mouse (already, I'm annoyed) and then right clicks to select "copy"...

      Then, he scrolls down to the function definition, using the mouse and the scroll bar (not the wheel) and clicks where he's gonna insert the assignment... Then, he uses the keyboard to hit return and tab to put the cursor in the right spot (both hands on the keyboard for this). Then, back to the mouse, right click: "paste".

      Ok, so now I'm really annoyed, the amount of text above was typed in about the amount of time he took to do all of this - and "nSize" really isn't all that hard to type, right?

      It gets better... He switches both hands back to the keyboard, types a space and hits the "=" key (again, both hands) then, back to the mouse...

      What he did next almost caused my head to explode...

      You and I both know he's got "nSize" in memory, just waiting to be pasted again, then it's pretty easy to append the number 1 on it... But no, he has to actually select the parameter from the function definition, right click: copy, move the cursor back to the line of code he's trying to write, right click: paste, then type the semi-colon (this is C#).

      Holy crap - that's a helluva lotta work for:

      nSize = nSize1;

      I didn't change the variable name to protect the innocent. This really is the line of code he used the mouse to write.

      Of course, this guy uses the mouse to do everything - but seriously, he's been coding for at least five years - does it take that long to learn how to type? Much less use ctrl-c / ctrl-v...

      </rant>

      -bs

      --
      That that is is not that that is not. That that is not is not that that is.
    5. Re:"Are such tasks tied to technology" by jp10558 · · Score: 3, Insightful

      You know, I really think that a large portion of the population only does "process-oriented" learning vs "object-oriented" learning.

      Many many people think I am incredibly smart (though unable to spell worth a damn) because I can set the clocks on most appliances and cars. You know why? (well, you probably do) Because as far as I can tell, there are only 3 major methods for doing so.

      There's the one where you press a "set" button, and then look for 2 buttons close to each other that could be hours and minutes.

      Or, there's the one that you press a set button, and then hold in the other button that goes up by minutes slowly to say 5, then starts counting by 5's, then at 30 by 30's etc...

      Or there's the one where you just hit the hour button and then the minute button.

      This is a simple example, but I mean, all GM cars since at least 1989 use the SAME radio/clock interface. Yet most of my family has to be taught again how the cruise control works, how to reset the clock etc... when they get a new car.

      I harp on and on about concepts rather than specific buttons to push, but it's hopeless. They just don't get it.

      I mean, my parents ask me in every single program if they press the upper right hand X to close it. I'm ready to hit myself in the head!

      --
      Opera, Proxomitron-Grypen,GPG 0x0A1C6EE3
  5. Sample Question by Anonymous Coward · · Score: 5, Funny

    You are given a Slashdot poll. How should you respond?

    A) Choose an honest and accurate option
    B) Choose an obviously ridiculous option
    C) Do not answer, and complain that your preferred option was unavailable.
    D) Refuse to answer, citing moral, philosophical opposition to the poll itself.
    E) CowboyNeal

    1. Re:Sample Question by the_unknown_soldier · · Score: 3, Funny

      B) Choose an obviously ridiculous option
      If you do this then you should obviously vote D
      C) Do not answer, and complain that your preferred option was unavailable.

      Who would vote for this! Bit hypocritical? (same applied for D

      So you can only technically answer A and E.

      hence,
      COWBOYNEAL

    2. Re:Sample Question by iapetus · · Score: 2, Funny

      But I do have genuine moral, philosophical opposition to the poll, you insensitive clod.

      --
      ++ Say to Elrond "Hello.".
      Elrond says "No.". Elrond gives you some lunch.
    3. Re:Sample Question by chris_eineke · · Score: 2, Funny

      F) ???
      G) Boobies!

      --
      "All you have to do is be fragile and grateful. So stay the underdog." Chuck Palahniuk, Choke
    4. Re:Sample Question by sp3tt · · Score: 2, Funny

      Wait, you're saying A and E are different options?

  6. wrong test by iamthemoog · · Score: 4, Funny

    Surely a better test would be to measure the user's ability to use tools (spam filters, RSS feed aggregators, tivo-style commercial skipping, popup blockers, slashdot dupe checkers etc) to efficiently cope with / filter the "multiple streams of information" we're all bombarded with?

    --
    No Norm, those are your safety glasses; I'll wear my own thanks...
    1. Re:wrong test by Viceice · · Score: 5, Insightful
      "multiple streams of information"


      I think you misspelled 'advertisements'
      --
      Sometimes I wish I was a plumber, then I'd know how to deal with other people's shit.
  7. tasks not technology by godless+dave · · Score: 5, Insightful
    At least they got one thing right:

    ETS research scientist David Williamson ... noted that the software interfaces were not likely to change to look more like Outlook or any other program. In fact, they were purposely designed to be vendor-neutral. This, he said, places the emphasis on the task and not the technology. "We went to great efforts to make it not like any commercial product," said Williamson. "There are already plenty of commercial product certifications out there that can measure how adept you are at using software. But what we're trying to target is providing only the minimal software functionality that's required to get the task done."
    The ETS people at least understand one thing many employers don't: the important computer skills are independent of the various tools used to carry them out. We've all heard (or experienced) horror stories of applicants being turned down for a web developer position because they don't have experience with a specific piece of software (Dreamweaver, for example). Many employers can't grok the fact that someone who knows how to code pages in a text editor will learn Dreamweaver or whatever in-house application is being used in 10 or 15 minutes. Someone who is competent at database admin will be equally competent with MySQL, dBase, or - the most common case - the customized proprietary software that only exists at your company. It's time employers stopped looking at paper certs for competency with specific pieces of software and started looking at actual skills. Maybe ETS can help them do that.
    --
    "If it's real, then it gets more interesting the closer you examine it. If it's not real, just the opposite is true." -
    1. Re:tasks not technology by El_Muerte_TDS · · Score: 3, Funny

      someone who knows how to code pages in a text editor

      What? there's an other way? Now you tell me.

    2. Re:tasks not technology by oneiros27 · · Score: 4, Insightful

      I'll agree to a point -- the best security class I ever had was in an 'Engineering Management' department, and it went over general concepts, risk analysis, but never went into details on any particular tools. They mentioned that tools existed to do specific tasks, and they brought out PGP to explain assymetric keys, but that was it. The result was that they covered a lot of the items that can't be fixed by technology -- like users, and the need for policies and training, not just some firewall appliance.

      However, as someone who's had to switch between apps many, many times, I'd say that it takes a whole lot more than 10-15 minutes to get up to speed on a new technology. The concepts of good SQL structure may remain the same between databases, and you'll be able to get to a basic competent level, but 'show tables' just doesn't work in Oracle (one possibile replacement is 'SELECT TABLE_NAME FROM ALL_TABLES WHERE OWNER='schema name'). Learning the syntax differences between languages takes some time -- figuring out how you have to handle specific tasks, and the refinements between the different apps (eg, some languages may optimize different logic patterns, so one style of loop may be faster in LanguageA, while a different type of loop is faster in LanguageB.)

      I'd say that there's a good chance that if the person is truly competent in one application, they'll be competent in another similar application ... but equally competent? I don't think so.

      --
      Build it, and they will come^Hplain.
    3. Re:tasks not technology by akadruid · · Score: 5, Insightful

      We have a million miles to go before we can stop teaching applications and start teaching skills.

      You ask a school teacher why 40% of their budget is spent on microsoft products, and the only answer is: "That's what the industry uses, we'd be failing our kids if we taught them anything else". Hence our kids come out knowing MS Word, not word processing, MS Excel, not spreadsheets, and so on, and those kids will be buying MS software for life.

      The comparisons are easy: Imagine a school that taught how to use BIC biro, not how to write, a school that taught B&Q tools, not woodwork, how to use Nike sports gear... ... and so on. You can think of a million examples.

      --
      "Those who cast the votes decide nothing; those who count the votes decide everything." (attrib. Joseph Stalin)
    4. Re:tasks not technology by akadruid · · Score: 2, Insightful

      It's the old "No-one ever got fired for buying IBM" mindset (except now it's Microsoft).

      Better to waste millions/billions of taxpayer money on indoctrinating our children than go out on a limb, even for better education. Of course, windows admins are cheap and 'linux is hard' (meaning I have wasted countless hours on windows, i'm not doing it again), becuase of the culture of windows... which the school is recreating in a vicious circle.

      One day, perhaps the FLOSS community can break the circle of 'nothing but microsoft, because there is nothing but microsoft', but until then, you've not got a hope.

      --
      "Those who cast the votes decide nothing; those who count the votes decide everything." (attrib. Joseph Stalin)
    5. Re:tasks not technology by Pionar · · Score: 2, Informative

      You ask a school teacher why 40% of their budget is spent on microsoft products, and the only answer is: "That's what the industry uses, we'd be failing our kids if we taught them anything else". Hence our kids come out knowing MS Word, not word processing, MS Excel, not spreadsheets, and so on, and those kids will be buying MS software for life.

      I'd like you to find a school teacher who says that 40% of their budget is spent on Microsoft products. If you do, I'll show you a liar. There's no way the entire software allocation makes up 40% of any school's budget. Indianapolis Public Schools estimates that their technology initiatives will require $17 million per year for the next four years. That's out of a half-billion dollar total budget. That's about 3.2%. All that information is available on their site. Most of that budget is spent on hardware and teaching, according to the last school board meeting I went to.

      So, you're saying that it's impossible to learn word processing using Word? Buhhhh-loney. Word is a tool (and not just in the pejorative sense). The problem isn't that they're using Word, it's that they're not using it to properly teach the students the proper skills needed to use a general word processor. They're taking a hammer and showing kids how to use it as a screwdriver. Word is a great tool for word processing. It has too many features, but for the steal that schools get it for, it's great. Again, it's not the tool, it's the teaching. And, AFAIK, OOo doesn't integrate with EndNote, which many universities give their students for citation management.

      When I took a "business computing" class in high school (1994 or 1995), we used WordPerfect for DOS. That thing was horrible. I had nightmares of white text with red highlights on blue screens. I cried every time the book called for setting tabs or creating a hanging indent.

  8. I took this during trial period at my college by Devistater · · Score: 5, Interesting

    I took this test when they were doing a pilot test at my college (they did the same at several colleges) a couple months ago. My college offered a $25 amazon gift card and a chance to win ipod. It took a couple hours to go through the whole thing, and the interface was kinda klunky. Plus at the end when I tried to fill out the comment part about the test it crashed the browser so I couldn't send my comments in lol. What was really cool was that they ended up sending out TWO amazon gift certificates (I think they accidently sent out an extra to everyone, perhaps some ppl complained because they entered wrong email to send the cards to or something) to me for $25. So I got paid $50 for a couple hours hehehe.

    1. Re:I took this during trial period at my college by dstewart · · Score: 4, Funny

      Wut college r u in that accepts ppl that rite as poorly as u do lol hehehe?

      --
      Not every argument requires reduction to absurdity.
  9. Re:SAT, ICT and Smoke Tests by Guppy06 · · Score: 5, Interesting

    "Carl Brigham, a bona-fide racist designed the SAT in 1925. "

    Who wasn't racist in 1925? That was one of those wonderful interbellum years where the Klan hit its high water mark and Congress worked hard to decide who could immigrate and who could not (note that "Nordic" was specified; couldn't let those filthy Slavs, Italians or Iberians in, no matter what their skin color was).

    It'd be pretty damned strange for someone doing anything in 1925 to not share those views. Why do you think Hitler was so popular in the US in the 1930's?

  10. Honestly. by ggvaidya · · Score: 5, Insightful

    is "Information and Communication literacy" just a way for ETS to make money by selling more tests?

    Gosh, no, is that the impression you got? Jesus. When a private corporation expands its offerings in order to generate sales, they're always doing it out of the goodness of their hearts. Why, if it had anything to do with making money it'd be ... unethical? Capitalistic? Smart? One of those, I'm sure ...

    Companies have a right to make money. That's why they're there.

  11. Wow by TrappedByMyself · · Score: 5, Interesting

    Tried the demo and couldn't get past the first one. Too many words.
    I can handle multiple streams of information just fine, but one bloated verbose thing obviously wipes me out.

    I can really see the bias now that everyone talks about. I'm perfectly fine at processing large amount of information if I can read it in chunks. But this wordy spaghetti academic writing is too confusing for me. I had a flashback to the reading comprehension sections of the tests in school where I had to read over the same paragraph a dozen times before I could figure it out.
    I can see how I did so awful in college, but am doing great in the real world.

    --

    Help me take back Slashdot. When did 'News for Nerds' become 'FUD and Conspiracy Theories for Extremist Nutjobs'?
    1. Re:Wow by Anonymous Coward · · Score: 2, Insightful

      Another thing they try to teach you in school is not to cheat. But in the real world if some employee of mine is sitting at his desk trying to figure something out for more than 20 minutes without asking someone knowledgable in the subject, I fire them.

      In the real world, it's okay to ask questions and ask for help.

      This isn't about teamwork which is also important, it's about getting your work done quickly so that we can make money. We don't make money if you're afraid to ask questions.

    2. Re:Wow by Some+Bitch · · Score: 3, Funny
      I can see how I did so awful in college

      So can we ;)

  12. Oooh an other standardized test. by jellomizer · · Score: 4, Insightful

    I find it amazing that people always want to find a way to mathatize (I know mathatize is probably not a word) everything. Lets create a test so we can put people in pigeon holes and see who is better then the other. Person A got 25 more IT vocabulary words right then person B, I guess Person A is better then computers then person B. except for the fact that Person B has been doing computer programming for 40 years and created (and forgot) many of those IT vocabulary Words. When will people realize that people are not something that can be graded on 1 demential grading scale, and things like common sense, experience, creativity, determination, or bravery (willing to break it apart and tinker with it). Can often compensate any failure in just knowing the information. Yea these methods are a little slower then just having the answer at the tip of finger to fill out the question, but in real life it works just as well.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    1. Re:Oooh an other standardized test. by Anonymous Coward · · Score: 2, Insightful
      Wow, this is possibly the most illiterate, confused post I have read since changing to reading at +2. Mathatize? If you thought about it a little longer, you'd realise the word must be quantify. 1 demential doesn't even have the right number of syllables; try one dimensional.

      That isn't even the end of my rant. If you can't discuss coherently, at least discuss with topicality. No one is trying to reduce your worth as a human being into a single number. They are trying to reduce your 21st century information handling skills into a single number. While this remains a gross simplification of things, it isn't as egregious a simplification as your post.

    2. Re:Oooh an other standardized test. by fishbot · · Score: 4, Funny

      When will people realize that people are not something that can be graded on 1 demential grading scale, and things like common sense, experience, creativity, determination, or bravery

      I'm wondering; did you mean demential (in a state of dementia) or dimensional (having a measure of extent)? I think they both fit just as well in today's IT world!

  13. SAT + ETS = $$$ by foobsr · · Score: 4, Informative

    This article underpins what you said ...

    http://www.rethinkingschools.org/archive/14_03/sat 143.shtml

    CC.

    --
    TaijiQuan (Huang, 5 loosenings)
  14. Computer Literacy by SteveTheRed · · Score: 5, Insightful

    My Evil Stepmother once told me that she wanted to go to community college to learn how to "do computer".

    She would never pass a test like this. She thinks that AOL is the internet. She also thinks that it is great that there is lots of free (as in spyware, not beer or speech) software out there like gator and comet cursor.

    I think that she is an excellent example of a real, average computer user.

    --

    I, for one, welcome our new robot overlords
    1. Re:Computer Literacy by benjamindees · · Score: 2

      "Free as in spyware"
      nice. Underrated for sure. if only I had mod points...

      --
      "I assumed blithely that there were no elves out there in the darkness"
  15. Practice by RocketRainbow · · Score: 5, Interesting

    I'm 21. I've had computers since I was 8, regular internet since about 12. I assume most people do. So why are some people naturally well disposed to figure out how to use search engines and email while others think of a computer as a magical device they cannot use?

    I'd rather see a real assessment of the skills required to successfully use a computer as part of regular life - then test for these skills such as pattern matching, ability to follow complex instructions...

    It's much more fair on people who have less computer access and more to the point, weeds out those who have real potential to do the job with a bit of instruction from those who will never do these things particularly well.

    I'm also working on the idea of putting together a primer for people who don't understand what computers are for. They're often sold as appliances but with the multitude of functions they are supposed to have now, they obviously must be quite complex. Explaining the basics in clear language (including why we need such weird jargon) might help get people started on the right track instead of confusing themselves into a frenzy.

    --
    *#*#*#*#*#******* I love peanut butter sandwiches!
    1. Re:Practice by slavemowgli · · Score: 4, Insightful

      I assume most people do. So why are some people naturally well disposed to figure out how to use search engines and email while others think of a computer as a magical device they cannot use?

      Judging from my experience, it's a mixture of curiosity (enjoying tinkering) and courage (not being afraid to try out things). And most of the time, what those who don't get along well with computers etc. and don't pick up any knowledge even after using them for years are missing is courage - people who never do anything they don't already know about will never learn anything new.

      Of course, I can understand that people value their data and don't want to lose any of it, but it seems that the less knowledge people have with regard to computers, the more outright paranoid they get.

      It's kind of a vicious circle really (ignorance produces fear, and fear prevents tinkering and thus - indirectly - knowledge), and I'm not sure how to break out of it. The idea that software has to be "dumbed down" until even the most clueless person can use it without ever having to check the manual/online help/whatever seems good at first glance, but it also limits what you can and cannot do, and gives you the impression that you in fact DO know everything there is to know when you don't, thus robbing you of the ability (or at least making it more difficult) to learn more.

      --
      quidquid latine dictum sit altum videtur.
    2. Re:Practice by bkr1_2k · · Score: 2, Interesting

      "Fear is the mind killer." Or so they say. You're dead on with the courage thing though. All the members of my family that "need" computer help at least once a week call me. It's not that I'm necessarily smarter than they are, just that I'm willing to make a mistake and learn how to fix it myself. I don't let it bother me when I do something wrong, and they do.

      People always ask me how I learned so much about computers and my simple answer is "I break them and then I fix them." That simple statement says a lot about the way I think versus the way the people who constantly need help think. I've taught people how to use man and help pages, discussion groups on the web, and plenty of other resources for fixing their own problems, but invariably I get the call anyway.

      Now, it's what I do for a living, so I don't mind so much.

      --
      "Growing old is inevitable; growing up is optional."
  16. Tied to technology? by TheWormThatFlies · · Score: 5, Insightful

    I don't think that being able to filter out signal from noise on the internet has very much to do with technological know-how. The technology involved is either transparent (if you're a competent computer user) or an obstacle in carrying out the decisions you've made (if you're not a competent computer user).

    Whether you are capable of making the right decisions about what information to accept or reject is almost entirely an issue of language skills and reading comprehension.

    The people who continue posting their sob-stories as comments to some random guy's blog entry because they're convinced that the blog entry is Maury Povich's homepage aren't doing it because they're confused by Teh Intarweb (although it is a secondary factor); they're doing it because they can't read.

    The guy thinking "Why, yes, I would like a penis enlargement; let me send you my credit card number!" would probably be falling for a snail-mail snake-oil scam right now if it weren't for the internet.

    People who don't have good language skills are usually oblivious to the mistakes made by others, and thus often can't tell the difference between a genuine official document and something which is obviously not an official document because it is full of spelling and grammar mistakes and makes no sense.

    I admit that a familiarity with the types of information sources available on the internet, their usual form, and their relative usefulness and reliablility, is helpful. For example, someone new on the internet may be unaware that nobody ever sends official warnings of danger to random people over email - and so they may be fooled by a well-written email hoax which more knowledgeable people would immediately mark as BS.
    1. Re:Tied to technology? by sp3tt · · Score: 2, Insightful

      A recent study in Sweden shows that 30% of Sweden's 7th graders have serious reading comprehension problems. Among high school freshmen, that number is 25%. I agree very much with what you said - Joe Sixpack can't read. Propaganda and advertising wouldn't work if Joe Sixpack could read, because he would never fall for the lies.

      It is very obvious that Joe Sixpack can't read, or even think. When I browse some forums, I notice that a very large amount of the posts are questions already answered or simply very very stupid. The average computer user has no idea how to search! I heard of someone who was going to write an essay about IT in general. Guess what he does. Opens google and types "it in general". With quatation marks.
      When we write essays in school, I often see my classmates searching for Swedish sites only on google, or using the Swedish Wikipedia, while I search the entire web or use the English WP (English wikipedia is more than ten times larger than Swedish.)

      I think the cause is that people don't read books anymore. How much do you learn from reading a 400 page book compared to watching ten hours of reality shows?

    2. Re:Tied to technology? by TheWormThatFlies · · Score: 2, Insightful

      Yes, I think you're right. Not reading is probably the foremost cause of poor language skills. If you read a lot when you're a child, you can fix even the crappiest school education - but if you don't, you're likely to suck even if you went to a private school.

      You can't become familiar with the subtleties and complications of a language by rote learning, or improve your vocabulary by memorising a thesaurus. Some things you can only learn by example, and unfortunately spoken colloquial language does not provide a good example.

    3. Re:Tied to technology? by Blakey+Rat · · Score: 2, Insightful

      To be fair, there are a lot of 400-page books that are complete trash. Romance novels come instantly to mind...

  17. Insensitive clod! by tqft · · Score: 2, Funny

    I am male /.er.

    Please don't tease the trolls.

    --
    The Singularity is closer than you think
    Quant
  18. Re:SAT, ICT and Smoke Tests by JustOK · · Score: 5, Funny

    I can state absolutely that I was not a racist in 1925.

    --
    rewriting history since 2109
  19. Re:Would I? by Anonymous Coward · · Score: 2, Interesting

    Some group in the city I live in recently decided to try to measure the "computer literacy" of its residents. Being young enough to have had typing in elementary school (though at that point I was already writing toy programs at home) and a computer literacy class in middle school (which was really BASIC on an Apple //e) and given that I continue to work with computers for fun and profit, I figure I'd do okay. Well, I did, but I can see how someone could get a poor score while really being very literate. Many of the questions were specific to Windows XP with the default theme without mentioning Windows anywhere. Other questions were specific to Microsoft Word (including the one question I got wrong asking which menu an item for setting some feature I've never used is under) again, without mentioning Word, and there were other questions where the question itself was wrong.

    Those issues aside, the test was only available through a Web site, so if you don't know how to open a Web browser and type in the URL, you can't take the test. Clearly, the test is not really designed to measure the computer literacy of city residents. Rather, the test was designed to make city residents look computer literate. Many of us are. You can go into a coffee shop and see cute girls hacking code, business people checking email and baseball scores over the public WiFi, and middle aged housewives talking about how they tell their grown kids how to avoid phishing (they don't say phishing). Of course, you would never know any of that from the test for our city.

    I doubt the information literacy test is really any better. Of course, questions that are specific to one operating system or one program aren't really all that useful. Things that don't change all that often (like how to use UNIX core utilities in a shell) tend to be the things that most users don't need or want to know whereas the systems and programs that people do tend to use (like Windows or an email program) have changed a lot over the past decade. Seach engines? Okay, so you use Google now, but how many search engines have been your standby search site over the years? And now, of course, the big thing is integrating search into applications and who knows where this is all going in the future? Testing the tools we use now isn't that useful. I suppose the best way to test computer/information literacy would be to put the test subject in a computing environment they are not familiar with and asking them to accomplish some simple task any way they'd like to. Possible solutions to a problem might be playing with the system until it becomes minimally familiar and then do the task, locating and reading the documentation to discover how the task might be accomplished before attempting it, or installing a familiar environment in place of the unfamiliar one and accomplishing the task.

  20. Is this a poll? by octal666 · · Score: 3, Insightful

    I choose "It's just a way to make money selling tests" Testing Internet skills in children today is like testing television skills in the children of the 80's.

    --
    DON'T PANIC
  21. placement of students in appropriate classes by tverbeek · · Score: 4, Insightful

    I don't know if this test in particular is a valid solution for it, but I've suggested that the art-and-design college where I work use something like this to change the handling of computers in their curriculum. Currently they assume incoming students know nothing and put an Intro to Computers class on their first-year class list. And a lot of them need it. But the ones who show up the first day of class with a scuffed-up PowerBook loaded with Lightwave, Final Cut, Macromedia Studio, and Adobe Creative Suite would be better off skipping the (IMHO) remedial education (a waste of their time, money, and enthusiasm) and go right into a studio class that teaches them what to do with Photoshop, not how to use it.

    --
    http://alternatives.rzero.com/
  22. A right? by Nursie · · Score: 2, Insightful

    i think you're getting confused. Companies have a duty to make money (that's what they're for). They even have rights pursuant to activities surrounding the making of money. They do not have the right to make money, otherwise they could sit and do nothing and then demand taxpayer cash from the government because their rights were being infringed.

    Nobody has the right to make money.

    1. Re:A right? by Quill345 · · Score: 2, Insightful

      i think you're getting confused. Companies have a duty to make money (that's what they're for). They even have rights pursuant to activities surrounding the making of money. They do not have the right to make money, otherwise they could sit and do nothing and then demand taxpayer cash from the government because their rights were being infringed.

      And that doesn't happen these days? ;) (Don't look at the defense industry!)

  23. Probably the /. demographic... by smchris · · Score: 3, Insightful

    but I immediately thought of this as an HR test for potential office workers instead of an academic competency test. I suppose it could be a shiny new toy at Student Services in their "How to Study" program but still seems secondary to a lot of other essential academic abilities.

  24. April 1 by JeyKottalam · · Score: 2, Funny

    I thought April 1 was almost 2 weeks ago?

    OK, I've said that there should be a test to use teh internets, but I was just joking...

  25. huh? by Anonymous Coward · · Score: 3, Funny

    A) Y C) sux0r B) w00t! D)meh

    A B C D 1. May I ask your kindness in moving sum of 28 million US dollars?
    A B C D 2. Woul\d yo/u like to s|ho0t ga%llons of c*U%m?
    A B C D 3. Would you like a FREE iPOD?
    A B C D 4. Me too!
    A B C D 5. RUHOTT?
    A B C D 6. Does it support OGG?

  26. It's not that simple by fireboy1919 · · Score: 2, Insightful

    Mostly true.

    However, as someone who knows 12 programming languages and takes about four hours to learn a new one, let me just tell you that I spent the last week learning a language tied to a proprietary product.

    It's totally different; it has its own features that nothing else does, and there are about 10 different manuals describing it.

    I might also add that while the SQL specification can be written on two 8.5x11 sheets, the manual for Oracle is a 600 page book. Obviously it has a little more functionality than just any old database engine.

    --
    Mod me down and I will become more powerful than you can possibly imagine!
  27. GMAT is not ETS by krunk4ever · · Score: 2, Informative

    just wanted to let you know. i think you might be thinking of GRE instead. GMAT is actually a trademark of Graduate Management Admission Council.

    1. Re:GMAT is not ETS by krunk4ever · · Score: 2, Informative

      i guess i was wrong, GMAC and ETS works together for the GMAT.

      source: http://www.mba.com/mba/CustomerService/
      GMAC® works with Educational Testing Service® (ETS®) in the administration of the GMAT.

      but it sounds like GMAC makes the test, while ETS adminsiters it since they have testing locations all over the world.

  28. Next on Slashdot... by Robotron23 · · Score: 4, Funny

    Do YOU qualify for a free iPod?

  29. Hee hee by Dancin_Santa · · Score: 2, Funny

    Geek slapfight!

    I love it when the IT monkeys get all uppity and the code monkeys go on the defensive.

    "I'm a real engineer"
    "No you're not, you just plug cables into computer boxes"
    "That's boxen, and you don't even know how to change your password"
    "That's your job, IT monkey. My job is to write code"
    "I write code"
    "bash scripts are not code"
    "Yeah, well you run Windows!"
    "I also get paid more than you and have an actual career ahead of me"
    "Shut up and join the Counterstrike server already"

    1. Re:Hee hee by Otter · · Score: 2, Funny

      Don't get your hopes up too high -- I'm saving myself for the PhD versus DeVry squabble that's bound to erupt somewhere on this story.

  30. Universities NEED This Test by zoomba · · Score: 4, Insightful

    Has anyone here been to a University in the past several years? Everything from Art to Business to IT Programs at Univs now have their own "Intro to Computing" classes that they force just about everyone to take because they're under the assumption that most students haven't used a computer before.

    Now, I'm not talking classes about how to build web pages, or how to effectively utilize Google, I'm talking about "Ok, now class... this is a... mouse!" and there aren't ways currently to profeciency test out of them. I had to sit through my intro to computing class because attendance was required, and while I was there I kept myself busy tinkering with my linux server in my dorm room. The professor caught me once and asked what I was doing... I answered and they had NO clue what I was saying. I wonder who needs an intro class more.

    A test like this, while ridiculous to those of us used to technology, is needed right now at the College level. They don't believe that students come to college now with basic computer skills, and the only thing that will convince them are test scores that prove this point. In the immediate future, at least these tests could allow those of us who know where the power switch is to skip those sorts of classes that are just a waste of our time.

    1. Re:Universities NEED This Test by Spad · · Score: 2, Interesting

      When I started my Computer Engineering degree a couple of years ago, we had to sit through a standard "Intro to computing test", featuring the use of Word, Excel and Notepad (For the Intro To HTML section).

      There were people who *failed* it.

      That's right, people doing a degree in Computer Engineering who failed *using Word*. Some of those people now have a BEng and still cannot use a word processor, let alone anything more complex.

      I feel sorry for anyone who might hire them.

    2. Re:Universities NEED This Test by izomiac · · Score: 2, Interesting

      At my university you can only test out of the first intro course. Unfortunately, the testing software sucks and demands that you do things the exact way taught in the class (which you haven't taken). AFAIK, nobody's been able to pass it. From what I've seen, it's really annoying and Microsoft-centric. For instance, in Word, pressing Alt, T, W would be an incorrect way to spell check a document (something I'm sure it asks).

    3. Re:Universities NEED This Test by Saeger · · Score: 2, Informative
      Then talk to your professors.

      Back when I was in college, I directly asked if I could skip a few CS classes (since I already knew the basics) and just show up to take the midterm and finals. They all said yes, and I passed to get the credit.

      So not all professors are anal about mandatory attendance; they're the grown-ups.

      --
      Power to the Peaceful
  31. Re:SAT, ICT and Smoke Tests by foobsr · · Score: 2, Insightful

    Too bad the moderators have modded the parent down as off-topic.

    They were not able to read but could see that all was bold, thus thought it was a GNAA troll or such.

    CC.

    --
    TaijiQuan (Huang, 5 loosenings)
  32. Programmer aptitude tests from the 1970s by bsandersen · · Score: 2, Insightful

    I was working in a COBOL shop in the late 1970s (I was young, I needed the money) and management decided it would subject all serious job candidates for the IT department of this little manufacturing company to a "programmer's aptitude test". But, before they did that, they wanted a baseline from the existing employees. I took the test.

    I did well very well against the "average" of those who had taken the test (supposedly). But, what does this prove? Most of these kinds of tests look for the mechanical "put this here, put that there" process-of-elimination kinds of activities. The real challenge in using a computer as a tool is understanding how to generalize and extrapolate, skills I've never seen these tests assess.

    We now have a generation of people who know how to do some things but have not learned why they system works--an insight that would make them an order of magnitude more effective with these tools.

    The how vs. why wasn't explored in those tests from 25 years ago; I've not seen any evidence that tests of today explore it either.

    -- Scott

  33. A Simple, Yet Effiective Solution by $criptah · · Score: 4, Insightful

    This problem is very easy to fix. Let's do what was done in the former USSR in order to make sure that only the ones who can go on to get more education when it comes to public schools. I went to one of the best schools in the United States (according to Newsweek) and I was astonished by a number of people who clearly did not belong there. I can only imagine what happens in the rest of the public schools that are ranked lower than mine.

    It works like this. Everybody is evaluated in terms of academic performance after then 10th grade. Anybody with a GPA of 3.0 and higher can move on further. People who have GPAs of 2.6-3.0 can move on after a consulation with councelors and only if their GPA is going to improve from there. Students who have a GPA of lower than 2.6 must find education somewhere else (vocational schools, private schools, etc.). Why should we waste our taxmoney on people who are not willing to study to begin with? In my case, 60% of people who attended the 9th grade did not come back to the 10th. That was pretty kick ass, considering the fact that everybody who made it actually wanted to study and move on. Classes were better, people were better and teachers had more room to breathe. Some of them finally started teaching instead of policing the ones who caused problems.

    When I came to the United States, I was surprised to find out that this education system was willing to keep everybody regardless of their academic performance and behavior. In order to get expelled you had to some something quite outrageous that even most troublemakers did not attempt to do on a daily basis. This system is basically designed to have as many suckers as possibe. WTF? I believe this is the core of the problem. However, I do not have a Ph.D in Education; therefore, the final word is not mine.

    Anyway, after you 'take care' of students who underperform and caused troubles, make sure that people who graduate from high schools meet certain requirements and make Information Studies as a part of the deal. Some bright kids do not have computers at home and it is hard for them to learn about something they do not have. Make sure that there is a class that these folks can take in order to broaden their knowledge. Then add a programming course or two because in the future everybody will need to be able to do something like that. I can't tell you how many biology and geography students I've met who were not prepared to take even simple programming classes in college (part of their requirements in order to do some sort of studies). In Belarus we had a course on simple algorithms where students had to write simple programs using BASIC. Mind you, this was in a country where majority of households do not have computers! We had only one class with 20 computers where kids had to share machines. I am sure that in the States we can come up with a better alternative. Once you make classes smaller by, weeding out the ones who do not want to study anyway, our schools can spend more money per student.

    1. Re:A Simple, Yet Effiective Solution by analog_line · · Score: 4, Insightful

      Students who have a GPA of lower than 2.6 must find education somewhere else (vocational schools, private schools, etc.)

      The problem is, the number of jobs that vocational training actually gets you these days are dwindling at an extremely fast rate here, and in many other "western" countries. Yeah, it'd be easy enough to push low ability/performing students into a vocational system, but the vocational system doesn't train them for anything like the modern world, so you're not exactly making them any more useful to society in any way by forcing them into the vocational "system". They'll be even more unemployable, and even more likely to turn to criminal/underground methods of putting food on their tables than they already are, because they'll be officially labled "No Hopers".

      And as far as private schools go, just about anyone who can afford to send their children to a private school already does (save in extremely wealthy areas). Most of the people who don't send their children to private schools won't be able to afford it if their children are forced to leave the public system.

      And as far as emulating the Soviet system of education, yes, it produced a very high quality cream off the top, undoubtably, but looking at the rest of society in most of the post-Soviet countries, I don't think shitting that many kids out of the system without a real place to put them did anything but encourage the rampant corruption and organized crime that are crippling those countries today. Some of the former republics made it out OK. Most have not. I'd think long and hard before emulating anything in such a system.

    2. Re:A Simple, Yet Effiective Solution by jschottm · · Score: 2, Interesting

      It works like this. Everybody is evaluated in terms of academic performance after then 10th grade. Anybody with a GPA of 3.0 and higher can move on further.

      Ever hear of grade inflation? I'd be willing to bet that you'd find that wealthier areas would tend to have disproportionately high QCAs. Keep a rich person's parent from going onto 10th grade, and daddy calls his buddy on the school board and all of a sudden you [the teacher] don't have a job any more. After all, little Johnny is just too busy with all of his extracuricular activities that the ivy league schools want to see to pay attention to your class.

      Further, the system you describe institutionalizes poverty and failure. The kids most likely to do well are the ones who have supportive parents and stable home lives. The children of parents who have to work two minimum wage jobs to get by are likely to do worse than the children of engineers who can either help them with homework or hire tutors, let alone children of drug addicts or the like. So the worse off kids are denied the opportunity to better themselves and go on to have kids that suffer the same problems. It also favours schools in metropolitan areas that offer many honors and AP level classes (which are factored higher in GPAs than normal classes - honors A == 4.5 and AP A == 5), while many rural schools can't offer those classes simply due to smaller budgets and class sizes.

      The US education system certainly has many problems, but what you advocate would make them worse, not better.

  34. YA Sample Test by thegnu · · Score: 2, Funny

    Sample test:

    Are you 1337?
    yes
    no

    WHAT R U STOPID OR SUMTHING!!!!?
    yes
    no

    Use 'w00t' in a sentence.

    (Men)Type 30wpm with your left hand only.

    Where does the green speaker plug go?
    blue jack
    red jack
    green jack
    CowboyNeal

    Extra credit:
    You have 1 comma, 1 single quote, 1 double quote, 1 question mark, and 34 exclamation points. Punctuate:
    I WAS AT MY GFS HOUSE B4 AND SHE TOTALLY WAS LIKE MIKE U BITCH GET ME COOKIES AND I WAS LIKE BITCH WHAT YOUR GONNA GET A FATTASS HA UR TEH SUXORZ HAH HA w00t w00t

    --
    Please stop stalking me, bro.
  35. Re:They fail their own test! by Erbo · · Score: 2, Insightful
    Another reason to think they failed their own test:

    "But I probably did get docked for forgetting to send an attachment with the e-mail as required by the test question."

    Haven't the ETS people learned yet? Sending an unsolicited attachment with your E-mail message is the best way of ensuring that said message hits the bit-bucket unread. (At least, if your recipient has enough brains to hit the floor with their hat...)

    The reporter passed the test. ETS flunks.

    --
    Be who you are...and be it in style!
  36. Oh, that's not the worst. by Grendel+Drago · · Score: 2, Interesting

    I work at a phone support desk. When we ask people to power-cycle their computers, we have to tell them to power-cycle that little box under the desk, where they put the floppy disks in. Not the monitor.

    Why, oh why, is this paradigm so hard to imagine? Take the (Monitor, Computer, Keyboard) tuple, and map it to the (Television, DVD Player, Remote Control) tuple. Why, exactly, is the latter so much easier to understand than the former?

    Bah. Pet peeve of mine.

    More on-topic, folks back in school used to blink and ask how on earth I managed to flick between windows, minimize them and so forth so quickly, without touching the mouse. They really thought that "Alt-Space, N" was magic. Someone once wrote that a single mouse move-and-click is equivalent to about eighteen keystrokes by a competent typist. The mouse is a good tool for some tasks, but it's frequently not even close to the right tool for the job.

    --grendel drago

    --
    Laws do not persuade just because they threaten. --Seneca
    1. Re:Oh, that's not the worst. by C0rinthian · · Score: 2, Funny
      I work at a phone support desk. When we ask people to power-cycle their computers, we have to tell them to power-cycle that little box under the desk, where they put the floppy disks in. Not the monitor.
      Oh, you mean the modem.

      /fellow tech support geek
  37. ETS is a nonprofit by selan · · Score: 2, Informative
    It's hard to make the argument that the test is only a moneymaker when ETS does not actually profit. Which doesn't mean that they don't make money, but still....
    Educational Testing Service is a 501(c)(3) nonprofit organization that provides national and international educational testing, measurement and research.