CSE1530 3.0 Computer Use: Programming

Winter 2008 Course Web Site - Section N

News/Announcements

  • April 10, 2008
    On Monday April 14 I have to move my office hours from 1-2pm to 3:00-4:00pm. (I guess its possible I could be slightly late - so please wait if I am!)

  • Mar. 31, 2008
    The Lotto simulation example illustrating use of subprograms is available:
    here.
    (See instructions below if you don't have WinRAR.)

  • Mar. 11, 2008
    The conditional loop example for calculating the square root - is available:
    here.
    (See instructions below if you don't have WinRAR.)

  • Mar. 10, 2008
    The choose nth word example - using the algorithm that iterates over each character in the string - is available:
    here.
    (See instructions below if you don't have WinRAR.)

  • Feb. 29, 2008
    The choose the nth word examples are available:
    algorithm - find the nth blank: here.
    algorithm - remove n words: here.
    (See instructions below if you don't have WinRAR.)

  • Feb. 29, 2008
    The conditional loop example involving random numbers is available here.
    (See instructions below if you don't have WinRAR.)

  • Feb. 28, 2008
    The real estate valuation example is available here.
    (See instructions below if you don't have WinRAR.)

  • Feb. 5, 2008
    The Rock paper Scissors example is available here.
    (See instructions below if you don't have WinRAR.)

  • Jan. 31, 2008
    Notes concerning data representation, i.e. how binary codes are interpreted as integers or real numbers are available here.

  • Jan. 31, 2008
    The roots of a quadratic example is available here.
    (See instructions below if you don't have WinRAR.)

  • Jan. 31, 2008
    The make change cash register example is available here.
    (See instructions below if you don't have WinRAR.)

  • Jan. 17, 2008
    The example illustrating use of variables in the accumulation of a sum of entered values is available here.
    (See instructions below if you don't have WinRAR.)

  • Jan. 17, 2008
    The announcement above makes available the example Three that I was discussing in class. The files and folders that make up the VB2005 program are in a single "zipped" file. You need to download it and then "unzip" it.

    If Windows does not have a default Zip application on your computer you can download the free software 7-Zip. Double click the downloaded file to install the software on your computer.

    After you have downloaded/saved any .7z file from this web site, start the 7-zip File Manager from the Start/Programs, navigate to the .7z file you just saved and click the Extract button. Choose the location you wish to save to (I suggest you create a folder called LectureExamples perhaps) and proceed with the extraction (click OK).

    You'll end up with a folder of the same name as the .7z file, and within this folder you'll find the .sln file which will launch VB2005.

  • Jan. 2, 2008
    Welcome to CSE1530 3.0N for the Winter 2008 Term.

    This section specific web site will contain only announcements and links to examples discussed in lectures for Section N.

  • Jan. 2, 2008

    Important: Limits on HOW you work together

    Students often seem to be unclear about what constitutes plagiarism in this course. Therefore, some Do's and Don'ts ...

    Do discuss the basic algorithmic approach to solving a problem.
    Do separately write the code trying to implement the approach.
    Do assist someone else in debugging their code.

    Don't share your code, particularly ....
    Don't send a file to someone else.
    Don't sit together in the lab writing the code jointly

    The code you write is somewhat like an essay - usually how one person writes it is distinctive to them, and close "collaboration" is easy to spot. Cases of non-individual work will be dealt with severely.

Instructor and Contact Information

  1. Section N
    • Instructor: P. Cribb
    • E-mail: peterc at(@) cs.yorku.ca
    • Office: cse2010
    • Office Hours: Mon 1-2pm, Tues. 1-2pm, Thurs. 1-2pm
    • Section web site: here