Slashdot Mirror


Technology In Primary Education, Boon Or Bane?

code_rage writes "This article in the San Francisco Chronicle attacks the zealous use of computers in grade school. In a time of teacher layoffs, San Francisco schools are buying 450 new computers with federal and state grants. The effects on education go beyond the initial costs: educational methods are suffering, as children are learning PowerPoint and teachers are becoming unpaid SysAdmins and content censors. This article is a well-written and brief update to Cliff Stoll's book High Tech Heretic: Why Computers Don't Belong in the Classroom." Update: 12/01 00:40 GMT by T : Ooops II-- "Classroom" is now correctly spelled.

27 of 571 comments (clear)

  1. Blame the teacher! by shura57 · · Score: 5, Insightful

    First off, I'd love to have a kind of computer 450 of which cost just short of 1M$ -- that would be almost 2K$/computer. Not exactly a budget cut type of purchase, if you ask me :-)

    Second, they would not be having the technical problems they do now, had they not gone with that infamous OS from Redmond, plus they would save much on the OS/support costs.

    But this is all secondary. The most important fallacy in blaming the computers for dumbing the classrooms is in that the teachers don't have a clue what the computers are for. Where I went to school, the games were prohibited. You had do write you program using pen and paper. Then you had to prove (in D. Knuth's way) to the teacher that it works. Only after that you were allowed to type your code in and try compiling it.

    As for the web, IM, chatrooms, etc, one has to be blind not to recognize this as entertaintment which is not the purpose of the school. I would not have internet connections from classroom computers. Local network is fine, but one would have to prove than (s)he really needs Internet access for that project before the access is granted.

    It's like bringing TVs to school. While they can definitely be a source of important information, hardly anyone would fancy buying TVs for the school to close information divide :-) How is the (internet and games enabled) computer different in that regard?

    Alex

    1. Re:Blame the teacher! by Frater+219 · · Score: 5, Insightful
      But this is all secondary. The most important fallacy in blaming the computers for dumbing the classrooms is in that the teachers don't have a clue what the computers are for. Where I went to school, the games were prohibited. You had do write you program using pen and paper. Then you had to prove (in D. Knuth's way) to the teacher that it works. Only after that you were allowed to type your code in and try compiling it.

      Well, computer science is not what most students are being taught with computers. Many teachers, like most people in our society, do not entirely realize that computer programs are mathematical functions, nor that they are something that ordinary human beings can learn to write.

      (Yes, you read correctly: "ordinary human beings." The cult of the "computer nerd" or "wizard" -- the idea that only a tiny few exceptionally intelligent people are capable of understanding computers -- has existed for only a short time. The vast majority of computer programmers have never been computer fanatics. In science and industry, most still are not. Microsoft and the computer game business are exceptions which deliberately cultivate the "nerd" or "wizard" attitude -- regardless of whether the code or the games are any better!)

      Much of the use of computers in schools has nothing to do with programming. Some of it involves playing "educational" computer games. Some of it involves vocational training in the use of word processors and spreadsheets -- which in my opinion is improperly generalized to too much of the student population. (See below.) Some of it involves online research, which has become connected these days to library science. None of these have anything in particular to do with computer science.

      It is unfortunate when students are given vocational training on particular pieces of software, and which skimps on the underlying concepts necessary to learn other pieces of software. Teaching students Microsoft Word is giving money to Microsoft. Teaching students basic ideas about operating systems (such as "A computer can be running programs in background, which you don't necessarily see") would be rather more valuable.

      Trying to teach students computer science itself early on may not be the best approach to cultivating future computer scientists or programmers. Logic, reasoning, and mathematics are prerequisites to computer science ideas like algorithms and correctness. Training children to use critical reasoning, not just guesswork and opinion, in their everyday studies, is probably the best step towards a better understanding of computing.

    2. Re:Blame the teacher! by LoztInSpace · · Score: 5, Insightful

      I would suggest that your experience indicates that internet access belongs in the library. Arguments against having it in the classroom are still valid as far as I can tell.

  2. Like a language by Davak · · Score: 4, Insightful


    Learning to use a computer is just like learning a new language!

    Expose the kids to computers, foreign language, poetry, or whatever--the younger the children are when they are first exposed, the better their minds are going to adapt to this type of input/output device.

    Should computers be used for everything in education? No, of course not. Either should books, TV, lectures or anything else... the more variety the better.

    Teachers can be lazy and use computers... just like they can be lazy and use videos.

    1. Re:Like a language by PotatoHead · · Score: 5, Insightful

      You made an interesting distinction: the secretary compared to the (implied) programmer / power user.

      Basic user skills are not very related to language, in this we agree. Those skills can be learned by most anyone at any time. However these are not the skills that people need to make the most of their computing experiences. Only having these sorts of skills are a large part of the problem we have with computing today.

      Nobody growing up today should be considering the nature of a computer as a 'magic box'. Early on, this was true because computing was new enough, but today that has changed.

      Computers are basically everywhere today and they are only going to become more pervasive in the years to come. Understanding the core nature of computing is important and is related to language more than you are giving it credit for.

      You are dead on in the last paragraph regarding perspective. Most schools are missing it and the questions you raise are good ones more folks should be asking before sending their kids into the computer enabled classroom.

      (BTW, I believe we should not see computer use prior to 6th grade. --Kids need time to gain mastery of the three R's before getting to use the computer. If you think of the computer as a tool to help think, which is computing when you really think about it, one must be capable of thinking on their own in order to get the proper benefit of the tool.)

      What students need to know? (6th grade - HS)

      (About computing)

      0. Computers do exactly two things, in general. They add numbers together and move numbers around.

      1. The nature of information and how it is processed. Basics only here, RAM ROM CPU Storage, I/O concepts.

      2. Why base 2 numbers? Logic AND, OR, NOT, XOR and others. Make kids give instructions for general tasks using these operators when they make sense. Use plain english for these and include problems and situations that require some simple basic logic to express.

      3. The representation of things using numbers. This is where computing is a lot like language. We make up new words all the time to define and convey ideas in a shorthand way. --This makes things easier for us. Example: Joe is an asshole. What combination of words replace 'asshole'. A large part of the problem understanding computers is directly related to the concepts inherent in this type of discussion.

      4. Types of computers. Embedded, complex, cluster, personal. Compare and contrast the microwave controller, personal computer, cell phone computer, game machine. How are they different? What representations of data are important to their function?

      5. Computing concepts. Basic programming using some semi-natural language. Anybody should be able to ask a computer to perform many basic tasks. Everyone should have written a simple program or two to get the computer to do exactly what they want instead of learning which software to purchase or how to combine functions to get the same result. Text files should be important.*

      This is not a UNIX thing, or an anti GUI thing, it is a language thing. Learning how to manupulate representations of things we find important in a form the computer is good at processing in a meaningful way. Having grown up on the 8bitters, this comes naturally, on todays computers this information needs to be taught because the higher level representations possible today allow the core of what is happening to be glossed over too easily. --"Magic Box"

      6. Software. All software is simply information just like anything else we put into a computer. What makes it different from data?

      7. Ethics. The computers of today, for the most part, do what we tell them to. Lets hope that continues to be true. Given this, what responsibilities do we have? Compare and contrast 'hacking' to 'cracking'. Why are they different and how important is that difference?

      8. Culture. Once people begin using networked computers (0-6 do not require th

  3. What I don't understand... by Uhlek · · Score: 5, Insightful

    ...is what happened to the classical forms of education. Young stundents in their mid-teens could do complex mathetmatics in their heads, and knew classical Greek and Latin fluently in some upper-scale schools in the 1800s. Now it's not uncommon for students to graduate without a complete grasp of the English language -- much less math, foreign language, or anything else.

    Honestly, I think that technology should be taught, but not used to teach, at least not up until a certain age. The classic forms of learning reading, writing, and arithmetic worked -- and they worked much better than any new fangled and more expensive method we have today.

    It's not about the methods, it's not about the standardized tests. It's about the learning. Schools need to be reminded of this.

    Instead, all they care about is high scores on the standardized tests. Damn the students beyond that.

    1. Re:What I don't understand... by Coryoth · · Score: 4, Insightful

      Young stundents in their mid-teens could do complex mathetmatics in their heads, and knew classical Greek and Latin fluently in some upper-scale schools in the 1800s.

      Yes, true, but what percentage exactly of young people were attending those schools up to that level?

      It's not about the methods, it's not about the standardized tests. It's about the learning. Schools need to be reminded of this.

      I think a lot of the problem is low expectations. Students will rise to the level of expectation - if you don't expect and demand a lot of them, they won't do that much.

      As to learning - ultimately school should be about learning how to learn for yourself. Or, from a nice Zen perspetive, "teaching a person to not be taught". Of course that's pretty hard to do, so mostly you just aim at making sure they're literate and numerate.

      I've always been a big fan of teaching some basic philosophy and algebra in primary school. It's okay if the kids don't get it all right then - it makes it much easier later, and it starts earlier on training them how to really think for themselves.

      Jedidiah

  4. Computers in the classroom aren't the answer by Decaffeinated+Jedi · · Score: 5, Insightful
    This is the problem with so many public school funding schemes today. When money is allotted to failing--or failed--public schools, it invariably goes toward buying more computers for the classroom. Apparently, the people authorizing these purchases just haven't figured out that computers don't make kids learn--they just help them not to learn more efficiently.

    If we want public schools to improve, funding should go toward increasing teachers' salaries. After all, if you graduate from college with a degree in chemistry, are you going to teaching science in a rural or inner-city school system for $30,000 a year or go to work for that pharmaceutical company for twice as much?

    --
    DecafJedi
    my weblog: apropos of something
  5. don't stop there by sysopd · · Score: 4, Insightful

    I wonder when businesses will realize they are losing productivity through giving everyone internet connectivity and computers. I've worked at many jobs with direct control and monitoring capabilities of computers and noticed a large increase in the usage of online software and email for purely entertainment purposes. Internet access isn't the only culprit as at one job I remember a lady who would play solitaire for hours on end instead of doing her job. Most of the time what happens is in a crunch, the job gets done late and the company hires more people to fill the 'void'. Lack of a decent work ethic is a major problem today.

  6. Re:Flashback: by aborchers · · Score: 5, Insightful
    In my physics class last year we would use Laser Disc demo's for demonstrations that would require intensive amount of time, space, or equipment to recreate. This allowed us to see many different demonstrations in one day instead of having to set them up.


    And now physics is indistinguishable from a Hollywood special effects extravaganza, and carries about as much reality to the student. Hate to be a luddite, but there's no substitute for running your own experiments and demos in situ. Obviously some are going to be out of reach, but multimedia is no subst for the real thing when it's at all possible.

    --
    Trouble making decisions? Just flip for it.
  7. Apple ][ was good enough! by kravlor · · Score: 4, Insightful

    In my primary education, I was introduced to computers in Kindergarten. Thanks to the wonderful products of MECC such as Number Munchers, Oregon Trail, etc. I was able to enjoy my math, history, and improve my typing skills.

    LogoWriter introduced me to programming in third grade. From there, it was integrating BASIC.

    I am of the opinion that these types of programs should still be sufficient for today's youth. After all, with crippled (censored) Internet connections, research is out of the question. (Ex: "breast cancer" -- a typical blocked search.) The whole point of the computers in the classroom is to learn valuable, transferable skills (math, programming, etc.) as opposed to "how to use PowerPoint."

  8. It's the teachers by Coryoth · · Score: 4, Insightful

    The problem right now is the teachers. It's not that they're doing anything wrong specifically - I'm sure they're doing the best they can. But if they don't understand computers well enough (and more importantly how that integrates into the classroom) then computers will be more of a liability than a benefit.

    For the most part computers in the classroom are a case of "now go use the computer" with little direction, or teachers having to rack their brains for some sort of lesson that will mean they'll use the computer somewhere in it all.

    When the next generation slowly fills the teaching ranks things will change somewhat, because they will see the computer less as a tool that they need to teach children how to use, and more as just yet another part of life. Internet searches replace encyclopaedias, animated computer presentations can supplement stories etc.

    That is, the computer will simply become a part of the classrom in the same way that books, and building blocks, and painting materials are now.

    Only until that happens will computers in the classroom be worthwhile.

  9. Re:Flashback: by Anonymous Coward · · Score: 5, Insightful

    * The people who invented and commercialized that tv didn't have tv in their classrooms.

    * The people who put the men on the moon didn't have computers in their classrooms.
    * The people who invented the computer didn't have computers in their classrooms.
    * The people who cured polio, mumps, rubella, diptheria, pertussis, tetanus, etc. didn't have computers in their classrooms.
    * The people who split the atom didn't have computers in their classrooms.
    * Shakespear, Milton, Dickens, Twain, Dostoyevski, Joyce, Capote, Hemmingway, etc., didn't have computers in their classrooms.

  10. Kudos, Slashdot by bobbabemagnet · · Score: 4, Insightful

    I think it speaks well of the Slashdot community to see that we believe in appropriate use of technology rather than flooding the world with the latest and greatest. To see so many people arguing against the use of computers in elementary school makes me think that we are an intelligent group of people without selfish interests.

    However, as the technologically elite, is the use of computers in the classroom something we should start considering and preparing? Do we need to start building applications designed to educate children of all ages? Could a major selling point of Linux and open source software be its ability to teach young students not only how to use a computer but also how to read, write, do math, communicate with people, etc?

    I see a tremendous opportunity for Linux here. If some organization developed a curriculum and program that would get young students learning, then we could get children using Linux and starting out with open source. What better community to educate our children than the open community?

  11. Todd does this every so often... by jpellino · · Score: 4, Insightful

    His older version of this was required reading for my tech-ed undergrads and grads. It makes sense to hear this opinion, to see how to balance what's going on.

    These guns-or-butter argument is secondary to the proper funding of education as a whole.

    I'm sorry - but I saw my first Macintosh immediately after completing college and a year of grad school, and seeing the undeniable utility of nothing more than MacWrite/MacDraw was astounding. Computers do indeed beling in schools. To not do so would be denying students the power that everyone else has in dealing with information. The world has changed too much to go back.

    I'm going to use the language of apple/mac for two reasons - I know it better, and because apple has been able to deliver secure-able workstations and out-of-the-box tools that get stuff done. Easy productivity tools for students at a wide range of ages. If you want to substitute comparable tools and systems from wintel or OSS, great.

    Todd focuses on things like kids learning powerpoint, kids using turnkey learning systems, and teachers being ad hoc tech mavens.

    He's right - these are problems, but precisely because they are the wrong approaches, not because computers in the classroom are inherently wrong.

    Powerpoint - Unless there's a separate app, the student edition of MS Office is just cheaper. MS Office used by kids borders on mental abuse. No student needs a WP app with 1100 menu items. Our kids use Keynote and swear by it and mastered it in very short time.

    Turnkey systems - these are the least proven of anything anyone ever thought of for educational use. Almost to a unit, they do not use proven techniques or leverage sound educational philosophy or psychology, or do it on a superficial or cartoon basis.

    Teachers as techies - the focus should be on using computers as a tool to find, assemble, process, and create information and understanding. This is all using retail level stuff that all teachers can get to know easily: browser, wp, ss, paint, photos, movies, presentation...

    As for the comparison to construction paper etc. - when we were in school (the 60s) the two slits thru which you were allowed to express yoursleves were book reports and shoebox dioramas. Compare this to what can be done out of the box with Safari, iLife, Keynote and AppleWorks. W much wider spectrum without so much as cracking a manual.

    Shut down IMs, email, and other distractions. Make it accessible across the board. Do it right. But keep doing it.

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
  12. Band-aids by annielaurie · · Score: 5, Insightful

    Is this not yet another band-aid we're trying to apply to our very sick public education system? Give 'em all computers and maybe some of the real problems (such as our distressingly low international rankings in math and reading) will magically disappear. The kinds of skills children need to learn in grammar school aren't very amenable to computers. How to read and retain effectively what's been read, the mysteryious workings of numbers, even the construction of a blobby salt map of the Roman Empire--all these are best left in the hands of a skilled teacher. A computer can't see the perplexed look on the face of a child in the back row.

    It seems to me that computers can be added to the curriculum as they are required, and used for their logical and reasonable purposes. When kids start doing "reports" in the middle grades, computers become tools for research. Later on, they can serve many purposes, with those kids who show interest and aptitude learning to write programs, while everybody learns the basic word-processor/spreadsheet/database triad that keeps the office world going.

    It seems to me that simply throwing them into an already-troubled system simply robs kids of "face time" with their teachers while lulling the rest of us into thinking all's well in our schools. All's decidedly not well.

    Anne

    --
    DUCT TAPE: The Election Supervisors' Secret Weapon
  13. Re:Flashback: by wideBlueSkies · · Score: 4, Insightful

    Leonardo DaVinci didn't have electricity. Yet he was able to do a great deal of scientific work.

    Imagine if a man of that intellect and motivation were to have access to the computational resources we have today. He really would change the world.

    Either that, or he'd waste his days using his computational device to download pr0n.

    wbs.

    --
    Huh?
  14. Re:Flashback: by Selanit · · Score: 5, Insightful
    So I wonder when people were crying that books shouldn't be in classrooms.
    I doubt people complained much about books in the classroom, for a number of reasons. 1) They didn't have classrooms. Socrates, for example, did his teaching outdoors. In that day and age, dedicated teaching areas were few and far between. 2) Slow adoption. Literacy was a privilege of the elite for centuries -- millenia. Heck, literacy isn't universal even today, especially not in the 3rd world. Widespread literacy has only really begun to catch on in the last 250 years or so.

    When I was in grade school, people bitched about using TVs.
    Yeah, me too. And you know what? When it comes to teaching, the TV is a double edged tool. It can be used effectively, but there's also the danger of sitting back and letting the TV do all the work. I had a professor in college (!) who would lecture for 10-15 minutes, and then plug in a documentary. Some of them were pretty good documentaries, but they were still no substitute for a real teacher who can answer questions.

    We need all of these things to teach our kids!
    Wrong. We don't need any of them. Education could proceed with nothing more than a teacher and a student, and maybe a stick to draw in the dirt. Televisions and computers and even books are just tools to make teaching and learning easier. Used in moderation, they can be phenomenally useful; but you can't substitute a machine for a teacher, especially at the earlier levels. Personally, I'd be happier if the elementary schools in this country would concentrate on strong reading skills, strong mathematical ability, strong writing skills, and a general grounding in science and history. If computers are part of that process, great! But they should be a supplement, not a staple. There's plenty of time for more computer-centric education during the later years of education (eg ages 12 and up).

    What really worries me is that these schools are getting ripped off. A million dollars for 450 computers? That seems awfully steep. Since the article specifies that the cash is divided among multiple schools, I assume that the 1 million is all or mostly spent on hardware and software, rather than salaries for support staff or such. That means they're paying approximately $2,200 per computer, which is absolutely ludicrous. That's the kind of money you spend on a professional workstation. Either these schools are buying systems that are WAAAAAAY over-powered for their needs, or they're getting totally ripped off on software prices.

    Heck, I could build those same 450 systems for approximately $320,000 using off-the-shelf commodity hardware and Linux (perhaps Debian Junior, a kid-oriented flavor of Debian). Budget another $120,000 to employ a code monkey for a few years to work on any rough edges in the systems. The rest of the money could go to other school programs in need of funding -- music, art, PE, free lunches for poor kids. It really pisses me off to see our schools spending huge amounts on exorbitantly priced licenses for proprietary software, when those funds could be better spent on other areas.
  15. Re:Flashback: by Capt'n+Hector · · Score: 4, Insightful

    That's true, but neither did anybody else. In a public school, a significant percent of the students don't have a computer at home, let alone internet access. Sure, the great minds of 100 years ago didn't have computers, but science and technology has lept forward since then. Now they do. Put a computer in a public classroom, and a kid from the inner city can use the same tools as the great minds of today. That's the difference.

    --
    Quid festinatio swallonis est aetherfuga inonusti?
    Africus aut Europaeus?
  16. Re:Flashback: by avarame · · Score: 4, Insightful

    When was the last time you were in a physics class that used video demos? For me, it was last Wednesday.

    In a typical physics classroom, can you
    -drop a pair of iron balls of differing weights from ten stories up?
    -fire a rifle through a pair of sensors to find the bullet's velocity? (Think again - guns and school don't mix, even when it's a benign demonstration like this. I hate overprotective conservatives. But I digress...)
    -do simple collision and action/reaction experiments in zero-G?

    You can do all of those and more with video presentations.

    Is it less "real" than if we did it ourselves in the classroom? Yes. Is it better than nothing, which is what we'd have otherwise? Yes.

    Video in the classroom, as well as computers, is a tool to help teach. It's not a substitute for teaching, and it should be used correctly. Too often administrators are throwing out needless requirements that students will know how to use computers, and teachers are misinterpreting that and misteaching by requiring needless use of PowerPoint, or the internet, or whatever the fad of the week is. But the computer is just a tool, and throwing laptops at fourth-graders isn't going to accomplish anything but burn money that could be used for better things.

    --
    Save time now so you can waste it later
  17. In the trenches right now. by Anonymous Coward · · Score: 5, Insightful

    I took my BS in Comp Sci and used it to become a teacher. Honestly you want to know the biggest fault of the system that I see RIGHT NOW is?

    I have people who can't turn a TI calculator off telling me I have to use those same Calculators in my classroom. Meanwhile, at the beginning of the year I had to show kids in Trigonometry how to do long division, square roots, and exponents before I could even begin to touch on sin, cos, and tan.

    Yeah technology is wonderful at helping people bridge the concrete with the abstract. But if they have no clue about the basics do you think technology will save them.

    Personal observation #2: All you parents and future parents pay attention to this. The kids who succeed are the ones whose parents actually show interest in their kids work. Some things that accomplish this is to make sure they are doing their homework, know what classes they are taking, and actually go to parent conferences.

    Final observation: It'll get better as the hierarchy at the schools themselves end up being more computer adept. You wouldn't believe how useful a Smart-Board and other technologies can be in the classroom if the teacher knows how to use them. Same goes with calculators and other technologies. Right now there is a feeding frenzy going on with the idea that every child needs to learn technology out the yin-yang while in high-school. Once people start realizing that most of what we teach them they will pick up on their own if left to their own exploration.

    BTW: All you unemployed Computer geeks. You might want to look at your state's Non-Traditional Licensing office and go into teaching. It is a great job. (Except for the pay but hey, I get vacation out the wazoo.)

  18. Re:Flashback: by buysse · · Score: 4, Insightful
    People in egypt who built pyramids did not have calculators, why would we need them now?
    You meant this as sarcasm, but I see it as truth. Students should not need a calculator in a math class. It's that simple. A few family members of mine are in grade school and high school now, and cannot do simple math without a calculator. A calculator can tell me that a given problem has the "answer" of 4.4121356. It doesn't tell me how to arrive at that answer without entering it in to a magic box. However, I might be able to say that the answer above is 3 + sqrt(2) or 3 - sqrt(2), and know what that means.

    Math classes (and computer classes) have become about the tool, not the problem. It's like spending a whole year in shop learning about one tablesaw -- it's not an useful skill. Teach a kid how to build something, and that the tablesaw is one bloody tool that you can use. Hell, make 'em use a handsaw for the first couple of projects so that they understand what the hell they're doing.

    Theres an increase in productivity with computers, if you cannot see this then I suggest you move to communist china where you can live in a backwards society in which everyone works 12 hours a day for a penny an hour.
    And I respond: Fuck you. Yes, I know, classic argument technique, but school shouldn't be about fucking productivity. If you rely on the spell checker to tell you when you make a fucking mistake, what the fuck do you do on paper when you don't have that tool? All of your examples are about knowledge, not a tool. Think about this: The computer is useless if you don't have a problem to solve with it.

    </rant>

    --
    -30-
  19. Re:How are we supposed to teach calculus? by Anonymous Coward · · Score: 5, Insightful

    Without the calculator theres no way 90^ of us could do calculus.

    Even with a calculator, 90% of us can't do calculus. Hell, I'd be surprised if 90% of Americans can do basic arithmetic with fractions even with the assistance of a graphing calculator, a computer running Mathematica, and a math tutor! Honestly!

    Once you give a calculator to a child, then your bound to show them how to use it. That's twice as much work -- learn the math & learn the box. Each calculator has its own menus/features etc. So either every student has a different calculator (which makes it difficult to lecture how to use it) or the class standardizes on one machine (so that the student won't be able to operate the myriad of other calculators). We call that PROGRESS.

    Without the word processor half of us could not write a paper with perfect grammar.

    Again, even WITH a word processor, a significant number of people can't write a paper with PERFECT grammar. Word processors can check the spelling, and not much more. Do they fix run-on sentences, comma splices, improper selection of words?

    ...some things are impossible to teach the average class without the help of computers and as classes have hundreds of students it will be impossible to teach something like multivariable calculus to a bunch of 8th graders.

    What a laugh. Show me where they teach 8th graders multivariable calculus. What planet do you live on?!? Anyone that needs to learn this stuff should be more than capable of learning it with pencil and paper. I hold a M.S. in mathematics, and even the lowly calculator was forbidden in every math class, with the exception of two courses in numerical analysis. Give me a break!

  20. Re:Flashback: by buysse · · Score: 4, Insightful
    So you think kids should spend months memorizing square root and log tables? That's really useful.
    You got me wrong on this one. I don't think they should do that at all -- memorization is worthless. But in an advanced math class (advanced for high school, anyway), why would you need to go further than that notation? In fact, if you have to do additional calculations with it, that is an extremely precise number. If I needed to square that result, I could have the result 19.485281, or I could know that it's 11 + 6(sqrt(2)). If I need that as a floating point number for any reason, I can convert it with a calculator, but you should be able to arrive at 3+sqrt(2) without one. Think of trig, with simple angles. I could have 2/3, or some random floating-point number that's hard to work with.

    And about the rant below, I apologize for the language, but I stand by the sentiment. You should be able to at least pass for educated without a tool to do it for you. If yoo kant spelll at all without the computer to correct you, I feel sorry for you.

    --
    -30-
  21. From the viewpoint of a current student... by CptKron · · Score: 4, Insightful

    I think I realized this a while ago. Last year, as a high school freshman, I wrote this and turned it in as a rather insignificant essay for my English class. What I say is just repetition of many of the comments above, but I think its important that people see that some students feel the same way. I do, and have since more than a year before this article was up on Slashdot. I realize now how terribly-written my essay is which makes it even more curious that the comments I recieved from the teacher were not on the quality of my paper, but rather a half-page rant firing back at the viewpoint I tried to express. Her tone was along the lines of "Do you really think we don't need computers in school? What about the poor kids who can't afford them at their homes?"

    My point: It all comes back to the excessive use of technology. I couldn't write a decent essay because I was distracted by IMing and trying to create a pleasing piece for my website while my teacher didn't care about my writing enough to actually try and understand my point since she was busy playing Flash games on her 17" LCD panel.

    I should also note that it is interesting to me how a group such as Slashdot readers who understand tech on such a deep level are some of the biggest critics of its widespread use in public schools. Maybe we understand it as more than a wonderful cure-all to our learning needs.

  22. Aaargh ! by Bugmaster · · Score: 4, Insightful
    How many times do I have to say it ? Technology is just a tool, like a knife. Good or bad, it all depends on how you wield it.

    My fondest memories of middle school (in Israel, though) were the physics/statistics/Pascal/dBase linked courses. You'd learn about forces and energy in Physics (well, mechanics really); you'd learn about standard deviation in statistics; you'd learn about loops and such in Pascal; and you'd learn about tables with dBase. Then, you'd encode the statistics formulae in Pascal, so that you could analyze the data in your dBase tables which came from the physics experiment you did.

    In order to accomplish all that, you needed to actually understand all the material in all these classes, because no one explicitly told you how to combine your skills -- they just told you to do it, or suffer the consequences (bad grades, that is). Thus, it was not enough to merely memorize some formulae, which is what most computer-less students do nowadays.

    Similarly, in high school and junior college (this time in the US), I dearly loved my graphing calculator, ye olde TI-85. I wrote some Calculus and Physics (mechanics again, and some EM/optics) programs for it, without which I would have spent most of my lab time on simple arithmetic. When I didn't understand some concept, I didn't have to wait for the test -- I knew it right away, because my program failed to work. And of course, there's no way I could have went through all that English without a word processor -- the white-out expenses alone would have put my family deep into bankruptcy.

    So, basically, my education was greatly enhanced by computers, not reduced to mindless data entry or whatever the article seems to claim. In addition, I was fortunate enough to be computer literate, and thus I could move ahead a bit by skipping all the basic computer literacy classes.

    Note, however, that my education was better than average not because of computers themselves, but because of teachers who used them effectively. This is a critical point that all these "technology is evil !" articles always manage to miss. A good teacher, armed with a good curriculum, can teach physiscs to his students armed with nothing but an abbacus; a bad one will ruin their education even if he had his own personal Beowulf cluster.

    --
    >|<*:=
  23. Similar article in The Atlantic Monthly, July 97 by obiwan2u · · Score: 4, Insightful
    See the article The Computer Delusion from The Atlantic Monthly. Here's the summary:
    There is no good evidence that most uses of computers significantly improve teaching and learning, yet school districts are cutting programs -- music, art, physical education -- that enrich children's lives to make room for this dubious nostrum, and the Clinton Administration has embraced the goal of "computers in every classroom" with credulous and costly enthusiasm
    --
    Ben in DC
    "It's the mark of an educated mind to be moved by statistics" Oscar Wilde