Read and download free pdf of CBSE Class 12 Computers Data Structures Worksheet. Students and teachers of Class 12 Computer Science can get free printable Worksheets for Class 12 Computer Science Data Structures in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 12 students should practice questions and answers given here for Computer Science in Class 12 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 12 Computer Science Worksheets prepared by teachers as per the latest Computer Science books and syllabus issued this academic year and solve important problems with solutions on daily basis to get more score in school exams and tests
Worksheet for Class 12 Computer Science Data Structures
Class 12 Computer Science students should refer to the following printable worksheet in Pdf for Data Structures in Class 12. This test paper with questions and answers for Class 12 will be very useful for exams and help you to score good marks
Class 12 Computer Science Worksheet for Data Structures
Q1. IMPLEMENT STACK AS LINKED LIST AND STORE THE OBECT OF TYPE DISTANCE CLASS(METRES , CENTIMETRES) IN EACH NODE.
PROGRAM MUST HAVE PUSH AND POP FUNCTIONS THAT INSERT AND DELETE A NODE FROM THE STACK RESPECTIVELY.
THERE SHOULD BE A TOP POINTER THAT POINTS TO THE TOPMOST ELEMENTS OF THE STACK.
YOUR PROGRAM MUST CONSIDER ALL CASES THAT CAN LEAD TO AN ERROR.
PROGRAM SHOULD BE MENU DRIVEN THAT CONTINUES TILL THE USER WANTS.
DECLARE MEMBER FUNCTIONS IN THE CLASS DISTANCE AS PER YOUR REQUIREMENT.
PROGRAM SHOULD PRINT NEW STACK AFTER EACH OPERATION.
Q2. IMPLEMENT STACK AS ARRAY OF MAXIMUM DIMENSION 10 AND STORE THE OBECT OF TYPE DISTANCE CLASS(METRES , CENTIMETRES) AS EACH ELEMENT OF THE ARRAY..
PROGRAM MUST HAVE PUSH AND POP FUNCTIONS THAT INSERT AND DELETE AN ELEMENT FROM THE STACK RESPECTIVELY.
THERE SHOULD BE A TOP VARIABLE THAT STORES THE INDEX OF THE TOPMOST ELEMENT OF THE STACK.
YOUR PROGRAM MUST CONSIDER ALL CASES THAT CAN LEAD TO AN ERROR.
PROGRAM SHOULD BE MENU DRIVEN THAT CONTINUES TILL THE USER WANTS.
DECLARE MEMBER FUNCTIONS IN THE CLASS DISTANCE AS PER YOUR REQUIREMENT.
PROGRAM SHOULD PRINT NEW STACK AFTER EACH OPERATION
Q3 IMPLEMENT LINEAR QUEUE AS LINKED LIST AND STORE THE OBECT OF TYPE DISTANCE CLASS(METRES , CENTIMETRES) IN EACH NODE.
PROGRAM MUST HAVE INSERT AND DELETE FUNCTIONS THAT INSERT AND DELETE A NODE FROM THE QUEUE RESPECTIVELY.
THERE SHOULD BE A FRONT AND REAR POINTERS THAT POINTS TO THE FIRST AND LAST ELEMENTS OF THE QUEUE RESPECTIVELY.
YOUR PROGRAM MUST CONSIDER ALL CASES THAT CAN LEAD TO AN ERROR.
PROGRAM SHOULD BE MENU DRIVEN THAT CONTINUES TILL THE USER WANTS.
DECLARE MEMBER FUNCTIONS IN THE CLASS DISTANCE AS PER YOUR REQUIREMENT.
PROGRAM SHOULD PRINT NEW QUEUE AFTER EACH OPERATION
Q4 IMPLEMENT LINEAR QUEUE AS ARRAY OF MAXIMUM DIMENSION 10 AND STORE THE OBECT OF TYPE DISTANCE CLASS(METRES , CENTIMETRES) AS
EACH ELEMENT OF THE ARRAY..
PROGRAM MUST HAVE INSERT AND DELETE FUNCTIONS THAT INSERT AND DELETE A NODE FROM THE QUEUE RESPECTIVELY.
THERE SHOULD BE A FRONT AND REAR VARIABLE THAT CONTAINS THE INDEX OF THE FIRST AND LAST ELEMENT OF THE QUEUE RESPECTIVELY.
YOUR PROGRAM MUST CONSIDER ALL CASES THAT CAN LEAD TO AN ERROR.
PROGRAM SHOULD BE MENU DRIVEN THAT CONTINUES TILL THE USER WANTS.
DECLARE MEMBER FUNCTIONS IN THE CLASS DISTANCE AS PER YOUR REQUIREMENT.
PROGRAM SHOULD PRINT NEW QUEUE AFTER EACH OPERATION.
Q5 IMPLEMENT CIRCULAR QUEUE AS LINKED LIST AND STORE THE OBECT OF TYPE DISTANCE CLASS(METRES , CENTIMETRES) IN EACH NODE.
PROGRAM MUST HAVE INSERT AND DELETE FUNCTIONS THAT INSERT AND DELETE A NODE FROM THE QUEUE RESPECTIVELY.
THERE SHOULD BE A FRONT AND REAR POINTERS THAT POINTS TO THE FIRST AND LAST ELEMENTS OF THE QUEUE RESPECTIVELY.
YOUR PROGRAM MUST CONSIDER ALL CASES THAT CAN LEAD TO AN ERROR.
PROGRAM SHOULD BE MENU DRIVEN THAT CONTINUES TILL THE USER WANTS.
DECLARE MEMBER FUNCTIONS IN THE CLASS DISTANCE AS PER YOUR REQUIREMENT.
PROGRAM SHOULD PRINT NEW QUEUE AFTER EACH OPERATION
Q6 IMPLEMENT CIRCULAR QUEUE AS ARRAY OF MAXIMUM DIMENSION 10 AND STORE THE OBECT OF TYPE DISTANCE CLASS(METRES , CENTIMETRES)
AS EACH ELEMENT OF THE ARRAY..
PROGRAM MUST HAVE INSERT AND DELETE FUNCTIONS THAT INSERT AND DELETE A NODE FROM THE QUEUE RESPECTIVELY.
THERE SHOULD BE A FRONT AND REAR VARIABLE THAT CONTAINS THE INDEX OF THE FIRST AND LAST ELEMENT OF THE QUEUE RESPECTIVELY.
YOUR PROGRAM MUST CONSIDER ALL CASES THAT CAN LEAD TO AN ERROR.
PROGRAM SHOULD BE MENU DRIVEN THAT CONTINUES TILL THE USER WANTS.
DECLARE MEMBER FUNCTIONS IN THE CLASS DISTANCE AS PER YOUR REQUIREMENT.
PROGRAM SHOULD PRINT NEW QUEUE AFTER EACH OPERATION.
Q7 struct node {int x,y; };
class queue { node *front, *rear ;
public :
queue( ) { -----}
void insertq( ){-------}
void deleteq( ){-----}
~queue(){----}
};
COMPLETE THE CLASS DEFINITION PERTAINING TO LINKED QUEUE.
Q8 struct node {int x,y; };
class queue { node *front, *rear ;
public :
queue( ) { -----}
void insertq( ){-------}
void deleteq( ){-----}
~queue(){----}
};
COMPLETE THE CLASS DEFINITION PERTAINING TO CIRCULAR LINKED QUEUE.
Q9 struct node {int x,y; };
class queue { node front, rear ;
public :
queue( ) { -----}
void insertq( ){-------}
void deleteq( ){-----}
~queue(){----}
};
COMPLETE THE CLASS DEFINITION PERTAINING TO STATIC QUEUE.
Q10 struct node {int x,y; };
class queue { node front, rear ;
public :
queue( ) { -----}
void insertq( ){-------}
void deleteq( ){-----}
~queue(){----}
};
COMPLETE THE CLASS DEFINITION PERTAINING TO STATIC CIRCULAR QUEUE
Q11 struct node {int x,y; };
class stack{ node top ;
public :
stack( ) { -----}
void inserts( ){-------}
void deletes( ){-----}
~stack(){----}
};
COMPLETE THE CLASS DEFINITION PERTAINING TO STATIC STACK
Q12 struct node {int x,y; };
class stack{ node *top ;
public :
stack( ) { -----}
void inserts( ){-------}
void deletes( ){-----}
~stack(){----}
};
COMPLETE THE CLASS DEFINITION PERTAINING TO LINKED STACK
Worksheet for CBSE Computer Science Class 12 Data Structures
We hope students liked the above worksheet for Data Structures designed as per the latest syllabus for Class 12 Computer Science released by CBSE. Students of Class 12 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 12 Computer Science on a daily basis. All the latest worksheets with answers have been developed for Computer Science by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their class tests and examinations. Expert teachers of studiestoday have referred to the NCERT book for Class 12 Computer Science to develop the Computer Science Class 12 worksheet. After solving the questions given in the worksheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 12 Computer Science designed by our teachers. We have also provided a lot of MCQ questions for Class 12 Computer Science in the worksheet so that you can solve questions relating to all topics given in each chapter.
You can download the CBSE Printable worksheets for Class 12 Computer Science Data Structures for latest session from StudiesToday.com
There is no charge for the Printable worksheets for Class 12 CBSE Computer Science Data Structures you can download everything free
Yes, studiestoday.com provides all latest NCERT Data Structures Class 12 Computer Science test sheets with answers based on the latest books for the current academic session
CBSE Class 12 Computer Science Data Structures worksheets cover all topics as per the latest syllabus for current academic year.
Regular practice with Class 12 Computer Science worksheets can help you understand all concepts better, you can identify weak areas, and improve your speed and accuracy.