Viva Questions II Cs Lab
Viva Questions II Cs Lab
Viva Questions II Cs Lab
www.gkmvkalyan.blogspot.com www.gkmvkalyan.blogspot.com
II PUC Computer Science Lab Manual Page 76 of 92 II PUC Computer Science Lab Manual Page 77 of 92
www.gkmvkalyan.blogspot.com www.gkmvkalyan.blogspot.com
II PUC Computer Science Lab Manual Page 78 of 92 II PUC Computer Science Lab Manual Page 79 of 92
www.gkmvkalyan.blogspot.com www.gkmvkalyan.blogspot.com
II PUC Computer Science Lab Manual Page 80 of 92 II PUC Computer Science Lab Manual Page 81 of 92
www.gkmvkalyan.blogspot.com www.gkmvkalyan.blogspot.com
II PUC Computer Science Lab Manual Page 82 of 92 II PUC Computer Science Lab Manual Page 83 of 92
www.gkmvkalyan.blogspot.com www.gkmvkalyan.blogspot.com
II PUC Computer Science Lab Manual Page 84 of 92 II PUC Computer Science Lab Manual Page 85 of 92
www.gkmvkalyan.blogspot.com www.gkmvkalyan.blogspot.com
II PUC Computer Science Lab Manual Page 86 of 92 II PUC Computer Science Lab Manual Page 87 of 92
www.gkmvkalyan.blogspot.com www.gkmvkalyan.blogspot.com
II PUC Computer Science Lab Manual Page 1 of 92 II PUC Lab Manual www.gkmvkalyan.blogspot.com Page 2 of 92
4. What is an object? Ans: It is easier to understand the flow of information and debug (Any
Relevant Answer).
Ans: Instance of a class (Or Any Relevant Definition) .
12.Define constructor.
5. Define class.
Ans: A Constructor is a special member function used to initializing the
Ans: Class is a way of grouping objects having similar characteristics.
(Or Any Relevant objects of a class automatically.
13.What is destructor?
Definition)
Ans: A destructor is a special member function used to de-initializing
6. Which operator is used to invoke data members and member
functions? the objects of a class automatically.
www.gkmvkalyan.blogspot.in Page 2
www.gkmvkalyan.blogspot.com
II PUC Lab Manual www.gkmvkalyan.blogspot.com Page 3 of 92 II PUC Lab Manual www.gkmvkalyan.blogspot.com Page 4 of 92
II PUC Computer Science Lab Manual II PUC Computer Science Lab Manual
Ans: A pointer is a variable that holds the memory address of another Ans: Webpage is an hypertext document on the World Wide Web
variable. (website)
17.Give an example for linear data structure. 25.Mention any one example for web browser.
Ans: Array / stack / queue / linked list. Google Chrome, Mozilla Firefox, Microsoft Edge. Internet Explorer,
Safari. (Any One)
18.Define stack.
26.Mention the Difference between Check Box and Radio Button
Ans: STACK is a special type of data structure where data items are
inserted and deleted from one (same) end called top of the stack Ans: Check Box : Can choose one or more options
Ans: Inheritance is the capacity of one class to inherit properties from 27.Name text formatting tags in HTML
another class.
<B> : Bold <I> : Italics <U> : Underline (Any Formatting Tag)
20.What is base class?
28.What is XML
Ans: It is the class whose properties are inherited by another class.
XML is an Extended Mark Up Language for documents containing
Structured
21.What is the purpose of <img> tag? 29. Mention table tags in HTML
Ans: To insert an image in a webpage. <TH>: Table Header, <TR>: Table Row, <TD>: Table Data.
Ans: Dynamic Hyper Text Markup Language (DHTML) refers to web 31. Mention the DML Commands in SQL
content that changes each time it is viewed. (Any Relevant Definition)
Insert , delete and update Commands
31. Mention the difference between delete and drop command in SQL
Alter Command.
Select Command.
www.gkmvkalyan.blogspot.in Page 5