0% found this document useful (0 votes)
19 views8 pages

2122K1AA

This document appears to be an exam for a course in computer science or a related field. It contains 20 multiple choice and written response questions covering topics like: 1) Matrix algebra including rank, inverse, and eigenvectors 2) Solving systems of linear equations using methods like Gauss elimination and Gauss-Jordan 3) Interpolation and data analysis including mean, median, and regression 4) Integration using techniques like the trapezoidal rule and Simpson's rule The questions require calculations and proofs related to these mathematical and statistical topics as they apply to computer science problems. The exam is divided into three parts with varying point values and question types.

Uploaded by

mm7916504
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
19 views8 pages

2122K1AA

This document appears to be an exam for a course in computer science or a related field. It contains 20 multiple choice and written response questions covering topics like: 1) Matrix algebra including rank, inverse, and eigenvectors 2) Solving systems of linear equations using methods like Gauss elimination and Gauss-Jordan 3) Interpolation and data analysis including mean, median, and regression 4) Integration using techniques like the trapezoidal rule and Simpson's rule The questions require calculations and proofs related to these mathematical and statistical topics as they apply to computer science problems. The exam is divided into three parts with varying point values and question types.

Uploaded by

mm7916504
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 8

Reg. No. : ..........................................

5681 Q.P. Code : [21 SC 03]

(For the candidates admitted from 2021 onwards)

B.Sc./B.C.A. DEGREE EXAMINATION,


JANUARY 2022.

First Semester

Part III — Computer Science / Computer Application /


Information Technology / Computer Technology /
Software Systems / Multimedia and Web Technology /
Hardware Systems and Networking Computer Science
and Application

Allied : MATHEMATICAL STRUCTURES FOR


COMPUTER SCIENCE

Time : Three hours Maximum : 50 marks

Answer ALL questions.


PART A — (10 × 1 = 10 marks)
Choose the correct answer :

1. For any square matrix if rank < n then


(a) | A| = 1 (b) A is singular
(c) | A| = n (d) A is non singular
3 1 4
 
2. If B = 2A and A =  0 2 6  what are the eigen
0 0 5 

values of B?
(a) 3/2, 1, 5/2 (b) -3, -2, -5
(c) 4, 6, 10 (d) 2, 3, 5

3. The iterative method of solving simultaneous


equation is —————— method.
(a) Gauss Elimination
(b) Gauss Jordon
(c) Gauss seidal
(d) Newton Raphson

4. In Gauss Elimination method of solving


simultaneous linear equation the coefficient
matrix A is reduced into ——————.
(a) Diagonal matrix
(b) Lower triangular matrix
(c) Unit matrix
(d) Upper triangular matrix

5. Δy1 = —————.
(a) y0 − y1 (b) y1 − y0
(c) y2 − y1 (d) y1 − y2

2 5681
6. Using Newtons forward interpolation formula to
find x at which the function is maxima or minima
from the given tabular values we assume ———.
dy dy
(a) >0 (b) <0
dx dx
dy dy
(c) =0 (d) =1
dx dx

7. The sum of squares of deviation of set of values is


—————— When taken about mean.
(a) mode (b) Crude mode
(c) median (d) mean

8. The relation between Arithmetic mean (A.M.),


Geometric mean (G.M.) and Harmonic mean
(H.M.) is
(a) A.M > G.M > H.M (b) A.M > H.M > G.M
(c) G.M > H.M > A.M (d) G.M > A.M > H.M

9. The variables x and y are not linearly correlated


when ———————.
(a) r = 0 (b) r = 1
(c) r = −1 (d) r = ±1

10. Regression coefficients are independent of


(a) Change of origin
(b) Change of scale
(c) Change of origin and scale
(d) Change of origin but not scale

3 5681
PART B — (5 × 3 = 15 marks)

Answer ALL questions.

11. (a) Find the inverse of the matrix


1 1 3 
 
A = 1 5 1  .
3 1 1 
 

Or

(b) Find the Rank of the matrix

1 2 3 4 5
 
6 7 8 9 10 
A =  11 12 13 14 15 
 
16 17 18 19 20 
 21 22 23 24 25 

12. (a) Solve by Gauss elimination method


x − y + z = 1, − 3x + 2 y − 3z = −6,
2x − 5 y + 4 z = 5 .

Or

(b) Solve the following system of equation by


Gauss Jordan method
5x + 3 y = 11, 2x + 9 y = 20

4 5681
13. (a) From the following data find y at x = 43 .
x 40 50 60 70 80 90
y 184 204 226 250 276 304

Or
dy
(b) From the following data find at x = 21 .
dx

x 21 25 29 33 37
y 18.4708 17.8144 17.1070 16.3432 15.5154

14. (a) Find the mean deviation about the median of


the following frequency distribution.
Class 0-6 6-12 12-18 18-24 24-30
f 8 10 12 9 5
Or
(b) Compute the coefficient of dispersion for the
following distribution.

Class 0-10 10-20 20-30 30-40 40-50 50-60 60-70


f 8 12 17 14 9 7 4

15. (a) The two regression lines are 4 x − 5 y + 33 = 0


and 20x − 9 y = 107 . Find the means of x and
y also find the correlation coefficient.
Or

5 5681
(b) If x and y same mean and regression lines
are y = ax + b, x = ay + β find common mean
and correlation coefficient.

PART C — (5 × 5 = 25 marks)

Answer ALL questions.

16. (a) Verify Cayley-Hamilton theorem for the


1 0 3 
 
matrix A =  2 1 − 1 .
1 − 1 1 

Or
(b) Find the eigen values and eigen vectors of
2 1 1
 
the matrix A =  1 2 1 .
0 0 1 

17. (a) Solve by Gauss Jordon method


x + 2 y + z = 3, 2x + 3 y + 3z = 10,
3x − y + 2z = 13
Or
(b) Solve the following system of equation by
Gauss — Seidel method.
8x − 3 y + 2z = 20 ; 4 x + 11 y − z = 33;
6x + 3 y + 12z = 35 .

6 5681
1 −x 2
18. (a) Evaluate 0 e dx using Trapezoidal rule by

taking n = 5.

Or

π
(b) Evaluate 0 sin x dx by Simpson’s rule

dividing the range into 10 equal parts.

19. (a) Obtain Mean, Median and Mode of the


following.

x: 10-25 25-40 40-55 55-70 70-85 85-100

f: 6 20 44 26 3 1

Or

(b) Following are the marks obtained by two


students. Who is more intelligent and who is
more consistent?

A 74 75 78 72 78 77 79

B 87 84 80 88 89 85 86

7 5681
20. (a) Obtain the coefficient of correlation and find
the lines of regression from the data given
below.
x: 22 26 29 30 31 31 34 35
y: 20 20 21 29 27 24 27 31

Or
(b) If θ be the angle between the lines of
1 − r2 σx σ y
regression, show that tan θ = .
r σ2x + σ 2y

——–––––––––

8 5681

You might also like