Category: class12 computerScience

CBSE Class 12 - Computer Science - C++ Practical Class Design Snippet-2 (#cbseNotes)

C++ PracticalClass Design Snippet-2 Question 2: Write a declaration for a class Person which has the following: data members name- phone set and get functions for every data member a displa

CBSE Notes

CBSE Class 12 C++ Practical - Class Design Snippet-1 (#cbseNotes)

C++ PracticalClass Design Snippet-1 Question 1: Imagine a publishing company that markets both book and audio-cassette versions of its works. Create a class publication that stores the title (a s

CBSE Notes

CBSE Class 12 - Computer Science / Informatics Practices - Computer Networking - Data Transmission Media - Q and A (#cbseNotes)

Data Transmission Media Computer Networking Class 12 - Computer Science / Informatics Practices Q & A Q: Define transmission media. Answer: The means or channel through which we se

CBSE Notes

CBSE Class 12 - Computer Science / Informatics Practices - Computer Networking - Q and A (#cbseNotes)

Computer Networking Q and A Q1: What is a computer network? Answer: A computer network is a collection of interconnected computers. Two computers are said to be interconnected if they a

CBSE Notes

CBSE Class 12 - Computer Science - C++ - Constructors and Destructors (Q and A) (#cbseNotes)

C++ - Constructors and Destructors CBSE Class 12 - Computer Science - Questions and Answers Q1: What is a constructor? How it is different from other member functions? Answer: A constructor

CBSE Notes

Video