|
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].
|
|
Should i teach CSS layout directly to new learners or first i should teach how to make layout with tables , then Div+CSS?
and what should i teach between HTML or XHTML? both are same so should i start directly with XHTML 1.0 strict.?
Started by jitendra on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
I would start with non-tables, why teach and still trying to apply same patterns to....
They will figure out that they can (mis)use tables for layout all by themselves .
You should teach them to use CSS for layout and tables for tabular data.
|
|
Learn what the bible teaches us about Baptism verse what the church teaches
Mikveh A Hebraic Understanding of Biblical Immersion part 1, 2
Mikveh A Hebraic Understanding of Biblical Immersion part 3,4,5
Jer 16:19-20
19 O Lord, my strength and my fortress...
Started by fortheloveofgod on
, 15 posts
by 6 people.
Answer Snippets (Read the full thread at lipstickalley):
Spirit?? Seems to me that's what most churches teach or am I wrong?? I could be you know I need some help.
|
Ask your Facebook Friends
|
Is there any one book out there that just teaches the latest and greatest version of ASP.NET without teaching C# or .NET libraries?
Started by iama on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm a big fan of ASP.NET Unleashed by SAMS
I've got the 2.0 edition, but I'm sure they have them for all versions
http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&field-keywords=asp.net+unleashed&x=0&y=0
Alternatively here's a couple... .
|
|
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):
So I am saying, get your degree, work on a couple major projects, then teach if its something you would want ....
If you want to teach at a high school/secondary only had education had.
It depends, I think, on where you want to teach.
|
|
Is it just me or are most colleges teaching Java instead of C++ these days? I feel like I've been missing out with having zero classes teach or use C++ at all.
Started by Bryan Denny on
, 54 posts
by 53 people.
Answer Snippets (Read the full thread at stackoverflow):
There is also a push a better language to teach programming....
Colleges believe that Java is easier to learn and easier to teach.
It's been that way for quite a while; many of the Universities here in Australia teach Java over to pragmatism.
|
|
How do you teach junior programmers to use MVC? This is assuming they never had any experience.
Started by drikoda on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, to teach students to use ANT they teach you ....
I'd be careful if you plan on trying to do a classroom like routine to teach them this in practice in teaching a number of concepts, not just MVC.
Resources in it.
|
|
How do you teach a child (ages 2 to 15) to use a computer?
Started by joe on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at superuser):
You to have to teach a very young child ....
Check this Question: How should I teach my children how to program?
Alice from Carnegie Mellon young with learning programs that teach them math, spelling, play simple learning games etc...
|
|
Over the summer, I was fortunate enough to get into Google Summer of Code. I learned a lot (probably more than I've learned in the sum of all my university coursework). I'm really wondering why they don't teach a few of the things I learned sooner in ...
Started by Jason Baker on
, 32 posts
by 30 people.
Answer Snippets (Read the full thread at stackoverflow):
The reason....
As to why they don't teach these things, well, the college is there to teach you the fundamentals teach the fundamentals that will serve as your basis for all future programming education degree was pretty much the same.
|
|
My 14 year old brother seems to be fascinated by computers, so i thought I'd get him started with programming. For teaching some very simple programming elements like assignments, simple logic, control flow, etc... Would there be any danger in teaching...
Started by Babiker on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
Try to get him through shell scripting, but if you teach him through JavaScript / JQuery, he will be able to display command line, writes moderately complicated....
To teach a young kid programming by actually programming is the wrong strategy.
|