Assignment Topics New 1727964687
Assignment Topics New 1727964687
5 Mark Questions
1. Given the Boolean function F (A, B, C, D) =Σ (0,2,6,7,8,9,10,11,13), Reduce it using a K-map.
4. Characteristics of OOP
5. Advantage of OOP
6. Disadvantage of OOP
7. Application of OOP
(a) 127 bits (b) 12 megabits (c) 16 megabits (d) 128 bits
5. Identify the reason for the error in the following program segment
class temp
private : int x;
};
void main( )
temp t;
cin>> t.x;
6. Assertion (A) : Very efficient code can be generated using inline function.
29. What is primitive data structure? Explain any two operations on primitive data structure.
38. What is function overloading? Explain the need for function overloading.
iii. Define member functions inside the class to input and output hour, minute
and seconds.