Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

16/6/2023 - Sparse matrix representation

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

In sparse matrix representation, (i,j,value) is ------------

a)

double

b)

tuple

c)

column

d)

row

2.

In sparse matrix, ------------ elements are stored on memory

a)

zero

b)

non-zero

c)

all the

3.

The operation of interchanging rows and columns in a matrix is called as ------------------

a)

Addition

b)

Subtraction

c)

Transpose

4.

After transpose of sparse matrix, which of the following is never changed?

a)

row

b)

col

c)

number of non-zero elements

5.

The memory space occupied by the original and transpose of sparse matrix are same

a)

True

b)

False

6.

n, m, t represents ------------------

a)

row, col, values

b)

col, row, values

c)

row, col, no. of non-zero elements

d)

col, row, no. of non-zero elements

7.

The function RETRIEVE(array, index) returns ---------------

a)

array

b)

value

c)

boolean

d)

None of the above

8.

In array, the elements are not stored in consecutive memory locations

a)

True

b)

False

9.

Starting index of the array ---------------

a)

0

b)

1

c)

2

d)

None of the above

10.

Which of the following function used to read the particular element from the ordered list?

a)

read

b)

store

c)

find

d)

retrieve