15
CS 101 Computer Programming and utilization Dr Deepak B Phatak Subrao Nilekani Chair Professor Department of CSE, Kanwal Rekhi Building IIT Bombay Session 28 Project, Examinations, Evaluation Friday, November 11, 2011 IIT BOMBAY Session 28, Project, Examinations, Evaluation

Dr Deepak B Phatak

  • Upload
    others

  • View
    11

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Dr Deepak B Phatak

CS 101

Computer Programming and utilization

Dr Deepak B Phatak Subrao Nilekani Chair Professor

Department of CSE, Kanwal Rekhi Building

IIT Bombay

Session 28 Project, Examinations, Evaluation

Friday, November 11, 2011

IIT BOMBAY

Session 28, Project, Examinations, Evaluation

Page 2: Dr Deepak B Phatak

Dr. Deepak B Phatak 2

IIT

BOMBAY

Overview

Session 28, Project, Examinations, Evaluation

• Project stage II

– Report submission details

– Self evaluation and peer review process

• Important dates in our schedule

• End semester examination

– Syllabus

– Structure of the end-sem paper

• Concluding remarks

Page 3: Dr Deepak B Phatak

Dr. Deepak B Phatak 3

IIT

BOMBAY

Project stage II report

Session 28, Project, Examinations, Evaluation

• This is your final project report. This should include the following:

– Copy of the document of stage I report, modified, if necessary

– Main report

• Brief description of various modules/programs

• Status of completion

• Ideas for future work

– Brief description of individual contributions

• Actual work done by each individual member of the team

• Single tar file as usual <lab_batch>_final_report.tar.gz

– Should contain all subdirectories

– programs, documentation, test data, consolidated diary entries

Page 4: Dr Deepak B Phatak

Dr. Deepak B Phatak 4

IIT

BOMBAY

Project

Session 28, Project, Examinations, Evaluation

• Submission deadline is extended

– Saturday, 12th November 2011, 21:00 Hrs.

• Special lab sessions are arranged on Saturday

– 14:00 to 16:00 and 16:00 to 18:00

– Meant mainly for project report consolidation and updates

– Pre-registration is mandetory

Page 5: Dr Deepak B Phatak

Dr. Deepak B Phatak 5

IIT

BOMBAY

Project viva

Session 28, Project, Examinations, Evaluation

• Sample viva sessions are planned on Sunday, 13th November

from 09:00 hrs. List of selected students and the exact schedule

will be put up on moodle by 06:00 Hrs on Sunday morning. A

printed copy will be pasted at 08:30 Hrs on the notice board of

foyer of the Kanwal Rekhi building, dept. of CSE.

• Schedule for viva will roughly follow the batch sequence

1. (Mon) 09:00 to 10:00 4. (Thu) 14:00 to 15:00

2. (Tue) 10:00 to 11:00 5. (Fri) 15:00 to 16:00

3. (Wed) 11:00 to 12:00 6 (Wed morning) 16:00 to 17:00

Bring all remaining clickers from the members of your batch

Page 6: Dr Deepak B Phatak

Dr. Deepak B Phatak 6

IIT

BOMBAY

Self evaluation and peer-review process

Session 28, Project, Examinations, Evaluation

• As announced several times in the class, each student of a batch

is required to evaluate oneself as regards the qualitative and

quantitative contribution to the project, made by him or her,

relative to other members of the team. This will be out of 10

marks. These marks are to be peer-reviewed, that is, to be

reviewed by all members of the team, and finalized. Suggested

marking scheme is as follows:

Students who have contributed most: 9 -10

Students with average contribution 6 - 8

Students who have done very little work 3 – 5

No participation in the project work at all: 0 marks.

Minutes of the Review meeting on one page, with date and time;

to be signed by the coordinator. This page is to be submitted

during viva.

Page 7: Dr Deepak B Phatak

Dr. Deepak B Phatak 7

IIT

BOMBAY

Consolidated diary

Session 28, Project, Examinations, Evaluation

• Consolidated time spent by each student for the project, in total

Hours and Minutes against each type of activity, should be

compiled for the entire team, in a plain text file. Data for each

student member of the team should be entered under following

columns:

Discussions| Design|Programming|Testing|Documentation| Misc.

R1

R2

R3

R4

R5

R6

Page 8: Dr Deepak B Phatak

Dr. Deepak B Phatak 8

IIT

BOMBAY

Project diaries and the process for viva

Session 28, Project, Examinations, Evaluation

• The paper copies of the project diary maintained by each student

should be collected. These are to be brought to the viva session,

by the student selected for viva. The team leader or the

coordinator of the team to which the selected student belongs,

should also attend the viva session (unless, of course, the

coordinator himself or herself is the selected student). In case the

coordinator is unable to come on Sunday, another active member

of the team, who can explain the individual contributions, should

accompany the selected student.

Page 9: Dr Deepak B Phatak

Dr. Deepak B Phatak 9

IIT

BOMBAY

Schedule of remaining examinations

Session 28, Project, Examinations, Evaluation

• Project viva (selected students): Sunday, 13 November 2011

• End semester examination: Thursday, 24 November 2011

• Re-examination: Saturday, 19 December 2011

Page 10: Dr Deepak B Phatak

Dr. Deepak B Phatak 10

IIT

BOMBAY

Evaluation schedule

Session 28, Project, Examinations, Evaluation

• Assignments, midsem, quiz, project stage I: Already completed

• Project stage II: 21 November 2011

• End sem paper evaluation: 28 November 2011

– Scrutiny of evaluated answer books: 29 and 30 November 11

– (For I year Chemistry students: 2 Dec 11, 09:00 to 12:00)

• Reexamination paper evaluation: 19 December 2011

– Scrutiny of re-exam papers: 20 December 2011

Page 11: Dr Deepak B Phatak

Dr. Deepak B Phatak 11

IIT

BOMBAY

End-semester Syllabus

Session 28, Project, Examinations, Evaluation

• Everything except classes

– There will be no specific question asking you to define

classes, member functions, etc.

– However, if you wish to solve any problem using classes, you

are welcome to do so

Page 12: Dr Deepak B Phatak

Dr. Deepak B Phatak 12

IIT

BOMBAY

Structure of Endsem Paper

Session 28, Project, Examinations, Evaluation

• Open Notes, as usual

Page 13: Dr Deepak B Phatak

Dr. Deepak B Phatak 13

IIT

BOMBAY

Structure of the end-sem paper

Session 28, Project, Examinations, Evaluation

• Open notes, as usual

• Structure?

Page 14: Dr Deepak B Phatak

Dr. Deepak B Phatak 14

IIT

BOMBAY

Structure of end-sem paper

Session 28, Project, Examinations, Evaluation

• Q1 Multiple parts: Basic concepts of programming

– Expressions, conditional, iteration, simple use of arrays

• Q2 and 3 Defining a function and using it for computations

in your program

• Q4 and 5 A problem involving arrays

• Q6 and 7 A problem involving character strings

• Q8 and 9 A problem involving use of files

Page 15: Dr Deepak B Phatak

Dr. Deepak B Phatak 15

IIT

BOMBAY

Session 28, Project, Examinations, Evaluation