Student Copy of Module1 Test
Student Copy of Module1 Test
Q. RBT
Question Marks CO
No. Level
1 Define data structures. Explain with neat block schematic different types of data
5 L2 CO1
structures with examples. What are the primitive operations that can be performed?
3 Explain user defined structures with respect to C. Give structure definition and
declaration for EMPLOYEE data with the following information: ID, Name and Dob 5 L2 CO1
(Date of birth).
4 Define Sparse matrix. Write a transpose function to transpose a given sparse matrix
and Express the given Sparse Matrix as triplet and find its transpose.
[ ]
15 0 0 22
0 11 3 0 5 L3 CO1
0 0 0 −6
0 0 0 0
91 0 0 0
0 0 28 0
5 Define stack. Explain the different operations that can be performed on stack using C
5 L2 CO1
functions.
6 Write an algorithm to convert an infix expression to postfix. Apply the same for the
given infix expression. 5 L3 CO1
A*(B+D)/E-F*(G+H/K)
Q. RBT
Question Marks CO
No. Level
1 Define data structures. Explain with neat block schematic different types of data
5 L2 CO1
structures with examples. What are the primitive operations that can be performed?
3 Explain user defined structures with respect to C. Give structure definition and 5 L2 CO1
declaration for EMPLOYEE data with the following information: ID, Name and Dob
Note: Answer all the questions.
Q. RBT
Question Marks CO
No. Level
(Date of birth).
4 Define Sparse matrix. Write a transpose function to transpose a given sparse matrix
and Express the given Sparse Matrix as triplet and find its transpose.
[ ]
15 0 0 22
0 11 3 0 5 L3 CO1
0 0 0 −6
0 0 0 0
91 0 0 0
0 0 28 0
5 Define stack. Explain the different operations that can be performed on stack using C
5 L2 CO1
functions.
6 Write an algorithm to convert an infix expression to postfix. Apply the same for the
given infix expression. 5 L3 CO1
A*(B+D)/E-F*(G+H/K)