This is the document of CBSE XII's Computer Project (Programs) This document contains 21 C++ Programs, 1 SQL.
This is the document of CBSE XII's Computer Project (Programs) This document contains 21 C++ Programs, 1 SQL.Full description
Computer Science
Investigatory Project Bank Management
cbseFull description
CBSE class 10 questions science. helpfulFull description
Here is the brand new Gaming INterface C++ program self made by a good c++ 12 student. Hope u enjoy them . It is ligitimate and finally i say it is approved by all of CBSE i have met and wat…Full description
PROJECT FILE ON TOPIC :BOOK-SHOP MANAGEMENT SYSTEM PROJECT PREPARED BY: Jyoti Dogra TABLE OF CONTENTS Certificate Acknowledgement Header files and their purpose Coding L…Full description
Full description
PROJECT FILE ON TOPIC :BOOK-SHOP MANAGEMENT SYSTEM PROJECT PREPARED BY: Jyoti Dogra TABLE OF CONTENTS Certificate Acknowledgement Header files and their purpose Coding L…Full description
Computer Practical File Object Oriented Programming with C++
Mind maps or Concept Maps are acknowledged as scientific & effective learning tool worldwide. They give a snapshot of each chapter, presented in a flow chart that highlights the important co…Full description
Formula Book
Computer Science
it is for class 12th students . Its a practical file for students.
This is an incomplete Intro to Computer Science Textbook written by UChicago professors: Anne Rogers and Borja Sotomayor
IMPORTANT QUESTIONS FOR CBSE PRACTICAL EXAMINATION (CLASS XII) SUBJECT: COMPUTER SCIENCE (083) TOTAL MARKS: 30 SYLLABUS: 1.
Programming in C++ ………………10 Marks
2.
SQL Commands ………………….…05 Marks
3.
Project Work………………………...05 Marks
4.
Practical File……………………..…..05 Marks
5.
Viva Voce ……………………………..05 Marks
QUESTIONS: Q1. Write a program in C++ to print the given given numbers in ascending order using using Bubble sort. Q2. Write a program in C++ to print the given given numbers in descending order using using Bubble sort. Q3. Write a program in C++ to print the given numbers in ascending order using Insertion sort. Q4. Write a program in C++ to print the given given numbers in ascending order using using Selection Sort. Q5. Write a program in C++ to merge the two array’s elements and print the same in ascending order using Merge sort. (Hint: first array is in ascending and second array is in descending order) Q6. Write a program in C++ to merge the two array’s elements and print the same in descending order using Merge sort. (Hint: first array is in ascending and second array is in descending order) Q7. Write a program in C++ to implement the concept of multilevel multilevel inheritance. Q8. Write a program in C++ to implement the concept of multiple multiple inheritance. Q9. Write a program in C++ to implement the concept of single single level inheritance. 10. Write a program in C++ to count the total numbers of characters present in a text file. 11. Write a program in C++ to count the total numbers of alphabet ‘A’ present in a in a text file. 12. Write a program in C++ to count the total numbers numbers of characters present in a text file. file. 13. Write a program in C++ to count the total numbers of blank blank spaces present in a text file. 14. Write a program in C++ to count the total numbers of vowels present in a text file. 15. Write a program in C++ to count the total numbers numbers of ‘?’ (Only question question mark) present in a text file.