Syllabuses


Write notes on the following a. A/D and D/A converters b. Shannon's theorem for channel capacity c. Nyquist sampling theorem d. Applications of CMOS logic

Write notes on the following a. A/D and D/A converters b. Shannon's theorem for channel capacity c. Nyquist sampling theorem d. Applications of CMOS logic

Each of the following actually represents a set of four assignments corresponding to the possible assignments to the input variables: $$f_1(w,x,y,z) = (1,3,5,7,9,11,12,14)$$ $$f_2(w,x,y,z) = (0,2,4,5,8,9)$$ Find/Find out: a. How many functions does $$f_1$$ represent? b. How many functions does $$f_2$$ represent?

Each of the following actually represents a set of four assignments corresponding to the possible assignments to the input variables: $$f_1(w,x,y,z) = (1,3,5,7,9,11,12,14)$$ $$f_2(w,x,y,z) = (0,2,4,5,8,9)$$ Find/Find out: a. How many functions does $$f_1$$ represent? b. How many functions does $$f_2$$ represent?

Write short note on (any two): i) Data Handling ii) File Handling iii) Virtual Function

Write short note on (any two): i) Data Handling ii) File Handling iii) Virtual Function

Define polymorphism and its types. How compile time polymorphism is different from run time polymorphism? Explain polymorphism with suitable examples.

Define polymorphism and its types. How compile time polymorphism is different from run time polymorphism? Explain polymorphism with suitable examples.

Explain Exception handling and multithreading.

Explain Exception handling and multithreading.

When does ambiguity arise in multiple inheritance? How can one resolve it? Develop a program in C++ to create a derived class having the following items, name, age, rollno, marks, employee id and designation. Design a base class having data members as rollno, marks and another base class is employee having data members name and age. The program should carry out the required input and output(member function for all).

When does ambiguity arise in multiple inheritance? How can one resolve it? Develop a program in C++ to create a derived class having the following items, name, age, rollno, marks, employee id and designation. Design a base class having data members as rollno, marks and another base class is employee having data members name and age. The program should carry out the required input and output(member function for all).

What is Operator overloading? Design a Distance class with data members in meters, centimeters, and millimeters. Write a program to overload addition and subtraction operators respectively on Distance class and derive the data members using getter and setter functions. Also, overload the input/output operators for the Distance class.

What is Operator overloading? Design a Distance class with data members in meters, centimeters, and millimeters. Write a program to overload addition and subtraction operators respectively on Distance class and derive the data members using getter and setter functions. Also, overload the input/output operators for the Distance class.

Explain method overloading and method overriding with example.

Explain method overloading and method overriding with example.

Explain the role of constructor and destructor in a class. Write the appropriate syntax for the copy constructor and parameterized constructors.

Explain the role of constructor and destructor in a class. Write the appropriate syntax for the copy constructor and parameterized constructors.

What are access modifiers? How many types of access modifiers are there in C++? Explain each of them in detail and also give an example of implementing the data hiding in object-oriented programming.

What are access modifiers? How many types of access modifiers are there in C++? Explain each of them in detail and also give an example of implementing the data hiding in object-oriented programming.