| Home | Sign up! | Projects | Seminars | Research Notes | Today's Lecture | About |
Member ID: 25

Shantanu Chikara

Email
shaheen97@rediffmail.com

Profile: I am doing my bachelors degree in computer information systems (cis) from ansal Institute of Technology.I did my schooling from army school, Nainital and studied turboc++ after class 10th. My hobbies are music,biking,interest in volleyball.

Prof. Ashay Dharwadker's Courses (2):

CourseSemesterGrade
Information SystemsFall 2003View
Database SystemsFall 2003View



Projects (1)


Project ID: 22
Course: Database Systems
Topic: Periodic Table
Description: I am making a project on periodic table with sharat sirohi and mayank bhargav.This project will be made with the help of mysql,apache and php programming.This will include entire properties of the elements both physical and chemical as well as different uses of different elements.More things will be added to my project as i am in the process of making it.


Seminars (1)


Seminar ID: 11
Course: Information Systems
Topic: Queuing Theory
Description: I will be giving a seminar on queuing theory which will explain the relation in the increament and decreament of queus.simple examples will be taken explaining the topic.My partners are mayank bhargav and sharat sirohi.This will be given on 3/11/03.


Research Notes (1)


Research Note ID: 9
Course: Information Systems
Topic: Euclidean Algorithm
Description: Finding greatest common divisors -

This computes the greatest common divisor of two given integers via the Euclidean Algorithm, showing all the steps. The greatest common divisor is explicitly noted at the bottom.

first=7654321
second=56789

7654321-(134)*56789=44595
56789-(1)*(44595)=12194
44595-(3)*(12194)=8013
12194-(1)*(8013)=4181
...............................
..............................
.............................
7-(1)*(6)=1
6-(6)*(1)=0

so the gcd of 7654321 and 56789 is 1.

Reference: www.math.umn.edu/garrett/crypto/a01/euclid.html

Last updated on Wednesday, 5th November 2003, 02:14:40 PM.

Prof. Ashay Dharwadker