• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

duration

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
Just want to how many classes (4 hrs duration) would be good to teach,
Intro to Java,
datatypes, loops, arrays, interfaces, and basic swing.
I have seen a course at one of the local colleges and they teach all this and project for 4 weeks duration.?
Can this happen?
adithi
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I teach 8 classes of 3 hours each.
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As always, it depends.
If the students have already been exposed to O-O languages and principles, and just want to learn a new language, it can be real quick. If they've not really used a computer before, let alone written a program, it can require much more effort. It also depends how keen the students are to look things up outside the class (and to pay attention in class).
You can certainly get somewhere in 4 4hour lessons, even if its only the confidence to experiment and the basic tools to try.
 
Cowgirl and Author
Posts: 1589
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have taught it in every possible configuration, and yes you *could* get somewhere in four 4-hour classes as long as you really pick your topics. For example, don't do ALL loops, maybe just a *for* loop. Don't go into every detail about every operator... do they really need bit-shifting? And pick just a few Swing components, and use inner classes in the context of even-handling, and you could have some fun.
I'd much prefer the way Thomas is doing it -- with that much time, and spread out like that. At Sun, it was always 40 hours of teaching, but in five consecutive days! There is just not enough time for them to absorb it before moving on to the next topics, so they really walk out with a lot less capability than if the same 40 hours were spread out. Or even less capability than if they had 20 hours, but spread out (and with a little homework).
For a short duration class like that, do you have a chance to give them prerequisite reading or self-evaluations before coming to the class? So that you at least know they all meet *some* basic requirement and you aren't getting C++ programmers and HTML-only folks in the same room on day one. In which case, you'll need a good plan to handle them both
(I know we've all been there in one way or another with students)
cheers,
Kathy
 
reply
    Bookmark Topic Watch Topic
  • New Topic