I. Fill in the blanks: [1x10=10]
a) _________ emphasis on functions rather than data items.
b) _________ refers to the ability of a variable, object or function to take on multiple forms.
c) A _______ is a named memory location, which contains a value.
d) An _______ character begins with a backslash (\) and it is followed by one or more characters.
e) In __________, the data type of the result gets converted automatically into its higher type without
intervention of the user.
f) When increment or decrement operators are applied before the operant, it is known as _____
operators.
g) _______ is applied in a java program as a string terminator to mark end of the string.
h) _______ are basically the symbols or tokens to perform arithmetical or logical operation to yield
meaningful results.
i) _____refers to providing only essential information about the data to the outside world, hiding the
background details or implementation.
j) _______ means that a block of code executed with reference to a procedure(method) call is
determined at run time.
II. Name the following Escape Sequences: [1x5=5]
a) \v. b) \f. c) \0. d) \r. e) \n
III. Write the Bit size for the following data: [1x5=5]
a) Long Integer.
b) Integer
c) Short
d) Byte
e) Single character (An alphabet or a special character)
Answers
Answer:
I. Fill in the blanks: [1x10=10]
a) _________ emphasis on functions rather than data items.
b) _________ refers to the ability of a variable, object or function to take on multiple forms.
c) A _______ is a named memory location, which contains a value.
d) An _______ character begins with a backslash (\) and it is followed by one or more characters.
e) In __________, the data type of the result gets converted automatically into its higher type without
intervention of the user.
f) When increment or decrement operators are applied before the operant, it is known as _____
operators.
g) _______ is applied in a java program as a string terminator to mark end of the string.
h) _______ are basically the symbols or tokens to perform arithmetical or logical operation to yield
meaningful results.
i) _____refers to providing only essential information about the data to the outside world, hiding the
background details or implementation.
j) _______ means that a block of code executed with reference to a procedure(method) call is
determined at run time.
II. Name the following Escape Sequences: [1x5=5]
a) \v. b) \f. c) \0. d) \r. e) \n
III. Write the Bit size for the following data: [1x5=5]
a) Long Integer.
b) Integer
c) Short
d) Byte
e) Single character (An alphabet or a special character)