|
For those of you with curriculum development experience: what is the best strategy regarding arrays?
I have seen some schools that teach arrays after variables and control structures, often before even teaching functions. This allows teaching of some ...
Started by Uri on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
Arrays:
You can teach;
Pointers:
Then you can teach about pointers and how they work, starting with some simple examples:
int y the second element
Then you....
teach them in this order: Arrays, Pointers, Arrays+Pointers, OtherStuff[N].
|
|
I'm going to be a freshman in the fall at a public US university and I'm going to major in Computer Science. But I've always wanted to teach... Is it a good idea to pursue a double major in CS and teaching? Also, importantly, will it be possible to find...
Started by Daffy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Teaching at a university level will probably require getting a doctorate at most universities....
If you want to teach at a high school/secondary level, this is probably a very good way to go.
It depends, I think, on where you want to teach.
|
|
So... I've decided to create a post where all of us - thirsty of speaking/writing/using this incredible language could talk to one another without feeling ashamed or embarassed.
We're all in the middle of learning! So forget my mistakes and join in!
Have...
Started by konfitura_ on
, 24 posts
by 8 people.
Answer Snippets (Read the full thread at wizaz):
If it's about teaching, I'll teach you.
Whether you just want to use the language or really learn sth .
|
Ask your Facebook Friends
|
My little girl wants to learn programming but she is still a little young. What would be the best approach to teaching programming to a 7 year old that still lacks a lot basic skills?
Started by Superdumbell on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
I am going to have showing how squeak can be... .
Computer Science Unplugged is a set of school level teaching resources about computer science and programming.
Howto.wired.com/wiki/Teach_a_Kid_to_Program
This is about computer science .
|
|
So, another teaching question. I'm teaching this course in web development and the school i'm with has a recommended text that we should use but i feel that most of the stuff is pretty surface level for the "principles of web design" area, eg, these are...
Started by Irwin on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
With increasing the students know HTML/CSS coming into the course or are you teaching it to them? If they still need to learn HTML then this will limit what you....
I'd like to see Accessibility within any web design/development teaching plan.
|
|
Hi
I'm a php developer looking to learn jquery, with no Javascript experience.
Ideally, I would like a beginners self teaching guide in a book, that I can use as a reference.
Any suggestions?
Started by YsoL8 on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
I also find that this slideshow is a great introduction... .
Docs.jquery.com has great getting started guides.
Here you go: jQuery 1.3 with PHP
One (of many) reasons for the jQuery library being so popular is that the references are incredibly accessible .
|
|
Hi I have been given an opportunity to teach C++ Programming to school students, who are beginners to programming. I have introduced them programming basics neatly and now it is time for me to move on to teach them OOP Concepts. I can teach them about...
Started by Anirudh Goel on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
And teaching C++ to ....
As for teaching "what" an object is - well, tell them.
Well, for one thing I'd say that teaching C++ objects too, so you can teach OOP as well.
For example, was designed to teach such concepts.
|
|
I am teaching two courses that are each one night a week, 6-10:30 PM. These are broken into three parts, two 1 1/2 hour, and then a final hour, with breaks in between.
The clases are scheduled such that the first two parts are in a large lab room that...
Started by JohnMcG on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Really the first day is the hardest because you have to start with some you feel better I once had to teach two separate groups of students two different subjects.
teaching in the evenings.
|
|
I'm 42, and employed as a Java software developer (in the UK). Recently I've been contemplating my future, and wondering if my employment prospects may become limited as I get older. I'm worried about the trend in off-shoring development work, and conscious...
Started by Hicks on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
But if you don't have people skills then do you think teaching is good have good people skills", I think you're....
I feelTeaching is very good...
Especially compared to those teachers who really have a passion for teaching.
teach it.
|
|
In an effort to continue to hone my teaching abilities, I am taking an opportunity to give a couple presentations at work to a mixed technical and non-technical audience on business automation. I've chosen Python as my language of choice, mostly for its...
Started by technomalogical on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
From what I understand, your main goal is to hone your teaching abilities, but to do:
Should I teach with Python....
:-)
"Should I teach with Python 3.x or Python to accomplish.
The language too much will make your audience fall asleep .
|