Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

D.R.G.Govt.

Degree College – Tadepalligudem


B.Sc Computer Science
II Year Question Bank
PAPER-2
Marks: 15

1. what is object-oriented programming? How is it different from the


procedure oriented programming?
2. Explain briefly about basic concepts of object- oriented
programming ?
3. Explain the term ‘portability’ with reference to java?
4. How various Java tools are used in the application on development?
Describe with the help of a neat diagram?
5. What are constants ? Explain about different types of constants?
6. List the basic data types used in Java. Give examples?
7. What is an operator? List the various operators supported by Java?
8. Give the operator precedence chart in Java?
9. Explain the following conditions statements.
(a) If statement.
(b) If -else statement
(c) If – else - if statement.
10. Explain about conditional operator with example?
11. What are the objects? How are they created from a class?
12. What is constructor? What are its special properties?
13. What is inheritance? Describe different forms of inheritance?
14. Explain about overloading and overriding the methods. Give
examples?
15. What is a Vector? Explain the difference in between a vector and an
array ?
16. What is an interface ? How to implement interfaces ?
17. What do you mean by exception ? How to exceptions that might
occur in Java?
18. What is a Doubly linked list? Mention it’s advantages?
19. What is a Binary tree ? Explain the operations on binary tree?
20. Explain the different types of graph representations?
Marks: 4
1. What are application are OOP ?
2. How Java is closely related to internet ?
3. What do you mean by abstraction ?
4. What do you mean by encapsulation ?
5. What do you mean by inheritance ?
6. What is polymorphism ? Explain ?
7. Give a list of Java support systems along with their description?
8. Describe various tools available in java Development kit (JDK) ?
9. How is Java known is plat form –neutral language ? Explain ?
10. Why do you need ‘import’ statement in a Java Program ?
11. What is a token ? List the Various types of tokens supported by
Java?
12. What are Separators ? Describe the various separators used in Java?
13. What are the command line arguments ? How are they useful ?
14. What are the mathematical Function in Java ?
15. What is conditional Operators in Java ?
Marks: 2

1. What is an object ?
2. What is a Method ?
3. What is difference between an instance method and class method ?
4. What is API of Java ?
5. What is an identifier ?
6. What is a separator ?
7. Give sum examples are compiler time error ?
8. What is a applet ?
9. What is a stack?
10. Mention sum applications of stack ?
11. What is a graph ?
12. What is an abstract method ?
13. What is byte code ?
14. Explain the advantages of linked of linked lists ?
15. What are the types of linked lists?
16. What is a doubly linked list ?
17. Explain about Node, sub tree and Tree traversal in briefly ?
18. Explain about the Terminal node and height of Tree in briefly ?
19. What are connected and non connected graphs?
20. How switch statement is efficient than Nested If ?

You might also like