II PUC Computer Science Mock Paper - 2
II PUC Computer Science Mock Paper - 2
3.What are the inputs for getting the output of the following gate as 1
8. --------- operator shows the derivation from the base class in inheritance
a):: b)& c): d)*
II puc Computer Science Mock Paper 2 – Jan 2025
Page: 2
9. & and * are two pointer operators which are
a) logical
b) binary
c) unary
d) ternary
14. The non profit organization created for the purpose of supporting free software
movement
a)OSI b)W3C c)FSF
d)GNU
Part- E (2*5=10marks)
Answer any TWO questions.Each question carries 5 marks
42. Given the Boolean function
F(W,X,Y,Z)=m₀+m₁+m₂+m₃+m₄+m₅+m₆+m₇+m₈+m₉+m₁₀+m₁₁
Reduce using k-map.
43. Define a class named rectangle with the following criteria
1) data members: length, breadth
2) member function: input( ),compute( ) and output( )
3) define member function outside the class to input length and breadth, compute the area
of rectangle and output the area.
44. With reference to the table given below, write SQL commands to perform the
following operations
Empid Name DOB Salary Tax Net salary