Jump to content

Intro programming experience

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
messianic

messianic

    Newbie

  • Members
  • Pip
  • 3 posts
Hi, I'm taking a computer science class in the fall and there is a prerequisite of basic programming experience.

I'm looking for online tutorials that can teach me "familiarity and experience with programming using variables, loops, functions, and arrays"

Thanks !

#2
Andrew.G

Andrew.G

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 395 posts
Posted via CodeCall Mobile i suggest watching the programming methodology lecture series available on the stanford youtube page.

#3
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
Do you know what language your course will focus on mainly? The basics are easily learnt across most of the languages but some have some slight differences.
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
If the language will be C++, I would suggest downloading the PDF "Thinking in C++" by Bruce Eckel. He also has a free PDF "Thinking in Java".
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
messianic

messianic

    Newbie

  • Members
  • Pip
  • 3 posts
the course will be taught in Java

#6
Andrew.G

Andrew.G

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 395 posts
Posted via CodeCall Mobile the programming methodology is taught with java.

#7
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
This link should give you a head start and help you in the course;
Essentials of the Java Programming Language, Part 1
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#8
relapse

relapse

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 476 posts
Google has a ton of results. You can find many on the net. This is how I learn.