Wednesday, February 16, 2011

BCA Sem-I Nov 2010 Examination - University Toppers

BCA Sem-I Examination (Nov-2010)
Top Ten Students

Rank

Name

Percentage

College

1

GOR SANDHYA GHANSHYAM

84

Muktajeevan Swamibapa Mahila College - Bhuj

2

MEHTA SANKET SURESHBHAI

80.29

Sanskar Institute - Bhuj

3

MEHTA RASHI PANKAJKUMAR

80

DNV - Gandhidham

4

SHAH RADHA DEEPAKKUMAR

76.86

SRK Institute - Sapeda

5

BHANSALI DARSHAN KAMLESH

74.86

Sanskar Institute

6

GUSAI ASHOKGAR NAROTAMBHAI

74.71

Sanskar Institute

7

MAMTA KUMARI PHORAN SINGH

74.43

SRK Institute - Sapeda

8

GORSIYA MANISHABEN KANJI

72.86

Muktajeevan Swamibapa Mahila College - Bhuj

9

THACKER ANKITABEN PRAVINKUMAR

72.29

Muktajeevan Swamibapa Mahila College - Bhuj

10

POPAT AARTI DAHYALAL

71.57

Muktajeevan Swamibapa Mahila College - Bhuj

Saturday, February 12, 2011

Assignment - 2 & 3 -- Scientific And Statistical Computing

Scientific and Statistical Computing

Assignment – II

  1. Write a program in C/C++ to convert a decimal number to binary number.
  2. Write a program to convert binary number to decimal number.
  3. Write a program to calculate roots of the following quadratic equation.

ax2 + bx + c = 0

  1. Write a program to implement Lagrange’s interpolation method.

Assignment – III

  1. Write a program in C/C++ to implement Newton’s forward difference interpolation method.
  2. Write a program in C/C++ to implement Newton’s backward difference interpolation method.
  3. Write a program to implement Newton’s divided difference interpolation method.
  4. Write a program to solve the values of x and y from the following equations:

A1x + B1y = 0

A2x + B2y = 0