Google
 

Sunday, September 28, 2008

Durga Puja Greetings

Dear Students,
I Wish you all a very happy Durga Puja Vacation. Enjoy your holidays and utilize your time effectively. Meet you all after the vacation.
Best Wishes,
Sohag

Saturday, September 27, 2008

Format for Final Year MCA (6th semester) Thesis Submission

Dear Students,
I'm uploading a PhD thesis which can serve as a reference for your masters thesis to be presented in 6th Semester. You can download the thesis here.
Best Wishes,
Sohag

Format for Seminar Presentation

Dear Students,
I am uploading a sample format for seminar presentations and one example presentation. You can use this format for your presentations.
Best Wishes,
Sohag.

Blank Presentation Format

Presentation Example

Monday, September 22, 2008

AI LAB: Assignment 10

1. What is the difference between DO and DO*. Illustrate with examples.

2. What is the use of infinite loop using DO. Illustrate with an example.

AI LAB: Assignment 9

1. Write a function to check two lists that are collections of single alphabets and output the common alphabets.

2. Using MAPCAR get a list of 8 numbers and output their squares.

AI LAB: Assignment 8

1. Using iteration get 10 numbers from the user and return their sum.

2. Write a function to compute factorial of a number.

AI LAB: Assignment 7

1. Write a function MAKE-EVEN that makes an odd number even by adding 1 to it. If the input is already even then it should be returned unchanged.

2. Take roll number of a student as input and return the name if present in the college register (consider the total number of students to be 5). If roll number is not present then inform the user. Use COND for this question.

AI LAB: Assignment 6

1. Write a simple function in LISP to read data from a file.
2. Get the name, roll number and state of residence of a student and write the data to a file.
3. Why is the special direction :DIRECTION :OUTPUT used?

AI LAB: Assignment 5

1. How does a string differ from a list?
2. Write a function to accept the name of the user and print "welcome ".
3. Calculate the pay of a worker in dollars by getting his pay in Indian Rupees. Use the conversion rate 1USD=42INR.
4. Write a function using yes-or-no-p that asks a person whether his salary is more than Rs.1.5 lakhs. If he answers yes then print "your income is taxable" else print "your income is not taxable".

Friday, September 19, 2008

Internship Opportunities at the Planning Commission of India

Dear Students,
There is an opportunity of doing your internship at the Planning Commission of India. Please download the rules and the form here. Apply as soon as possible.
Best Wishes.

Thursday, September 11, 2008

MCA 5th Semester - Artificial Intelligence : First Order Logic and Building a Knowledge Base

Dear Students,
Please download the notes for Unit 5 and 6 here and here.
The topics covered include:

First Order Logic and Building a Knowledge Base

Tuesday, September 9, 2008

MCA 5th Semester- Artificial Intelligence- Unit 4: Agents that Reason Logically

Dear Students,
Please download the notes for Unit 4 here.
The topics covered include:
Knowlwdge based agent, Wumpus world environment, Representation, Reasoning and Logic, Propositional Logic: A very simple logic, An agent for the Wumpus world