Arrays Assignment Computer Science: Kendriya Vidyalaya HVF Avadi Chennai 600 054
Arrays Assignment Computer Science: Kendriya Vidyalaya HVF Avadi Chennai 600 054
Page 1 of 1
ARRAYS ASSIGNMENT
Computer Science
A.1.
2.
3.
4
5
6
An array X[7][20] is stored in the memory with each element requiring 2 bytes
of storage. If the base address of array is 2000, calculate the location of X[3][5]
when the array x is stored in column major order.
9.
10
11
12
13
14
15
B.1
2
Comment on the efficiency of linear search and binary search in relation to the
number of elements in the list being searched.
3
Explain (i) Linear search method ( ii ) Binary Search method, which of two is
more efficient for stored data?
-----------------------------------Assignment Prepared By Tushar Thosar PGT CS
Date:11/22/2014
4 /3
marks
1/2
marks