You are on page 1of 2

Class IX -Computer Applications

Viva Questions- (Half yearly)


Name the m:
1. Internet applets and ____________ are two types of java program Standalone applications.
2. The way of combining both data and functions that operate on the data under a single unit
encapsulation.
3. A way of sending/receiving information to/from another object message.
4. Two types of data types in java i) primitive ii) reference.
5. The rule followed by postfix increment/decrement operator - usethen-change rule.
6. The conversion performed by the compiler without the programmers intervention implicit type
conversion.
7. Compilation is the process of converting a source code into ______. machine code.
8. Full form of IDE Integrated Development Environment.
9. Unary operator acts upon a ______ operand single.
10. Another name of conditional operator ternary operator.
11. A class in Java program that contains main method initial class.
12. Default/initial value for boolean data type false.
13. Keyword that used to declare a variable as a constant final.
14. if and switch-case are two ________ statements in java selection.
15. Statements executed sequentially sequence construct.
16. The operator that can be used as an alternative to ifelse conditional ope rator.
17. The words that convey a special meaning to the language compiler keywords.
18. The fundamental building block of a program identifie r.
19. A machine instruction for a java processor chip i.e. java virtual machine byte code.
20. A program that can run independently without requiring external support standalone application.
21. Operators that act upon two operands binary operator.
22. A named memory location that holds a data value variable.
23. The java programs that runs within a web browser internet applet.
24. The only comparison the switch statement supports equality comparison.
25. Problem that occur when number of ifs is more than number of else clauses in a nested if statement
dangling else problem.

26. The statement that is optional in switch case default.


27. The fall of control to the following cases of matching case fall through.
28. Literal that a sequence of zero or more characters surrounded by double quotes string literal.
29. Construct that mean repetition of a set of statements depending upon a condition test ite ration
construct.
30. Number of bytes used to store a long datatype 8 bytes.
31. Legal combination of java tokens java expression.
32. Process of converting one predefined type into another - type conve rsion.
33. The operators that follow change-then- use rule prefix incre ment / decrement operators.
34. Original name of java language. Oak
35. Number of bytes used to store int datatype 4 bytes.
36. Instance of a class object.
37. An identifiable entity with some characteristics and behavior. - Object
38. Act of representing essential features without including the background deta ils. - Abstraction
39. Mathematical function returns the smallest whole number greater than or equal to x. Math.ceil(x)
40. Full form of WORA Write Once Run Anywhere
41. Tool of BlueJ which helps us to find mistakes in programs Debugger
42. Smallest individual unit in a program. Token
43. Default value of float datatype 0.0f
44. Return datatype of pow(x, y) function in java. double
45. Mathematical function returns the minimum of a and b Math.min(a, b,)
46. The implicit type conversion wherein datatypes are promoted. Coercion
47. Execution of statements depending upon a condition test. selection construct/ decision making
48. Default value of character datatype. \u0000
49. Value returned by logical operator.- true/ false
50. Division operator gives _____ while modulus operator gives ______- Quotient, Remainder

(Kalpana Gupta)

You might also like