Computer Programming for Biology Students
Course Page
0455-3391-02

Messages:

 

  Emails should be written in ENGLISH!

  Visual Express installation can be found here … install visual C++.

  A recommended book for the course is “A Book on C” by Al Kelley and Ira Pohl, can be found in the exact sciences library.

Contact Information:

 

Lecturer

Alan Lerner

alan@post.tau.ac.il

 

Office hours

Tuesday

12:00-13:00

Schreiber 002

Bodek

 

bioc08b@gmail.com

 

Examples from Class

 

The examples should be viewed with a text editor and not with an html browser!!!

Lesson 3:

 Sqrt.c   – from presentation number 3.

 Sqrt2.c   – from presentation number 3.

 If_Else_Example.c   – from presentation number 3.

 While_Print.c   – from presentation number 3.

 While_Factorial.c   – from presentation number 3.

 For_Factorial.c   – from presentation number 3.

 Test_Fail.c   – from presentation number 3.

 Pyramid.c   – from presentation number 3.

 Mult_Table.c   – from presentation number 3.

Lesson 4:

 Power.c   – from presentation number 4.

 Square.c   – from presentation number 4.

 ShowHelp.c   – from presentation number 4.

 Factorial.c   – from presentation number 4.

Lesson 5:

 SimpleCalc.c   – from presentation number 5.

 Reverse.c   – from presentation number 5.

 Sort.c   – from presentation number 5.

Lesson 6:

 TicTacToe.c   – The finished tic-tac-toe game that we started programming in class.

Lesson 7:

 bubble.c   – from presentation number 6.

Lesson 8:

 RecFactorial.c   – from presentation 7.

 Hanoi.c   – from presentation 7.

 Fibonacci.c   – from presentation 7.

 Queens.c   – from presentation 7.

Lesson 10:

 AddComplex.c   – from presentation 9.

 Stack.c   – from presentation 9.

 

Presentations from Class

 

 Presentation number 1   – presented on 06/05/08.

 Presentation number 2   – presented on 13/05/08.

 Visual Express 1   – presented on 13/05/08.

 Presentation number 3   – presented on 20/05/08 … finished on 27/05/08

 Presentation number 4   – presented on 27/05/08.

 Presentation number 5   – presented on 03/06/08.

 Visual Express 2   – presented on 03/06/08.

 Presentation number 6   – presented on 17/06/08.

 Presentation number 7   – presented on 24/06/08.

 Presentation number 8   – presented on 08/07/08.

 Presentation number 9   – presented on 15/07/08.

 

 

Assignments


  Assignment 01Not for submission.

  Assignment 02Given 20/05/08 … Due Date: 27/05/08

  Assignment 03Given 27/05/08 … Due Date: 03/06/08

  Assignment 04Given 03/06/08 … Due Date: 10/06/08

  Assignment 05Given 10/06/08 … Due Date: 17/06/08

           advSequencesAlgorithm for solving the "advanced sequences" assignment

  Assignment 06Given 17/06/08 … Due Date: 24/06/08

  Assignment 07Given 24/06/08 … Due Date: 08/07/08

  Assignment 08Given 08/07/08 … Due Date: 15/07/08

  Assignment 09Given 15/07/08 … Due Date: 22/07/08 … this exercise is a "Targil Reshut" … you don't have to submit it and it will not be counted for the final grade.

  Final_ProjectGiven 23/07/08 … Due Date: 30/10/08 … Updated 24/08/08

  Please read carefully the submission guidelines.

  Assignment FAQ page.

 error.c   – this is what you should do in case of an error in the homework assignments.