Index of C++ and Web Tech
Index of C++ and Web Tech
Q1. Discuss the constant member function with suitable example. pg-1
Q2. Define reference variable with its characteristics. pg-1,2
Q3. Discuss the copy constructor with suitable example. pg-2,3
Q4. What is static object? How it is different from normal object? pg-4
Q5. Discuss the nested class with suitable program? pg-4,5
Q6. Explain the virtual destructor. pg-5,6
Q7. What is the difference between a base class pointer and derived class
pointer. pg-6,7
Q8. Discuss the role of virtual function. pg-8
Q9. Explain the features of default argument. pg-8,9
Q10. What is the difference between multilevel and hybrid inheritance? Pg-
9,10
Q11. Write a program to define classes A, B and C. The class C is derived
from A and B classes. Define count() member function in all the classes as
virtual. Count the number of object. pg-10,11
Q12. What is constructor and destructor in C++? Describe advantages of
constructor and destructor in C++? pg-11,12,13
Q13. What is encapsulation on OOP? Discuss its importance with suitable
example in C++? pg-13,14
Q14. What is friend function? Discuss advantages of friend function with
suitable example in C++? pg-14,15
Q15. What is reference object in C++? Discuss with suitable example. pg-15
Q16. What is polymorphism? Discuss with suitable example. pg-15,16
Q17. What is namespace in C++? Write advantage of namespace in C++. pg-
17
Q18. What is inheritance in C++? Discuss types of inheritance in C++ with
suitable examples. pg-18-22
Q19. Discuss the types of constructor in C++ with suitable example. pg:23-
25
Q20. What is exception? What are the mechanism to handle exception?
Explain try, catch keywords with suitable example. pg-25,26
Q21. Why abstraction is important in OOP? Discuss its importance with
suitable example. pg-26,27
Q22. How is polymorphism achieved at (1) compile time and (2) run time?
pg-27,28,29
Q23. Describe various stream classes for console I/O operations. pg-29,30
Q24.What do you mean by dynamic binding? How is it useful in OOP?
Explain with an example. pg-30,31
Q25. Describe the basic structure of a C++ program with all necessary
blocks. pg-31,32
Q26. Explain what are the methods used to create changes in subclasses.
Discuss with suitable example. pg-32,33
Q27. Discuss the inline function with suitable example. Also write down the
limitations. pg-33,34
Q28. Differentiate between overloading and overriding function. pg-34,35
Q29. Define the stream class hierarchy. pg-35,36
Q30. Compare the features of object-oriented programming with
procedural oriented programming. pg-36,37
Q31. Discuss input/output operation of file in binary mode. pg-37,38,39
Q32. What is operator overloading? Discuss unary operator overloading
with suitable example.pg-39
INDEX WEB TECH
Q1. Explain at least three components of web technology. pg-1
Q2. Explain hosting space and categorization of hosting space with some
advantage. pg-1,2
Q3. Discuss Hyperlink tags with classification and suitable example of
Hyperlink implementation on webpages. pg-2,3
Q4. Write the difference between CSS2 and CSS3 with features of CSS3. pg-
3,4,5
Q5. Explain DOM in JavaScript and check validation of empty field to input
text in textbox which show the message on Webpage “*requires to input
text “on click upon a button. pg-5,6
Q6. Discuss the utility of XSL while using XML document with suitable
example. pg-6,7,8
Q7. Write an HTML page with JavaScript that takes a number from one text
field in the range 0-999 and display it in other text field in word. If the
number out of range it should show “out of range” and if not a number then
show” not a number”. pg-8,9
Q8. Explain XML with advantages and disadvantages. Write XML document
which keep the 5 students “regno”,” name”,” age”,” mobile” and transform
the record of student using XSL document and display record in tabular form
using <table> -tag. pg-10,11,12
Q9. Explain Cookie and session in PHP with suitable example. Write a
Webpage that lists all the Cookies stored in the browser on clicking a button
“list cookies”. pg-13,14,15
Q10. Explain object-oriented programming features of PHP. Also discuss
types of inheritance. Write a simple webpage using “class arithmetic” take
two number and operator (+, -, *, /, *) and result on webpage. pg-15,16,17
Q11. Explain constructor and Destructor of PHP and also discuss their types
with suitable example. pg-17,18
Q12. What is Webserver? Discuss the architecture of Webserver. pg-19,20
Q13. What is Web? Explain the characteristics of Web. pg-20,21
Q14. What is <table>-tag? Discuss all the related tags to store a student
information name, roll and registration number with suitable example. pg-
21,22
Q15. Write short notes on the following css commands with suitable
example:
(a) border-radius pg-23
(b) background-image pg-23
(c) word-spacing pg-24
(d) text-decoration pg-24
Q16. Discuss the characteristics of JavaScript and define a function using
JavaScript to take a number from input field of html and check number is
palindrome not. pg-25,26
Q17. What is Cookie? Discuss the advantages of cookie using JavaScript and
how to set and get cookie suitable example. pg-26,27
Q18. Explain explode () and implode () function of PHP with suitable
example. Write program to take “BR-01-852522” and extract them
separately. pg-27,28
Q19. What is inheritance in PHP? Discuss types of inheritance in PHP with
suitable example. pg-28,29,30
Q20. Write a program using constructor and destructor to check a number
is prime or not where number taken from text field and result shown on the
same page and write JavaScript function to validate only number allow. pg-
30,31
Q21. Create a data storage structure DTD for any five students name, roll,
gender, course, and fee display through XML file. pg-31,32