Computers Not Working In Education
salimfadhley writes "BBC Radio 4's current affairs program 'Analysis' is reporting [realaudio] [txt transcript] on emerging evidence that computers have harmed, rather than helped educational progress. There is still much debate among even the most enthusiastic supporters of schools technology about how computers should best be used.
Despite record investment in computers in the USA and UK, recent studies (not the ones funded by educational software companies) have shown a significant drop in core subjects (Math, English) in schools that place strong emphasis on Information Technology.
Evidence also suggests that whilst information technology has great potential in the classroom, teachers have not yet found better use for computers than as a big library. Very few schools have been able to use the new technology for cultural exchange, or to build practical educational networks with other schools.
Teachers do not know whether computers should be seen as an exciting but peripheral educational 'accessory', or if computers can actually be used to solve the most pressing problems of literacy and numeracy - the sorts of things that get kids through exams." The Economist had a similar article a month or two back, about Israeli schools that had similar results, along with an interesting comparison between how people see computers now, and how people in the early 20th century saw film strips in the classroom.
I was encouraged in high school to use calculators since my H.S. was trying to go "high tech". In fact, we were REQUIRED to use them on tests .... if you didn't, you were going to fail due to a lack of time to complete the exam.
...
... English was another issue ... and why I didn't get into a good school), so this is a good example in my opinion.
... and I finished WAY before the other students in the course. HOWEVER, when I got my exam back, I got a 54%!!! Every answer was correct, but in big, red letters at the top of the paper, the prof wrote "This is what you get for looking at your calculator so much!" ... then he wrote "I need to see a few more steps and where you got some of these answers".
:)
... kids today need to learn to think for themselves BEFORE they begin to use technology as a crutch ....
.... but at the same time, we live in a technology laced society ... so which is more evil ... to force kids to learn, but not teach them technology, or to teach then technology, but make them helpless without it ....
....
... can't live with it, can't live without it ...
...
Then I got to college
Now keep in mind, I was a pretty good math student (scored perfect on the SATs in Math
I took my first college Calc II exam, and of course, used my calculator for it. In all fairness, it was a difficult exam, but a fair exam. I thought I would be "joe slick" and finish quickly by using the latest and greatest graphing calc. available
Needless to say, that was the last time I used that calculator for anything but to check answers (or to get answers and reverse engineer them)
My prof was right though
It is an evil world we live in
It looks like technology is like women
Just my 2 cents
HallmarkOrnaments.Com
True dat. But only because they teach computer "science" (how to use particular applications, etc.) rather than computer science (creating and analyzing computable algorithms). When I was in 3rd grade (yes, 3rd grade), I was in a Montessori school that had a great computer lab (well, great for 1983). We had a class in computer programming for all the third graders as part of the math class. We programmed in Logo. The first week we got to play with the computers and learned to make squares and stuff (repeat 4: fd 50 rt 90). For the next 2 months we didn't touch the computers; we wrote out algorithms on paper. The next semester was the same way, but with Forth instead of Logo.
The end result? I still design applicative programs, no matter what language I use. I still debug by proving the flaws in my algorithms rather than by examining memory. I still program with pencil and paper before I touch a keyboard. I like programming that way, though it doesn't always go over well with the "we need e-business solutions to leverage our key synergies" crowd.
Who was it that said "Computer science is no more about computers than astronomy is about telescopes"? Computers can be good tools to supplement pencil-and-paper analysis of algorithms; I haven't seen a school since that used them that way, though. They mostly teach how to research on the Internet (a useful skill, I admit) and how to make pretty slideshows.
All's true that is mistrusted
The underlying problem is deeper than even that. The main reason we don't have good teachers is because the good ones get fired.
I have a friend who used to be a middle school English teacher, one of the best teachers I've ever known, he employed a variety of methods to get kids to learn. He did lots of different "cool" things like after reading a story, having the kids go in the hall and draw the story on huge newsprint scrolls.
He also didn't take any crap from his kids. They acted up, he disiplined them according to school policy (detention, office, etc). If a kid didn't participate or didn't do the homework, he failed them. If the kids at least tryed to learn he did his best to help them (and those kids passed).
The result? He was fired. Why? Because he made the other teachers look bad, and too many of his kids were failing and being disiplined. Why would teachers pass kids that weren't even trying, or refuse to disipline kids that are troublemakers?
Because at least in Texas laws have been passed that give more money to schools that have high rates of students passing and high attendence. If a kid gets disiplined and eventually suspended, the school gets less money. If the students don't make the grade its better to curve them up because then the school gets more money because they passed. Teachers are encouraged to ignore disipline problems and pass failing kids regardless of grades. Good teachers that refuse to follow the system get canned and we're left with people who only care about paycheck and will happily hand out passing grades.
Students figure out this system too and don't make an effort to learn. They don't have to. The troublemakers bully other kids around without thought of consequences, all of which probably helps to foster the rampant school shooting problems as well.
The Anti-Blog
Well, I can't help you there. It's a surprisingly powerful functional/applicative language; most people only know about using it to draw little pictures because that's one of the easiest ways to teach kids.
I was 8, like most people in the 3rd grade.
Basic isn't a functional language. It forms bad habits; too many side effects, and not enough distinction between functions and subroutines.
Well, first off, this was long before the days of Visual Basic (thank God). Secondly, VB would probably be the worst language to teach someone algorithmic analysis except maybe for Smalltalk. As for C, I did learn that in Middle School, and the teacher was surprised that I used recursion when most people would use iteration (thanks to Logo and Forth), which tended to simplify my programs.
Ummm... yeah. Replace "algebra" with "discrete mathematics" and you're basically repeating what I said
Well, we disagree then. I don't think you can learn math very well if you start out using calculators or computers or any "black box" that gives you answers when you give it questions. Kids should develop mathematical discipline first.
All's true that is mistrusted